[108086] trunk/dports/devel/apr/Portfile

dluke at macports.org dluke at macports.org
Fri Jul 12 12:37:33 PDT 2013


Revision: 108086
          https://trac.macports.org/changeset/108086
Author:   dluke at macports.org
Date:     2013-07-12 12:37:33 -0700 (Fri, 12 Jul 2013)
Log Message:
-----------
apr: version bump, update to 1.4.8. Remove -no-cpp-precpomp from apr's cppflags.

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

Modified: trunk/dports/devel/apr/Portfile
===================================================================
--- trunk/dports/devel/apr/Portfile	2013-07-12 19:34:57 UTC (rev 108085)
+++ trunk/dports/devel/apr/Portfile	2013-07-12 19:37:33 UTC (rev 108086)
@@ -3,8 +3,7 @@
 PortSystem	1.0
 
 name		apr
-version		1.4.6
-revision        1
+version		1.4.8
 categories	devel
 maintainers	geeklair.net:dluke
 platforms	darwin
@@ -20,9 +19,9 @@
 master_sites	apache:apr
 
 use_bzip2	yes
-checksums	md5	ffee70a111fd07372982b0550bbb14b7 \
-		sha1	1a72fc9d89a378590ef243399396169426d1f6cf \
-		rmd160	ca496323a921f71ed28695ede94ff4fc00df9b0d
+checksums	md5	ce2ab01a0c3cdb71cf0a6326b8654f41 \
+		sha1	2dce90291b6d4072a6e47d096f5c81ae1ce76f9f \
+		rmd160	081406aa06854c04fb029069b0299e00c3f51ae6
 
 # XCode 3.x's gcc-4.0 generates bad code in apr's translation which can be caught by enabling
 # debugging in apr, apr-util, and subversion with LANG="en_US.UTF-8"
@@ -41,6 +40,12 @@
 
 patchfiles	apr_h_patch.diff
 
+pre-configure 	{
+	#- -no-cpp-precomp is obsolete
+	reinplace {s| -no-cpp-precomp||g} \
+		${worksrcpath}/configure
+}
+
 test.run	yes
 test.target	check
 test.env	DYLD_LIBRARY_PATH=${worksrcpath}/.libs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130712/9523d985/attachment.html>


More information about the macports-changes mailing list