[28545] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 3 05:26:01 PDT 2007


Revision: 28545
          http://trac.macosforge.org/projects/macports/changeset/28545
Author:   mww at macports.org
Date:     2007-09-03 05:26:00 -0700 (Mon, 03 Sep 2007)

Log Message:
-----------
replace configure.env as far as possible

Modified Paths:
--------------
    trunk/dports/www/alphamail/Portfile
    trunk/dports/www/cadaver/Portfile
    trunk/dports/www/dillo/Portfile
    trunk/dports/www/fcgi/Portfile
    trunk/dports/www/firefox-x11/Portfile
    trunk/dports/www/htdig/Portfile
    trunk/dports/www/lighttpd/Portfile
    trunk/dports/www/lighttpd-devel/Portfile
    trunk/dports/www/links/Portfile
    trunk/dports/www/litmus/Portfile
    trunk/dports/www/midgard-apache2/Portfile
    trunk/dports/www/midgard-core/Portfile
    trunk/dports/www/midgard-data/Portfile
    trunk/dports/www/midgard-php4/Portfile
    trunk/dports/www/mod_cband/Portfile
    trunk/dports/www/mod_mono/Portfile
    trunk/dports/www/netrik/Portfile
    trunk/dports/www/php4/Portfile
    trunk/dports/www/php5/Portfile
    trunk/dports/www/php5-devel/Portfile
    trunk/dports/www/php5-rrdtool/Portfile
    trunk/dports/www/pound/Portfile
    trunk/dports/www/privoxy/Portfile
    trunk/dports/www/sitecopy/Portfile
    trunk/dports/www/swish-e/Portfile
    trunk/dports/www/tidy/Portfile
    trunk/dports/www/w3m/Portfile
    trunk/dports/www/webcleaner/Portfile

Modified: trunk/dports/www/alphamail/Portfile
===================================================================
--- trunk/dports/www/alphamail/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/alphamail/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -14,7 +14,7 @@
 homepage          http://alphamail.uoosl.org/index.html
 master_sites      http://alphamail.uoosl.org/releases/
 checksums         md5 a1ede89d69918c144bb3ba11ba44d5b8
-configure.env     CXXFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
+configure.cxxflags-append     "-I${prefix}/include"
 depends_build     port:boost\
                   port:apache2\
                   port:p5-html-mason\

Modified: trunk/dports/www/cadaver/Portfile
===================================================================
--- trunk/dports/www/cadaver/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/cadaver/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -17,9 +17,7 @@
 	http://www.webdav.org/cadaver/
 checksums	md5 e9fade983dd7b18d33230967051fcfe0
 depends_lib	port:expat port:openssl port:neon
-configure.env \
-	LDFLAGS="-L${prefix}/lib" \
-	CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
+configure.cppflags-append "-no-cpp-precomp"
 configure.args	--with-expat --with-ssl --with-force-ssl
 destroot.destdir prefix=${destroot}${prefix}
 

Modified: trunk/dports/www/dillo/Portfile
===================================================================
--- trunk/dports/www/dillo/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/dillo/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -53,8 +53,7 @@
 			${worksrcpath}/dillorc
 }
 
-configure.env	CPPFLAGS="-no-cpp-precomp -I${prefix}/include" \
-		LDFLAGS="-L${prefix}/lib"
+configure.cppflags-append	"-no-cpp-precomp"
 
 configure.args	--with-jpeg-inc=${prefix}/include	\
 		--with-jpeg-lib=${prefix}/lib		\

Modified: trunk/dports/www/fcgi/Portfile
===================================================================
--- trunk/dports/www/fcgi/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/fcgi/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -21,7 +21,7 @@
 patchfiles		patch-ltmain.sh \
 			patch-libfcgi-Makefile.in
 
-configure.env		CFLAGS=-Wno-long-double
+configure.cflags-append	"-Wno-long-double"
 
 post-destroot {
 	xinstall -d -m 755 ${destroot}${prefix}/share/man/man1

Modified: trunk/dports/www/firefox-x11/Portfile
===================================================================
--- trunk/dports/www/firefox-x11/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/firefox-x11/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -35,7 +35,6 @@
 		patch-browser-components-build-Makefile.in \
 		patch-browser-app-profile-firefox.js
 
-configure.env	CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 
 configure.args	--enable-application=browser \
 		--enable-official-branding \
 		--enable-optimize \

Modified: trunk/dports/www/htdig/Portfile
===================================================================
--- trunk/dports/www/htdig/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/htdig/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -52,8 +52,8 @@
 				}
 				configure.args	--with-cgi-bin-dir=${destroot}${cgi_path} }
 
-platform darwin 8 {
-	configure.env	CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3 CXX=/usr/bin/g++-3.3
+platform darwin 8 powerpc {
+	configure.compiler	gcc-3.3
 }
 
 platform freebsd 	{ global cgi_path httpd_conf_path httpd_doc_path

Modified: trunk/dports/www/lighttpd/Portfile
===================================================================
--- trunk/dports/www/lighttpd/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/lighttpd/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -53,7 +53,7 @@
 
 
 platform darwin 8 {
-        configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+        configure.compiler	gcc-4.0
 }
 
 variant mysql4 {
@@ -89,8 +89,6 @@
                         
    configure.args-append --with-lua \
                          --with-memcache
-
-   configure.env-append LDFLAGS=-L${prefix}/lib
 }
 
 variant davprops {

Modified: trunk/dports/www/lighttpd-devel/Portfile
===================================================================
--- trunk/dports/www/lighttpd-devel/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/lighttpd-devel/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -57,7 +57,7 @@
 
 
 platform darwin 8 {
-        configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+        configure.compiler	gcc-4.0
 }
 
 variant mysql4 conflicts mysql5 {
@@ -93,8 +93,6 @@
                         
    configure.args-append --with-lua=${prefix} \
                          --with-memcache
-
-   configure.env-append LDFLAGS=-L${prefix}/lib
 }
 
 variant davprops {

Modified: trunk/dports/www/links/Portfile
===================================================================
--- trunk/dports/www/links/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/links/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -22,7 +22,6 @@
 
 configure.args	--enable-javascript --without-ssl --without-svgalib \
 				--mandir=${prefix}/share/man
-configure.env	CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 
 patchfiles	patch-html_tbl.c
 
@@ -31,8 +30,7 @@
 }
 
 platform darwin {
-	configure.env	CPPFLAGS="-I${prefix}/include -no-cpp-precomp" \
-					LDFLAGS="-L${prefix}/lib"
+	configure.cppflags-append	"-no-cpp-precomp"
 }
 
 variant ssl {

Modified: trunk/dports/www/litmus/Portfile
===================================================================
--- trunk/dports/www/litmus/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/litmus/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -20,5 +20,5 @@
 configure.args          --with-expat --with-ssl=openssl
 
 platform darwin 8 {
-        configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+        configure.compiler	gcc-4.0
 }

Modified: trunk/dports/www/midgard-apache2/Portfile
===================================================================
--- trunk/dports/www/midgard-apache2/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/midgard-apache2/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -50,7 +50,7 @@
 }
 
 platform darwin 8 {
-    configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    configure.compiler	gcc-4.0
 }
 
 livecheck.check	regex

Modified: trunk/dports/www/midgard-core/Portfile
===================================================================
--- trunk/dports/www/midgard-core/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/midgard-core/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -45,7 +45,7 @@
 }
 
 platform darwin 8 {
-    configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    configure.compiler	gcc-4.0
 }
 
 livecheck.check	regex

Modified: trunk/dports/www/midgard-data/Portfile
===================================================================
--- trunk/dports/www/midgard-data/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/midgard-data/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -36,7 +36,7 @@
     --with-pear=${prefix}/bin/pear
 
 platform darwin 8 {
-    configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    configure.compiler	gcc-4.0
 }
 
 livecheck.check	regex

Modified: trunk/dports/www/midgard-php4/Portfile
===================================================================
--- trunk/dports/www/midgard-php4/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/midgard-php4/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -40,7 +40,7 @@
 }
 
 platform darwin 8 {
-    configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    configure.compiler	gcc-4.0
 }
 
 livecheck.check	regex

Modified: trunk/dports/www/mod_cband/Portfile
===================================================================
--- trunk/dports/www/mod_cband/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/mod_cband/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -27,7 +27,7 @@
 build.target	src/.libs/mod_cband.so
 
 platform darwin 8 {
-	configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+	configure.compiler	gcc-4.0
 }
 
 destroot {

Modified: trunk/dports/www/mod_mono/Portfile
===================================================================
--- trunk/dports/www/mod_mono/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/mod_mono/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -21,7 +21,7 @@
 		--mandir=${prefix}/share/man
 
 platform darwin 8 {
-	configure.env-append	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+	configure.compiler	gcc-4.0
 }
 
 post-install {

Modified: trunk/dports/www/netrik/Portfile
===================================================================
--- trunk/dports/www/netrik/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/netrik/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -18,7 +18,6 @@
 depends_lib		lib:readline:readline
 
 configure.args	--mandir=${prefix}/share/man
-configure.env	CFLAGS=-I${prefix}/include \
-				LDFLAGS=-L${prefix}/lib
+configure.cflags-append	"-I${prefix}/include"
 
 build.env		${configure.env}

Modified: trunk/dports/www/php4/Portfile
===================================================================
--- trunk/dports/www/php4/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/php4/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -68,7 +68,7 @@
 }
 
 platform darwin 8 {
-    configure.env-append	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
+    configure.compiler	gcc-4.0
 }
 
 platform macosx {

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/php5/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -109,8 +109,7 @@
 }
 
 platform darwin 8 {
-	configure.env-append \
-		CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+	configure.compiler	gcc-4.0
 }
 
 platform macosx {

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/php5-devel/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -99,8 +99,7 @@
 }
 
 platform darwin 8 {
-    configure.env-append \
-	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    configure.compiler	gcc-4.0
 }
 
 platform macosx {

Modified: trunk/dports/www/php5-rrdtool/Portfile
===================================================================
--- trunk/dports/www/php5-rrdtool/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/php5-rrdtool/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
 
 PortSystem 1.0
 name              php5-rrdtool
@@ -19,7 +19,7 @@
 
 worksrcdir	  rrdtool
 
-configure.env     CFLAGS=-DHAVE_RRD_12X
+configure.cflags-append     "-DHAVE_RRD_12X"
 configure.args    --with-rrdtool=${prefix}
 
 pre-configure {

Modified: trunk/dports/www/pound/Portfile
===================================================================
--- trunk/dports/www/pound/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/pound/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -54,5 +54,5 @@
 }
 
 platform darwin 8 {
-  configure.env  CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
+  configure.compiler	gcc-4.0
 }

Modified: trunk/dports/www/privoxy/Portfile
===================================================================
--- trunk/dports/www/privoxy/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/privoxy/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -40,7 +40,6 @@
 }
 
 use_autoconf		yes
-configure.env		CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 configure.args		--disable-dynamic-pcrs --with-user=${privoxyUser} \
 					--with-group=${privoxyGroup} \
 					--sysconfdir=${prefix}/etc/${name} \

Modified: trunk/dports/www/sitecopy/Portfile
===================================================================
--- trunk/dports/www/sitecopy/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/sitecopy/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -19,4 +19,3 @@
 checksums	md5 df48499ad81b333a9d255c1709e09a1a
 patchfiles	patch-Makefile.in
 configure.args  --mandir=${prefix}/share/man
-configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include

Modified: trunk/dports/www/swish-e/Portfile
===================================================================
--- trunk/dports/www/swish-e/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/swish-e/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -20,7 +20,7 @@
 configure.args	--mandir=${prefix}/share/man --without-pcre \
 				--with-zlib=${prefix} --with-libxml2=${prefix}
 
-#platform darwin 8 {
-#	configure.env-append CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3 CXX=/usr/bin/g++-3.3
+#platform darwin 8 powerpc {
+#	configure.compiler	gcc-3.3
 #}
 

Modified: trunk/dports/www/tidy/Portfile
===================================================================
--- trunk/dports/www/tidy/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/tidy/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -42,7 +42,7 @@
 }
 
 platform darwin 8 {
-	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+	configure.compiler	gcc-4.0
 }
 
 livecheck.check     none

Modified: trunk/dports/www/w3m/Portfile
===================================================================
--- trunk/dports/www/w3m/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/w3m/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -21,6 +21,6 @@
                         --enable-keymap=w3m --enable-image=x11 \
                         --with-termlib=curses --mandir=${prefix}/share/man
 # libwc will not find gc unless ..
-configure.env       CFLAGS=-I${prefix}/include/
+configure.cflags-append "-I${prefix}/include/"
 
 

Modified: trunk/dports/www/webcleaner/Portfile
===================================================================
--- trunk/dports/www/webcleaner/Portfile	2007-09-03 12:13:16 UTC (rev 28544)
+++ trunk/dports/www/webcleaner/Portfile	2007-09-03 12:26:00 UTC (rev 28545)
@@ -23,7 +23,6 @@
 }
 
 use_configure	yes
-configure.env	CFLAGS=-I${prefix}/include/spidermonkey \
-		LDFLAGS=-L${prefix}/lib
+configure.cflags-append	"-I${prefix}/include/spidermonkey"
 
 build.env		${configure.env}

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


More information about the macports-changes mailing list