[25061] trunk/dports/net/rrdtool/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat May 12 19:41:32 PDT 2007


Revision: 25061
          http://trac.macosforge.org/projects/macports/changeset/25061
Author:   markd at macports.org
Date:     2007-05-12 19:41:31 -0700 (Sat, 12 May 2007)

Log Message:
-----------
Update to 1.2.23.  Clean up cflags.

Modified Paths:
--------------
    trunk/dports/net/rrdtool/Portfile

Modified: trunk/dports/net/rrdtool/Portfile
===================================================================
--- trunk/dports/net/rrdtool/Portfile	2007-05-13 01:19:18 UTC (rev 25060)
+++ trunk/dports/net/rrdtool/Portfile	2007-05-13 02:41:31 UTC (rev 25061)
@@ -2,7 +2,7 @@
 PortSystem	1.0
 
 name			rrdtool
-version			1.2.19
+version			1.2.23
 categories		net
 maintainers		markd at macports.org
 description		Round Robin Database
@@ -10,7 +10,7 @@
 homepage		http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
 platforms		darwin
 master_sites		http://oss.oetiker.ch/rrdtool/pub/
-checksums		md5 df625d12e0585042a398ff946e32e3e7
+checksums		md5 dafa161bc9c61e57636a6085c87c1fe8
 
 depends_lib		port:perl5.8 \
 			port:tcl \
@@ -21,17 +21,17 @@
 			port:cgilib
 
 configure.args		--prefix=${prefix} \
-			CPPFLAGS="-I${prefix}/include \
-			-I${prefix}/include/libart-2.0 \
-			-I${prefix}/include/freetype2 \
-			-I${prefix}/include/libpng" \
-			CFLAGS="-I${prefix}/include" \
-			LDFLAGS="-L${prefix}/lib" \
 			--enable-perl-site-install \
 			--with-tcllib=${prefix}/lib \
 			--disable-python \
+			--disable-ruby \
 			--mandir=${prefix}/share/man
 
+configure.cppflags-append \
+			"-I${prefix}/include/libart-2.0 \
+			-I${prefix}/include/freetype2 \
+			-I${prefix}/include/libpng" \
+
 build.type		gnu
 
 post-install {

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


More information about the macports-changes mailing list