[29009] trunk/dports/lang/gcc43/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 18:51:18 PDT 2007


Revision: 29009
          http://trac.macosforge.org/projects/macports/changeset/29009
Author:   ryandesign at macports.org
Date:     2007-09-12 18:51:18 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
gcc43: fix variant descriptions which were committed malformed in r28362; fixes inability to install port and breakage of entire port system described in #12698

Modified Paths:
--------------
    trunk/dports/lang/gcc43/Portfile

Modified: trunk/dports/lang/gcc43/Portfile
===================================================================
--- trunk/dports/lang/gcc43/Portfile	2007-09-13 01:14:20 UTC (rev 29008)
+++ trunk/dports/lang/gcc43/Portfile	2007-09-13 01:51:18 UTC (rev 29009)
@@ -86,7 +86,7 @@
 }
 
 # odcctools currently do not compile for x64 - move to variant for the time being
-variant odcctools
+variant odcctools \
 	description "Use the odcctools instead of the system provided ones - does not work for x64 currently!" {
 	depends_lib-append	port:odcctools
 	patch {
@@ -99,7 +99,7 @@
 }
 
 # due to popular request - untested for the BETA; will be removed as soon as other languages than C compile successfuly
-variant gfortran 
+variant gfortran \
 	description "Enables fortran; this language will be enabled in the final version - this variant is completely untested!" {
 	configure.args-delete --enable-languages=c
 	configure.args-append --enable-languages=c,fortran

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/e6a8b80d/attachment.html


More information about the macports-changes mailing list