[63478] trunk/dports/devel

dluke at macports.org dluke at macports.org
Fri Feb 5 14:18:54 PST 2010


Revision: 63478
          http://trac.macports.org/changeset/63478
Author:   dluke at macports.org
Date:     2010-02-05 14:18:52 -0800 (Fri, 05 Feb 2010)
Log Message:
-----------
Disable ccache to help fix 'unable to infer tagged configuration' errors (see #23507) + revbump

Modified Paths:
--------------
    trunk/dports/devel/apr/Portfile
    trunk/dports/devel/apr-util/Portfile

Modified: trunk/dports/devel/apr/Portfile
===================================================================
--- trunk/dports/devel/apr/Portfile	2010-02-05 21:55:43 UTC (rev 63477)
+++ trunk/dports/devel/apr/Portfile	2010-02-05 22:18:52 UTC (rev 63478)
@@ -4,7 +4,7 @@
 
 name		apr
 version		1.3.9
-revision	1
+revision	2
 categories	devel
 maintainers	geeklair.net:dluke
 platforms	darwin
@@ -26,6 +26,7 @@
 patchfiles	patch-configure.diff
 
 use_parallel_build	yes
+configure.ccache	no
 configure.env   ac_cv_prog_AWK=awk lt_cv_path_SED=sed
 configure.args	--with-installbuilddir=${prefix}/share/apr-1/build \
 		--enable-nonportable-atomics \

Modified: trunk/dports/devel/apr-util/Portfile
===================================================================
--- trunk/dports/devel/apr-util/Portfile	2010-02-05 21:55:43 UTC (rev 63477)
+++ trunk/dports/devel/apr-util/Portfile	2010-02-05 22:18:52 UTC (rev 63478)
@@ -4,7 +4,7 @@
 
 name		apr-util
 version		1.3.9
-revision        1
+revision        2
 categories	devel
 maintainers	geeklair.net:dluke
 platforms	darwin
@@ -25,6 +25,7 @@
 		port:sqlite3
 
 use_parallel_build	yes
+configure.ccache	no
 configure.args	--with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \
 		--with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db46 \
 		--without-mysql --without-pgsql --with-sqlite3=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100205/ba959fa2/attachment.html>


More information about the macports-changes mailing list