[54590] trunk/dports/lang/gnat-gcc/Portfile

toby at macports.org toby at macports.org
Wed Jul 29 15:35:29 PDT 2009


Revision: 54590
          http://trac.macports.org/changeset/54590
Author:   toby at macports.org
Date:     2009-07-29 15:35:28 -0700 (Wed, 29 Jul 2009)
Log Message:
-----------
#20482 (gnat-gcc Portfile is broken)

Modified Paths:
--------------
    trunk/dports/lang/gnat-gcc/Portfile

Modified: trunk/dports/lang/gnat-gcc/Portfile
===================================================================
--- trunk/dports/lang/gnat-gcc/Portfile	2009-07-29 22:29:42 UTC (rev 54589)
+++ trunk/dports/lang/gnat-gcc/Portfile	2009-07-29 22:35:28 UTC (rev 54590)
@@ -132,7 +132,7 @@
 #
 variant macada									\
     description "Uses MacAda compiler (http://www.macada.org) to bootstrap!"	{
-    set bootprefix=/usr/local/ada-4.3
+    set bootprefix /usr/local/ada-4.3
     configure.cc		${bootprefix}/bin/gcc
     configure.cpp		${bootprefix}/bin/cpp
     configure.cxx		${bootprefix}/bin/g++
@@ -144,7 +144,7 @@
 
 variant gnatgpl										\
     description "Uses GNAT/GPL compiler (http://libre.adacore.com) to bootstrap!"	{
-    set bootprefix=/opt/gnat-2009-x86_64-apple-darwin9.6.0-bin
+    set bootprefix /opt/gnat-2009-x86_64-apple-darwin9.6.0-bin
     configure.cc		${bootprefix}/bin/gcc
     configure.cpp		${bootprefix}/bin/cpp
     configure.cxx		${bootprefix}/bin/g++
@@ -156,7 +156,7 @@
 
 variant gnuada											\
     description "Uses the GnuAda (http://gnuada.sourceforge.net/) compiler to bootstrap!"	{
-    set bootprefix=/opt/local
+    set bootprefix /opt/local
     configure.cc		${bootprefix}/bin/gcc-gnat-4.3
     configure.cpp		${bootprefix}/bin/cpp-gnat-4.3
     configure.cxx		${bootprefix}/bin/g++-gnat-4.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090729/17dc2358/attachment.html>


More information about the macports-changes mailing list