From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,814dfb773afded6c X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!eweka.nl!lightspeed.eweka.nl!feeder.erje.net!texta.sil.at!newsfeed01.chello.at!newsfeed02.chello.at!news.hispeed.ch.POSTED!not-for-mail Date: Fri, 19 Sep 2008 18:00:25 +0200 From: Martin Krischik User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: MacPorts / Mac OS X Release for GCC 4.3.2 References: <4bac575d-109a-438d-9a9d-3e84516aeb88@b30g2000prf.googlegroups.com> In-Reply-To: <4bac575d-109a-438d-9a9d-3e84516aeb88@b30g2000prf.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@hispeed.ch Organization: hispeed.ch NNTP-Posting-Host: 84.75.161.152 (84.75.161.152) NNTP-Posting-Date: Fri, 19 Sep 2008 18:10:11 +0200 X-Trace: cb19c48d3cee3f1ee043d26113 Xref: g2news1.google.com comp.lang.ada:2046 Date: 2008-09-19T18:00:25+02:00 List-Id: Jerry schrieb: > How would you incorporate this into MacPorts since it requires another > working Ada installation? (I do have a compiler that works under > 10.4.11 on PPC.) Recall that I need Ada 2005 running on PPC hardware, > and 10.5.x (Leopard) OS X. By going to gnuada.sf.net - I prepared a disk image with a working compiler in the download area [1] (intel only .-( ) and the Portfile inside Subversion [2]. The Portfile is CPU independed as it downloads the source files and compiles them for you. So, how would I go about it? 1) get the Portfile from subversion. 2) use the old 10.4.11 compiler to create a new 10.4.11 compiler. 3) pack the compiler into a dmg (port dmg gcc43) 4) install the dmg on the 10.5.5 system 5) use the new 10.4.11 compiler to create a 10.5.5 compiler. 6) create a dmg and upload it to gnuada.sf.net for the good of all You might also need: 0) join the gnuada.sf.net team. As for MacPorts - I created a ticket to have the build file updated [3]. But als allways with upstream patches - they move slowly... Martin [1] http://sourceforge.net/project/showfiles.php?group_id=12974&package_id=291480 [2] http://gnuada.svn.sourceforge.net/viewvc/gnuada/trunk/MacPorts [3] http://trac.macports.org/ticket/16549