[28539] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 3 04:29:10 PDT 2007


Revision: 28539
          http://trac.macosforge.org/projects/macports/changeset/28539
Author:   mww at macports.org
Date:     2007-09-03 04:29:08 -0700 (Mon, 03 Sep 2007)

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

Modified Paths:
--------------
    trunk/dports/devel/apr-util0/Portfile
    trunk/dports/devel/aqbanking/Portfile
    trunk/dports/devel/atk/Portfile
    trunk/dports/devel/autogen/Portfile
    trunk/dports/devel/bazaar/Portfile
    trunk/dports/devel/beecrypt/Portfile
    trunk/dports/devel/binutils/Portfile
    trunk/dports/devel/bison1/Portfile
    trunk/dports/devel/boehmgc/Portfile
    trunk/dports/devel/camlimages/Portfile
    trunk/dports/devel/cfitsio/Portfile
    trunk/dports/devel/clucene/Portfile
    trunk/dports/devel/cmake-devel/Portfile
    trunk/dports/devel/commoncpp2/Portfile
    trunk/dports/devel/cxref/Portfile
    trunk/dports/devel/darcs/Portfile
    trunk/dports/devel/dbus-glib/Portfile
    trunk/dports/devel/devtodo/Portfile
    trunk/dports/devel/dialog/Portfile
    trunk/dports/devel/ecore/Portfile
    trunk/dports/devel/eet/Portfile
    trunk/dports/devel/evas/Portfile
    trunk/dports/devel/glib1/Portfile
    trunk/dports/devel/gnet2/Portfile
    trunk/dports/devel/gnutls/Portfile
    trunk/dports/devel/gsoap/Portfile
    trunk/dports/devel/gwenhywfar/Portfile
    trunk/dports/devel/icu/Portfile
    trunk/dports/devel/libast/Portfile
    trunk/dports/devel/libbuffers/Portfile
    trunk/dports/devel/libdaemon/Portfile
    trunk/dports/devel/libdvdplay/Portfile
    trunk/dports/devel/libdvdread/Portfile
    trunk/dports/devel/libexo/Portfile
    trunk/dports/devel/libextractor/Portfile
    trunk/dports/devel/libffi/Portfile
    trunk/dports/devel/libgcrypt/Portfile
    trunk/dports/devel/libgdiplus/Portfile
    trunk/dports/devel/libglade/Portfile
    trunk/dports/devel/libjit/Portfile
    trunk/dports/devel/libmcrypt/Portfile
    trunk/dports/devel/libmd/Portfile
    trunk/dports/devel/libmemcache/Portfile
    trunk/dports/devel/libofx/Portfile
    trunk/dports/devel/libopensync/Portfile
    trunk/dports/devel/libsigcxx2/Portfile
    trunk/dports/devel/libsl/Portfile
    trunk/dports/devel/libtre/Portfile
    trunk/dports/devel/linc/Portfile
    trunk/dports/devel/log4cpp/Portfile
    trunk/dports/devel/mhash/Portfile
    trunk/dports/devel/mico/Portfile
    trunk/dports/devel/ml-pnet/Portfile
    trunk/dports/devel/mpfr/Portfile
    trunk/dports/devel/ncurses/Portfile
    trunk/dports/devel/ncursesw/Portfile
    trunk/dports/devel/ossp-al/Portfile
    trunk/dports/devel/ossp-sio/Portfile
    trunk/dports/devel/ossp-str/Portfile
    trunk/dports/devel/ossp-uuid/Portfile
    trunk/dports/devel/physfs/Portfile
    trunk/dports/devel/plib/Portfile
    trunk/dports/devel/pnet/Portfile
    trunk/dports/devel/pnetC/Portfile
    trunk/dports/devel/pnetlib/Portfile
    trunk/dports/devel/quilt/Portfile
    trunk/dports/devel/sdlconsole/Portfile
    trunk/dports/devel/shared-mime-info/Portfile
    trunk/dports/devel/srecord/Portfile
    trunk/dports/devel/sstrings/Portfile
    trunk/dports/devel/subversion-javahlbindings/Portfile
    trunk/dports/devel/swig/Portfile
    trunk/dports/devel/treecc/Portfile
    trunk/dports/devel/wsdlpull/Portfile
    trunk/dports/devel/xcc/Portfile
    trunk/dports/devel/xmlwrapp/Portfile
    trunk/dports/devel/xplc/Portfile

Modified: trunk/dports/devel/apr-util0/Portfile
===================================================================
--- trunk/dports/devel/apr-util0/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/apr-util0/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -22,7 +22,6 @@
 
 depends_lib	port:apr0 port:expat port:libiconv port:db44
 
-configure.env	CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 configure.args	--with-apr=${prefix}/bin/apr-config --with-expat=${prefix} \
 		--with-iconv=${prefix} \
 		--with-berkeley-db=${prefix}/include:${prefix}/lib/db44 \

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/aqbanking/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -26,10 +26,9 @@
 		  port:libofx
 depends_build	  port:libtool
 
-configure.env	  CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
-		  CFLAGS="-L${prefix}/lib -I${prefix}/include" \
-		  LDFLAGS=-L${prefix}/lib \
-		  QTDIR=${prefix}/lib/qt3
+configure.cppflags-append	"-L${prefix}/lib"
+configure.cflags-append	"-L${prefix}/lib"
+configure.env		  QTDIR=${prefix}/lib/qt3
 configure.args	  --disable-kde3 \
 		  --disable-dependency-tracking \
 		  --with-frontends="cbanking g2banking qbanking" \

Modified: trunk/dports/devel/atk/Portfile
===================================================================
--- trunk/dports/devel/atk/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/atk/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -22,8 +22,8 @@
 
 depends_lib	port:glib2
 
-configure.env	LDFLAGS="-L${prefix}/lib -no-undefined" \
-		CPPFLAGS="-I${prefix}/include -no-cpp-precomp" \
-		CFLAGS="-O3 -funroll-loops -fstrict-aliasing"
+configure.ldflags-append	"-no-undefined"
+configure.cppflags-append	"-no-cpp-precomp"
+configure.cflags	"-O3 -funroll-loops -fstrict-aliasing"
 
 configure.args	--disable-gtk-doc

Modified: trunk/dports/devel/autogen/Portfile
===================================================================
--- trunk/dports/devel/autogen/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/autogen/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -30,7 +30,7 @@
 test.target		check
 
 platform darwin 8 {
-	configure.env	CC=/usr/bin/gcc-4.0 CXX=/usr/bin/g++-4.0
+	configure.compiler	gcc-4.0
 	configure.cppflags-append	"-D_WINT_T"
 }
 

Modified: trunk/dports/devel/bazaar/Portfile
===================================================================
--- trunk/dports/devel/bazaar/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/bazaar/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -27,7 +27,7 @@
 worksrcdir	thelove at canonical.com---dists--bazaar--1.4
 patchfiles	patch-pfs.c patch-pfs-sftp.c patch-unit-sftp.c
 
-configure.env 	CFLAGS="-I'${prefix}/include' -L'${prefix}/lib'"
+configure.cflags-append	"-L'${prefix}/lib'"
 configure.dir    ${workpath}/thelove at canonical.com---dists--bazaar--1.4/build
 build.dir        ${configure.dir}
 

Modified: trunk/dports/devel/beecrypt/Portfile
===================================================================
--- trunk/dports/devel/beecrypt/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/beecrypt/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -23,7 +23,6 @@
                  patch-c++__beeyond__BeeCertificate.h \
                  patch-c++__security__Security.h
 
-configure.env    CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 configure.args   --without-python
 
 platform puredarwin {

Modified: trunk/dports/devel/binutils/Portfile
===================================================================
--- trunk/dports/devel/binutils/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/binutils/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -22,7 +22,7 @@
 pre-configure   	{ system "cd ${workpath} && mkdir -p build"}
 configure.dir   	${workpath}/build
 configure.cmd   	${worksrcpath}/configure
-configure.env   	CC="cc -no-cpp-precomp"
+configure.cc   		"cc -no-cpp-precomp"
 configure.args  	--infodir='${prefix}/share/info' \
 					--mandir='${prefix}/share/man' \
 					--program-prefix=g

Modified: trunk/dports/devel/bison1/Portfile
===================================================================
--- trunk/dports/devel/bison1/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/bison1/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -35,6 +35,6 @@
 }
 
 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/devel/boehmgc/Portfile
===================================================================
--- trunk/dports/devel/boehmgc/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/boehmgc/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -26,11 +26,11 @@
 }
 
 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
 }
 
 platform darwin 9 {
-	configure.env-append CFLAGS=-D_NONSTD_SOURCE
+	configure.cflags-append -D_NONSTD_SOURCE
 }
 
 test.run	yes

Modified: trunk/dports/devel/camlimages/Portfile
===================================================================
--- trunk/dports/devel/camlimages/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/camlimages/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -13,9 +13,8 @@
 				to render Truetype fonts.
 homepage			http://pauillac.inria.fr/camlimages/
 
-configure.env			LDFLAGS="-L${prefix}/lib" \
-				CFLAGS="-I${prefix}/include -L${prefix}/lib" \
-				DPORT_CAMLDIR="${prefix}/lib/ocaml"
+configure.cflags-append		"-L${prefix}/lib"
+configure.env			DPORT_CAMLDIR="${prefix}/lib/ocaml"
 				
 patchfiles			patch-configure.diff \
 				patch-tiffread.c.diff

Modified: trunk/dports/devel/cfitsio/Portfile
===================================================================
--- trunk/dports/devel/cfitsio/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/cfitsio/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -31,8 +31,8 @@
 
 patchfiles			patch-configure
 
-configure.env		CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
-					FC="${prefix}/bin/g77-dp-3.4"
+configure.cflags	"-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+configure.fc		"${prefix}/bin/g77-dp-3.4"
 
 build.target		all shared
 

Modified: trunk/dports/devel/clucene/Portfile
===================================================================
--- trunk/dports/devel/clucene/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/clucene/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -19,5 +19,5 @@
 checksums               sha1 8bf54666a02a9c8dda582828d14525052f862c1e
 
 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/devel/cmake-devel/Portfile
===================================================================
--- trunk/dports/devel/cmake-devel/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/cmake-devel/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -40,5 +40,5 @@
 }
 
 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/devel/commoncpp2/Portfile
===================================================================
--- trunk/dports/devel/commoncpp2/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/commoncpp2/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -23,7 +23,6 @@
 
 patchfiles			patch-configure patch-src_Makefile.in
 
-configure.env		CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 configure.args		--infodir=${prefix}/share/info
 
 platform darwin 6 {

Modified: trunk/dports/devel/cxref/Portfile
===================================================================
--- trunk/dports/devel/cxref/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/cxref/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -30,6 +30,6 @@
 configure.args	--mandir=${prefix}/share/man
 
 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/devel/darcs/Portfile
===================================================================
--- trunk/dports/devel/darcs/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/darcs/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -26,8 +26,6 @@
 
 configure.args  --mandir=${prefix}/share/man \
                 --without-docs
-configure.env   CPPFLAGS="-I${prefix}/include" \
-                LDFLAGS="-L${prefix}/lib"
 
 build.env       PREFIX=${prefix}
 destroot.env    PREFIX=${prefix}

Modified: trunk/dports/devel/dbus-glib/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/dbus-glib/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -17,5 +17,5 @@
 depends_build	port:pkgconfig
 configure.args	--mandir=${prefix}/share/man \
 		--enable-tests
-configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
-                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress -L${prefix}/lib"
+configure.cppflags-append	"-L${prefix}/lib"
+configure.cflags-append	"-no-cpp-precomp -flat_namespace -undefined suppress -L${prefix}/lib"

Modified: trunk/dports/devel/devtodo/Portfile
===================================================================
--- trunk/dports/devel/devtodo/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/devtodo/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -16,5 +16,4 @@
 master_sites    http://swapoff.org/files/devtodo/
 checksums       rmd160 133140acde8a3fdd9f055460c28926f60873aeb3
 depends_lib		port:readline
-configure.env	LDFLAGS=-L${prefix}/lib
 configure.args	--mandir=${prefix}/share/man

Modified: trunk/dports/devel/dialog/Portfile
===================================================================
--- trunk/dports/devel/dialog/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/dialog/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -62,7 +62,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	moddate

Modified: trunk/dports/devel/ecore/Portfile
===================================================================
--- trunk/dports/devel/ecore/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/ecore/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -18,6 +18,4 @@
 		sourceforge:enlightenment
 checksums	md5 ec6d00a39ca6648f12f58f8d4f2208cc
 depends_lib     port:evas port:curl
-configure.env	CPPFLAGS="-I${prefix}/include" \
-                LDFLAGS="-L${prefix}/lib"
  

Modified: trunk/dports/devel/eet/Portfile
===================================================================
--- trunk/dports/devel/eet/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/eet/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -22,5 +22,3 @@
 depends_lib	port:jpeg port:zlib
 
 configure.args	--mandir=${prefix}/share/man 
-configure.env   CPPFLAGS="-I${prefix}/include" \
-                LDFLAGS="-L${prefix}/lib"

Modified: trunk/dports/devel/evas/Portfile
===================================================================
--- trunk/dports/devel/evas/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/evas/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -17,8 +17,7 @@
 checksums	md5 21cb713b01be39992a7c48d0ea23429b
 depends_lib     port:eet port:glitz port:cairo \
                 port:tiff port:imlib2 port:libungif
-configure.env	CPPFLAGS="-I${prefix}/include -I${x11prefix}/include" \
-                LDFLAGS="-L${prefix}/lib"
+configure.cppflags-append	"-I${x11prefix}/include"
 configure.args	--mandir=${prefix}/share/man --enable-glitz-x11 \
 		--enable-gl-x11 --enable-buffer
 

Modified: trunk/dports/devel/glib1/Portfile
===================================================================
--- trunk/dports/devel/glib1/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/glib1/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -34,7 +34,7 @@
 patchfiles	patch-configure patch-config.guess patch-config.sub \
 		patch-gmain.c patch-glib.h patch-gutils.c
 
-configure.env	LDFLAGS="-L${prefix}/lib" CFLAGS="-I${prefix}/include"
+configure.cflags-append	"-I${prefix}/include"
 configure.args	--disable-static --mandir=${prefix}/share/man \
 		--infodir=${prefix}/share/info 
 

Modified: trunk/dports/devel/gnet2/Portfile
===================================================================
--- trunk/dports/devel/gnet2/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/gnet2/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -31,5 +31,5 @@
 		    ${destroot}${prefix}/lib/libgnet.2.dylib" }
 
 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/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/gnutls/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -25,14 +25,14 @@
 
 patchfiles      patch-includes_gnutls_gnutlsxx.h patch-lib_gnutlsxx.cpp
 
-configure.env	CPPFLAGS="-D_asn1_find_node=asn1_find_node"
+configure.cppflags	"-D_asn1_find_node=asn1_find_node"
 configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
 			--with-libtasn1-prefix=${prefix} --with-libreadline-prefix=${prefix}
 
 platform darwin 8 {
 	build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
-	configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 \
-		CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+	configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4
+	configure.compiler	gcc-4.0
 }
 
 livecheck.check	regex

Modified: trunk/dports/devel/gsoap/Portfile
===================================================================
--- trunk/dports/devel/gsoap/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/gsoap/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -30,5 +30,5 @@
 }
 
 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/devel/gwenhywfar/Portfile
===================================================================
--- trunk/dports/devel/gwenhywfar/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/gwenhywfar/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -15,7 +15,7 @@
 depends_lib	  lib:libssl:openssl port:gettext port:libxml2
 depends_build	  bin:glibtoolize:libtool
 
-configure.env	  CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
-		  CFLAGS="-L${prefix}/lib -I${prefix}/include" \
-		  LDFLAGS=""
+configure.cppflags-append	"-L${prefix}/lib"
+configure.cflags-append	"-L${prefix}/lib -I${prefix}/include"
+configure.ldflags	""
 

Modified: trunk/dports/devel/icu/Portfile
===================================================================
--- trunk/dports/devel/icu/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/icu/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -68,7 +68,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
 }
 
 platform freebsd {

Modified: trunk/dports/devel/libast/Portfile
===================================================================
--- trunk/dports/devel/libast/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libast/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -17,4 +17,4 @@
 checksums	md5 a9ec3b2da317f35869316e6d9571d296 \
 			rmd160 82dedafc23668f0bbecbf09433676d4b31e9e154
 depends_lib	lib:libImlib2:imlib2 lib:libpcre:pcre
-configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" 
+configure.cppflags-append	"-L${prefix}/lib"

Modified: trunk/dports/devel/libbuffers/Portfile
===================================================================
--- trunk/dports/devel/libbuffers/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libbuffers/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -16,6 +16,6 @@
 use_bzip2		yes
 
 platform darwin 8 {
-	configure.env CC=/usr/bin/gcc-4.0 CXX=/usr/bin/g++-4.0 CPP=/usr/bin/cpp-4.0
+	configure.compiler	gcc-4.0
 }
 

Modified: trunk/dports/devel/libdaemon/Portfile
===================================================================
--- trunk/dports/devel/libdaemon/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libdaemon/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -20,6 +20,6 @@
 configure.args	--disable-lynx
 
 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/devel/libdvdplay/Portfile
===================================================================
--- trunk/dports/devel/libdvdplay/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libdvdplay/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -19,6 +19,4 @@
 	http://www.videolan.org/pub/${name}/${version}/
 checksums	md5 f88641246b45ecf2907b677b957761fb
 depends_lib	lib:libdvdread:libdvdread
-configure.env \
-	LDFLAGS="-L${prefix}/lib" \
- 	CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
+configure.cppflags-append	"-no-cpp-precomp"

Modified: trunk/dports/devel/libdvdread/Portfile
===================================================================
--- trunk/dports/devel/libdvdread/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libdvdread/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -21,9 +21,7 @@
 master_sites	\
 	http://www.dtek.chalmers.se/groups/dvd/dist/
 checksums	md5 078788c9241ae16763529e1235502337
-configure.env \
-	LDFLAGS="-L${prefix}/lib" \
- 	CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
+configure.cppflags-append	"-no-cpp-precomp"
 default_variants	+libdvdcss
 
 variant libdvdcss {

Modified: trunk/dports/devel/libexo/Portfile
===================================================================
--- trunk/dports/devel/libexo/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libexo/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -18,6 +18,6 @@
 use_bzip2	yes
 master_sites    http://www.os-works.com/files/projects/libexo/0.3/
 checksums	md5 ffcd73ec6b34f19c81afdc3f1a97377b
-depends_lib     lib:libxfcegui4:libxfcegui4 
+depends_lib     port:libxfcegui4 
 configure.args	--mandir=${prefix}/share/man 
-configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" 
+configure.cppflags-append	"-L${prefix}/lib"

Modified: trunk/dports/devel/libextractor/Portfile
===================================================================
--- trunk/dports/devel/libextractor/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libextractor/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -24,8 +24,6 @@
 		--disable-xpdf \
 		--disable-gsf \
 		--disable-gnome
-configure.env   CPPFLAGS="-I${prefix}/include" \
-		LDFLAGS="-L${prefix}/lib"
 
 livecheck.check	regex
 livecheck.url	http://ftp.gnu.org/gnu/${name}/?M=D

Modified: trunk/dports/devel/libffi/Portfile
===================================================================
--- trunk/dports/devel/libffi/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libffi/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -35,7 +35,7 @@
 set worksrcpath ${workpath}/pyobjc-${pyobjc-version}/libffi-src/src
 
 configure.cmd	../configure
-configure.env	CFLAGS=-DMACOSX
+configure.cflags-append	"-DMACOSX"
 
 build.dir	${configure.dir}
 

Modified: trunk/dports/devel/libgcrypt/Portfile
===================================================================
--- trunk/dports/devel/libgcrypt/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libgcrypt/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -31,8 +31,7 @@
    patchfiles-append    patch-src-ath.h
 }
 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
 }
 
 # Delete info dir file (yuck)

Modified: trunk/dports/devel/libgdiplus/Portfile
===================================================================
--- trunk/dports/devel/libgdiplus/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libgdiplus/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -26,6 +26,6 @@
 		port:fontconfig
 
 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
 }
 

Modified: trunk/dports/devel/libglade/Portfile
===================================================================
--- trunk/dports/devel/libglade/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libglade/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -20,5 +20,5 @@
 checksums	md5 38b2e2cfd813783fe157617813bfe3b3
 depends_lib 	lib:libglib.1:glib1 lib:libxml.1:libxml
 configure.args  --mandir=${prefix}/share/man
-configure.env   CPPFLAGS="-no-cpp-precomp -L${prefix}/lib -I${prefix}/include" \
-        	CFLAGS="-fstrict-aliasing -funroll-loops"
+configure.cppflags-append  "-no-cpp-precomp -L${prefix}/lib"
+configure.cflags-append	"-fstrict-aliasing -funroll-loops"

Modified: trunk/dports/devel/libjit/Portfile
===================================================================
--- trunk/dports/devel/libjit/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libjit/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -16,5 +16,5 @@
 configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
 
 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/devel/libmcrypt/Portfile
===================================================================
--- trunk/dports/devel/libmcrypt/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libmcrypt/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -35,10 +35,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
 }
 
 livecheck.distname  Libmcrypt

Modified: trunk/dports/devel/libmd/Portfile
===================================================================
--- trunk/dports/devel/libmd/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libmd/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -21,7 +21,7 @@
 				--host=powerpc-apple-freebsd
 
 platform darwin 8 {
-	configure.env	CC=/usr/bin/gcc-4.0
+	configure.compiler	gcc-4.0
 }
 
 post-destroot {

Modified: trunk/dports/devel/libmemcache/Portfile
===================================================================
--- trunk/dports/devel/libmemcache/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libmemcache/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -26,5 +26,5 @@
 }
 
 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/devel/libofx/Portfile
===================================================================
--- trunk/dports/devel/libofx/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libofx/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -21,6 +21,5 @@
 
 depends_lib             lib:libosp:opensp port:pkgconfig
 
-configure.env           CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 configure.args          "--with-opensp-includes=${prefix}/include/OpenSP \
                         --with-opensp-libs=${prefix}/lib"

Modified: trunk/dports/devel/libopensync/Portfile
===================================================================
--- trunk/dports/devel/libopensync/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libopensync/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -27,6 +27,6 @@
 configure.args	--disable-python
 
 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/devel/libsigcxx2/Portfile
===================================================================
--- trunk/dports/devel/libsigcxx2/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libsigcxx2/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -22,5 +22,5 @@
 	delete ${destroot}${prefix}/share
 }
 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/devel/libsl/Portfile
===================================================================
--- trunk/dports/devel/libsl/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libsl/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -18,6 +18,6 @@
 configure.args	--mandir=${prefix}/share/man
 
 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/devel/libtre/Portfile
===================================================================
--- trunk/dports/devel/libtre/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/libtre/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -21,4 +21,4 @@
 
 depends_lib     port:gettext
 
-platform darwin 8 { configure.env-append	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 }
+platform darwin 8 { configure.compiler gcc-4.0 }

Modified: trunk/dports/devel/linc/Portfile
===================================================================
--- trunk/dports/devel/linc/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/linc/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -20,5 +20,5 @@
 depends_build	port:pkgconfig
 use_bzip2 	yes
 configure.args  --mandir=${prefix}/share/man
-configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
-                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
+configure.cppflags-append	"-L${prefix}/lib"
+configure.cflags-append	"-no-cpp-precomp -flat_namespace -undefined suppress"

Modified: trunk/dports/devel/log4cpp/Portfile
===================================================================
--- trunk/dports/devel/log4cpp/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/log4cpp/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -23,5 +23,5 @@
 patchfiles         patch-Manipulator.hh
 
 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/devel/mhash/Portfile
===================================================================
--- trunk/dports/devel/mhash/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/mhash/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -27,8 +27,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
 }
 
 test.run            yes

Modified: trunk/dports/devel/mico/Portfile
===================================================================
--- trunk/dports/devel/mico/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/mico/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -35,7 +35,7 @@
                        system "find demo -name Makefile | xargs sed -i .bak s,\\(INSTDIR\\)/doc,\\(INSTDIR\\)/share/doc,g"
                     }               
 configure.args      --with-ssl=${prefix}
-configure.env       DYLD_LIBRARY_PATH=${worksrcpath} CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
+configure.env       DYLD_LIBRARY_PATH=${worksrcpath}
 
 platform powerpc     {
                         post-configure {
@@ -46,4 +46,4 @@
                         }
                     }
 build.env           DYLD_LIBRARY_PATH=${worksrcpath}/orb:${worksrcpath}/ir:${worksrcpath}/auxdir
-destroot.destdir    INSTDIR=${destroot}${prefix} SHARED_INSTDIR=${destroot}${prefix}
\ No newline at end of file
+destroot.destdir    INSTDIR=${destroot}${prefix} SHARED_INSTDIR=${destroot}${prefix}

Modified: trunk/dports/devel/ml-pnet/Portfile
===================================================================
--- trunk/dports/devel/ml-pnet/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/ml-pnet/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -16,6 +16,6 @@
 depends_lib	bin:csunit:pnetlib
 
 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/devel/mpfr/Portfile
===================================================================
--- trunk/dports/devel/mpfr/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/mpfr/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -49,7 +49,7 @@
 }
 
 platform darwin 8 {
-    configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
+    configure.compiler	gcc-4.0
 }
 
 livecheck.check none

Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/ncurses/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -41,9 +41,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 freebsd {

Modified: trunk/dports/devel/ncursesw/Portfile
===================================================================
--- trunk/dports/devel/ncursesw/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/ncursesw/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -35,9 +35,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
 }
 
 livecheck.check regex

Modified: trunk/dports/devel/ossp-al/Portfile
===================================================================
--- trunk/dports/devel/ossp-al/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/ossp-al/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -19,5 +19,5 @@
 configure.args	--mandir=${prefix}/share/man
 
 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/devel/ossp-sio/Portfile
===================================================================
--- trunk/dports/devel/ossp-sio/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/ossp-sio/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -19,5 +19,5 @@
 configure.args	--mandir=${prefix}/share/man
 
 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/devel/ossp-str/Portfile
===================================================================
--- trunk/dports/devel/ossp-str/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/ossp-str/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -25,7 +25,7 @@
 test.target		check
 
 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.destdir	prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man

Modified: trunk/dports/devel/ossp-uuid/Portfile
===================================================================
--- trunk/dports/devel/ossp-uuid/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/ossp-uuid/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -16,7 +16,7 @@
 checksums		md5 d7df0c4cb02dad7ce3e1ec8fc669f724
 
 configure.args	--mandir=${prefix}/share/man --without-perl
-configure.env	CFLAGS="-D_POSIX_C_SOURCE"
+configure.cflags-append	"-D_POSIX_C_SOURCE"
 
 test.run		yes
 test.target		check

Modified: trunk/dports/devel/physfs/Portfile
===================================================================
--- trunk/dports/devel/physfs/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/physfs/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -18,5 +18,5 @@
 checksums        md5 d0bd118c6b55fb1e020fe982d6ec6957
 
 platform darwin 8 {
-	configure.env LDFLAGS=-lreadline
+	configure.ldflags-append	"-lreadline"
 }

Modified: trunk/dports/devel/plib/Portfile
===================================================================
--- trunk/dports/devel/plib/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/plib/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -23,7 +23,6 @@
 
 patchfiles			patch-src_js_jsMacOSX.cxx patch-src_pw_pwMacOSX.cxx
 
-configure.env		CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 configure.args		--with-x
 
 post-destroot {

Modified: trunk/dports/devel/pnet/Portfile
===================================================================
--- trunk/dports/devel/pnet/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/pnet/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -21,5 +21,5 @@
 #}
 
 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/devel/pnetC/Portfile
===================================================================
--- trunk/dports/devel/pnetC/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/pnetC/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -20,6 +20,6 @@
 #}
 
 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/devel/pnetlib/Portfile
===================================================================
--- trunk/dports/devel/pnetlib/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/pnetlib/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -22,6 +22,6 @@
 #}
 
 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/devel/quilt/Portfile
===================================================================
--- trunk/dports/devel/quilt/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/quilt/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -25,5 +25,5 @@
 destroot.destdir prefix=${destroot}${prefix}
 
 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/devel/sdlconsole/Portfile
===================================================================
--- trunk/dports/devel/sdlconsole/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/sdlconsole/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -24,5 +24,5 @@
 configure.args	--with-sdl-prefix=${prefix} --disable-sdltest
 
 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/devel/shared-mime-info/Portfile
===================================================================
--- trunk/dports/devel/shared-mime-info/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/shared-mime-info/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -21,5 +21,5 @@
                 port:p5-xml-parser \
                 port:zlib 
 configure.args	--mandir=${prefix}/share/man 
-configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
-                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress -L${prefix}/lib"
+configure.cppflags-append	"-L${prefix}/lib"
+configure.cflags-append	"-no-cpp-precomp -flat_namespace -undefined suppress -L${prefix}/lib"

Modified: trunk/dports/devel/srecord/Portfile
===================================================================
--- trunk/dports/devel/srecord/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/srecord/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -31,8 +31,6 @@
 homepage          http://srecord.sourceforge.net/
 master_sites      sourceforge
 checksums         md5 9391766aca7da38e4293776186a21f23
-configure.env     CPPFLAGS="-I${prefix}/include" \
-                  CFLAGS="-I${prefix}/include" \
-                  LDFLAGS="-L${prefix}/lib"
+configure.cflags-append	"-I${prefix}/include"
 configure.args    --mandir=${destroot}${prefix}/share/man
 destroot.destdir  prefix=${destroot}${prefix}

Modified: trunk/dports/devel/sstrings/Portfile
===================================================================
--- trunk/dports/devel/sstrings/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/sstrings/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -22,5 +22,5 @@
 configure.args	--mandir=${prefix}/share/man
 
 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/devel/subversion-javahlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-javahlbindings/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -26,7 +26,7 @@
 			port:junit \
 			port:gettext
 
-configure.env		CXX=g++
+configure.cxx		g++
 
 configure.args		--with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 \
 			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \

Modified: trunk/dports/devel/swig/Portfile
===================================================================
--- trunk/dports/devel/swig/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/swig/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -27,7 +27,7 @@
 build.target
 
 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     sourceforge

Modified: trunk/dports/devel/treecc/Portfile
===================================================================
--- trunk/dports/devel/treecc/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/treecc/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -26,7 +26,7 @@
 }
 
 platform darwin 8 {
-	configure.env-append    CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
+	configure.compiler	gcc-4.0
 }
 
 test.run        yes

Modified: trunk/dports/devel/wsdlpull/Portfile
===================================================================
--- trunk/dports/devel/wsdlpull/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/wsdlpull/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -22,6 +22,6 @@
 depends_lib		port:curl port:openssl port:zlib
 
 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
 }
 

Modified: trunk/dports/devel/xcc/Portfile
===================================================================
--- trunk/dports/devel/xcc/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/xcc/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -26,6 +26,6 @@
 build.target	bundle.i all
 
 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
 }
 

Modified: trunk/dports/devel/xmlwrapp/Portfile
===================================================================
--- trunk/dports/devel/xmlwrapp/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/xmlwrapp/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -26,8 +26,7 @@
 patch.pre_args    -p1
 patchfiles        patch-mkmf
 
-configure.env \
-	CPPFLAGS="-I${prefix}/include -I${prefix}/include/libxml2"
+configure.cppflags-append	"-I${prefix}/include/libxml2"
 
 configure {
 	cd ${worksrcpath}

Modified: trunk/dports/devel/xplc/Portfile
===================================================================
--- trunk/dports/devel/xplc/Portfile	2007-09-03 08:32:56 UTC (rev 28538)
+++ trunk/dports/devel/xplc/Portfile	2007-09-03 11:29:08 UTC (rev 28539)
@@ -13,8 +13,8 @@
 master_sites	sourceforge
 checksums	md5 b6884ed973a5c076ac79b209450372b8
 configure.args	--mandir=${prefix}/share/man 
-configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
-                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" 
+configure.cppflags-append	"-L${prefix}/lib"
+configure.cflags-append	"-no-cpp-precomp -flat_namespace -undefined suppress" 
 build.target	{}
 post-destroot { 
 	cd ${destroot}${prefix}/lib 

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


More information about the macports-changes mailing list