From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44185 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: humble request: Minimals for linux ppc Date: Sun, 21 Sep 2008 23:43:22 +0200 Message-ID: <6faad9f00809211443w65fd2efne0db7d943b907523@mail.gmail.com> References: <20080921201804.GA4227@boxpl.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222033554 19403 80.91.229.12 (21 Sep 2008 21:45:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2008 21:45:54 +0000 (UTC) To: "Piotr Kopszak" , "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Sun Sep 21 23:46:51 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KhWlQ-0007AI-4K for gctc-ntg-context-518@m.gmane.org; Sun, 21 Sep 2008 23:46:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 591321FDD6; Sun, 21 Sep 2008 23:45:40 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09997-02-6; Sun, 21 Sep 2008 23:44:14 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 96DAB1FF61; Sun, 21 Sep 2008 23:44:13 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 83E841FF50 for ; Sun, 21 Sep 2008 23:44:09 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09468-05-3 for ; Sun, 21 Sep 2008 23:43:27 +0200 (CEST) Original-Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.178]) by ronja.ntg.nl (Postfix) with ESMTP id 7A0D31FDD6 for ; Sun, 21 Sep 2008 23:43:24 +0200 (CEST) Original-Received: by el-out-1112.google.com with SMTP id s27so253052ele.20 for ; Sun, 21 Sep 2008 14:43:23 -0700 (PDT) Original-Received: by 10.150.197.8 with SMTP id u8mr6213190ybf.132.1222033402411; Sun, 21 Sep 2008 14:43:22 -0700 (PDT) Original-Received: by 10.150.137.7 with HTTP; Sun, 21 Sep 2008 14:43:22 -0700 (PDT) In-Reply-To: <20080921201804.GA4227@boxpl.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:44185 Archived-At: On Sun, Sep 21, 2008 at 10:18 PM, Piotr Kopszak wrote: > Any chance for that in the near future? Any chance that you provide the binaries (and that you do that on a more or less regular basis; or let's say once per month)? svn co http://svn.contextgarden.net/minimals-src/build-binaries Change the first few lines in both scripts, so that your platform will resolve to linux-ppc (if you have problems with that, feel free to ask for help). case "$system" in # linux Linux) case "$cpu" in i*86) platform="linux" ;; x86_64|ia64) platform="linux-64" ;; *) platform="unknown" ;; esac ;; # Mac OS X Darwin) case "$cpu" in ppc*|powerpc|power*|Power*) platform="osx-ppc" ;; i*86) platform="osx-intel" ;; *) platform="unknown" ;; esac ;; Once you build the binaries successfully, we'll add the platform & give you the rights to commit new versions of binaries. Mojca ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________