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

dluke at macports.org dluke at macports.org
Wed Feb 17 07:17:38 PST 2010


Revision: 63866
          http://trac.macports.org/changeset/63866
Author:   dluke at macports.org
Date:     2010-02-17 07:17:38 -0800 (Wed, 17 Feb 2010)
Log Message:
-----------
Update libtool -arch removal regex to not eat the double quotes (was breaking the apr-installed libtool) fixes #23744.

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

Modified: trunk/dports/devel/apr/Portfile
===================================================================
--- trunk/dports/devel/apr/Portfile	2010-02-17 15:15:52 UTC (rev 63865)
+++ trunk/dports/devel/apr/Portfile	2010-02-17 15:17:38 UTC (rev 63866)
@@ -4,6 +4,7 @@
 
 name		apr
 version		1.3.12
+revision	1
 categories	devel
 maintainers	geeklair.net:dluke
 platforms	darwin
@@ -43,7 +44,7 @@
 
 	post-destroot {
 		reinplace {s/-arch .*//} ${destroot}${prefix}/share/apr-1/build/apr_rules.mk
-		reinplace -E {s|-arch [^ ]+||g} ${destroot}${prefix}/share/apr-1/build/libtool
+		reinplace -E {s|-arch [^ "]+||g} ${destroot}${prefix}/share/apr-1/build/libtool
 	}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100217/6a9e1171/attachment.html>


More information about the macports-changes mailing list