[58843] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Mon Oct 5 23:56:04 PDT 2009


Revision: 58843
          http://trac.macports.org/changeset/58843
Author:   ryandesign at macports.org
Date:     2009-10-05 23:56:01 -0700 (Mon, 05 Oct 2009)
Log Message:
-----------
Use "platform" instead of "variant" for platform variants

Modified Paths:
--------------
    trunk/dports/www/apache2/Portfile
    trunk/dports/www/apache20/Portfile
    trunk/dports/x11/glw/Portfile

Modified: trunk/dports/www/apache2/Portfile
===================================================================
--- trunk/dports/www/apache2/Portfile	2009-10-06 05:55:47 UTC (rev 58842)
+++ trunk/dports/www/apache2/Portfile	2009-10-06 06:56:01 UTC (rev 58843)
@@ -124,7 +124,7 @@
     }
 }
 
-variant openbsd {
+platform openbsd {
 	build.env-append "LD_LIBRARY_PATH=${prefix}/lib"
 }
 

Modified: trunk/dports/www/apache20/Portfile
===================================================================
--- trunk/dports/www/apache20/Portfile	2009-10-06 05:55:47 UTC (rev 58842)
+++ trunk/dports/www/apache20/Portfile	2009-10-06 06:56:01 UTC (rev 58843)
@@ -137,7 +137,7 @@
 	file rename -force ${mandir}/suexec.8 ${mandir}/suexec20.8
 }
 
-variant openbsd {
+platform openbsd {
 	build.env-append "LD_LIBRARY_PATH=${prefix}/lib"
 }
 

Modified: trunk/dports/x11/glw/Portfile
===================================================================
--- trunk/dports/x11/glw/Portfile	2009-10-06 05:55:47 UTC (rev 58842)
+++ trunk/dports/x11/glw/Portfile	2009-10-06 06:56:01 UTC (rev 58843)
@@ -35,7 +35,7 @@
 build.dir	${worksrcpath}/src/glw
 build.target
 
-variant darwin {
+platform darwin {
 	post-configure {
 		reinplace "s|\.so$|\.dylib|g" ${worksrcpath}/configs/current
 		reinplace "s|\$(GLW_LIB_NAME)\\*|libGLw.\*dylib|g" ${worksrcpath}/configs/default
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091005/92db49df/attachment.html>


More information about the macports-changes mailing list