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

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 29 02:38:23 PDT 2007


Revision: 28362
          http://trac.macosforge.org/projects/macports/changeset/28362
Author:   mww at macports.org
Date:     2007-08-29 02:38:23 -0700 (Wed, 29 Aug 2007)

Log Message:
-----------
add descriptions to variants

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

Modified: trunk/dports/lang/gcc43/Portfile
===================================================================
--- trunk/dports/lang/gcc43/Portfile	2007-08-29 09:33:52 UTC (rev 28361)
+++ trunk/dports/lang/gcc43/Portfile	2007-08-29 09:38:23 UTC (rev 28362)
@@ -86,7 +86,8 @@
 }
 
 # 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 {
 		reinplace "s|/usr/bin/libtool|${prefix}/bin/odlibtool|g" \
@@ -98,7 +99,8 @@
 }
 
 # 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/20070829/552f1bd8/attachment.html


More information about the macports-changes mailing list