[20590] trunk/dports/devel/apr-util/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 8 09:36:34 PST 2006


Revision: 20590
          http://trac.macosforge.org/projects/macports/changeset/20590
Author:   dluke at macports.org
Date:     2006-11-08 09:36:33 -0800 (Wed, 08 Nov 2006)

Log Message:
-----------
Revision bump, make apr-util link against bdb44 (instead of bdb4), as subversion will make use of the bdb44 autorecovery feature.

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

Modified: trunk/dports/devel/apr-util/Portfile
===================================================================
--- trunk/dports/devel/apr-util/Portfile	2006-11-08 17:35:14 UTC (rev 20589)
+++ trunk/dports/devel/apr-util/Portfile	2006-11-08 17:36:33 UTC (rev 20590)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		apr-util
 version		1.2.7
+revision	1
 categories	devel
 maintainers	dluke at geeklair.net
 description	utilities built with the apache group's portability library
@@ -16,11 +17,11 @@
 checksums	md5 a4c527f08ae2298e62a88472291bf066
 
 depends_lib	lib:libapr-1:apr port:expat \
-		port:libiconv port:db4
+		port:libiconv port:db44
 
 configure.env	CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 configure.args	--with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \
-		--with-iconv=${prefix} --with-berkeley-db=${prefix} \
+		--with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db44 \
 		--without-mysql --without-pgsql
 
 test.run	yes
@@ -28,8 +29,8 @@
 test.env	DYLD_LIBRARY_PATH=${worksrcpath}/.libs
 
 variant no_bdb	{
-			depends_lib-delete port:db4
-			configure.args-delete --with-berkeley-db=${prefix}
+			depends_lib-delete port:db44
+			configure.args-delete --with-berkeley-db=${prefix}/include:${prefix}/lib/db44
 			configure.args-append --without-berkeley-db
 		}
 

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


More information about the macports-changes mailing list