[46874] trunk/dports/lang/gnat-gcc

krischik at macports.org krischik at macports.org
Mon Feb 16 05:04:04 PST 2009


Revision: 46874
          http://trac.macports.org/changeset/46874
Author:   krischik at macports.org
Date:     2009-02-16 05:04:04 -0800 (Mon, 16 Feb 2009)
Log Message:
-----------
merge changes from ../gcc43/Portfile

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

Property Changed:
----------------
    trunk/dports/lang/gnat-gcc/Portfile
    trunk/dports/lang/gnat-gcc/files/

Modified: trunk/dports/lang/gnat-gcc/Portfile
===================================================================
--- trunk/dports/lang/gnat-gcc/Portfile	2009-02-16 12:54:56 UTC (rev 46873)
+++ trunk/dports/lang/gnat-gcc/Portfile	2009-02-16 13:04:04 UTC (rev 46874)
@@ -5,12 +5,12 @@
 
 name            gnat-gcc
 version         4.3.3
-revision        2
+revision        3
 platforms       darwin
 categories      lang
 maintainers     macports.org:krischik
 description     The GNU compiler collection with GNAT
-long_description The GNU compiler collection, including front ends for      \
+long_description The GNU compiler collection, including front ends for \
                 C, C++, Ada, Objective-C, Objective-C++, Java and Fortran95.
 
 homepage        http://gcc.gnu.org/
@@ -70,7 +70,8 @@
             NM_FOR_TARGET=/usr/bin/nm \
             OBJDUMP_FOR_TARGET=/usr/bin/objdump \
             RANLIB_FOR_TARGET=/usr/bin/ranlib \
-            STRIP_FOR_TARGET=/usr/bin/strip
+            STRIP_FOR_TARGET=/usr/bin/strip \
+            LIPO_FOR_TARGET=/usr/bin/lipo
 
 use_parallel_build  yes
 
@@ -104,8 +105,8 @@
     configure.args-append --disable-multilib
 }
 
-# Java support does not compile on 10.4
-platform darwin 8 {
+# Java support does not compile on 10.4/x86
+platform darwin 8 i386 {
     configure.args-delete   --enable-languages=c,c++,ada,objc,obj-c++,java,fortran
     configure.args-append   --enable-languages=c,c++,ada,objc,obj-c++,fortran
 }
@@ -123,12 +124,23 @@
 #               --with-ar=${prefix}/bin/odar
 #}
 
+#variant x86_64                                     \
+    #description "Create an Intel 64 bit compiler." {
+    #configure.args-append              \
+        #--build=i386-apple-darwin9     \
+        #--host=i386-apple-darwin9      \
+        #--target=x86_64-apple-darwin9
+        ##APXSLDFLAGS='-arch x86_64'        \
+        ##--with-apxs=/usr/sbin/apxs
+        ##CFLAGS='-arch x86_64'         \
+#}
+
 #
 # Ada is the only language apart from C which is self hosted - meaning: you need
 # an ada compiler to compile ada. hence it is just a variant.
 #
-variant macada \
-    description "Adds Ada support using the MacAda compiler to bootstrap!" {
+variant macada                                                              \
+    description "Adds Ada support using the MacAda compiler to bootstrap!"  {
     #configure.args-delete   --enable-languages=c,c++,objc,obj-c++,java,fortran
     #configure.args-append   --enable-languages=c,c++,ada,objc,obj-c++,java,fortran
     configure.cc            /usr/local/ada-4.3/bin/gcc
@@ -140,7 +152,7 @@
     configure.env-append    GNATBIND=/usr/local/ada-4.3/bin/gnatbind
 }
 
-variant ada \
+variant ada                                                                     \
     description "Adds Ada support using the MacPorts Ada compiler to bootstrap!" {
     #configure.args-delete   --enable-languages=c,c++,objc,obj-c++,java,fortran
     #configure.args-append   --enable-languages=c,c++,ada,objc,obj-c++,java,fortran
@@ -157,5 +169,5 @@
 livecheck.url   http://gcc.gnu.org/gcc-4.3/
 livecheck.regex GCC (4\\.3\\.\[0-9\])
 
-#vim: set nowrap tabstop=4 shiftwidth=4 softtabstop=4 expandtab :
-#vim: set textwidth=0 filetype=tcl foldmethod=marker nospell :
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab :
+# vim: set textwidth=0 filetype=tcl foldmethod=marker nospell :


Property changes on: trunk/dports/lang/gnat-gcc/Portfile
___________________________________________________________________
Deleted: svn:executable
   - *


Property changes on: trunk/dports/lang/gnat-gcc/files
___________________________________________________________________
Added: svn:ignore
   + .backups

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090216/37413e38/attachment.html>


More information about the macports-changes mailing list