[19813] trunk/dports/devel/apr

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 30 18:16:06 PDT 2006


Revision: 19813
          http://trac.macosforge.org/projects/macports/changeset/19813
Author:   blair at macports.org
Date:     2006-09-30 18:16:06 -0700 (Sat, 30 Sep 2006)

Log Message:
-----------
Enable the test targets for apr and apr-util.

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

Modified: trunk/dports/devel/apr/Portfile
===================================================================
--- trunk/dports/devel/apr/Portfile	2006-09-30 20:14:34 UTC (rev 19812)
+++ trunk/dports/devel/apr/Portfile	2006-10-01 01:16:06 UTC (rev 19813)
@@ -20,6 +20,10 @@
 
 configure.args	--with-installbuilddir=${prefix}/share/apr-1/build
 
+test.run	yes
+test.target	check
+test.env	DYLD_LIBRARY_PATH=${worksrcpath}/.libs
+
 platform darwin 9 {
 	post-configure {
 		reinplace {s|\(#define APR_HAS_SENDFILE[[:space:]]*\)1|\1 0|} ${worksrcpath}/include/apr.h

Modified: trunk/dports/devel/apr-util/Portfile
===================================================================
--- trunk/dports/devel/apr-util/Portfile	2006-09-30 20:14:34 UTC (rev 19812)
+++ trunk/dports/devel/apr-util/Portfile	2006-10-01 01:16:06 UTC (rev 19813)
@@ -23,6 +23,10 @@
 		--with-iconv=${prefix} --with-berkeley-db=${prefix} \
 		--without-mysql --without-pgsql
 
+test.run	yes
+test.target	check
+test.env	DYLD_LIBRARY_PATH=${worksrcpath}/.libs
+
 variant no_bdb	{
 			depends_lib-delete port:db4
 			configure.args-delete --with-berkeley-db=${prefix}

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


More information about the macports-changes mailing list