[70479] trunk/dports/devel/pkgconfig

ryandesign at macports.org ryandesign at macports.org
Tue Aug 10 20:09:35 PDT 2010


Revision: 70479
          http://trac.macports.org/changeset/70479
Author:   ryandesign at macports.org
Date:     2010-08-10 20:09:33 -0700 (Tue, 10 Aug 2010)
Log Message:
-----------
pkgconfig: fix underquoting problem exposed by autoconf 2.66+ that prevents building a lot of ports; see #26030

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

Added Paths:
-----------
    trunk/dports/devel/pkgconfig/files/
    trunk/dports/devel/pkgconfig/files/patch-underquoting.diff

Modified: trunk/dports/devel/pkgconfig/Portfile
===================================================================
--- trunk/dports/devel/pkgconfig/Portfile	2010-08-11 00:53:36 UTC (rev 70478)
+++ trunk/dports/devel/pkgconfig/Portfile	2010-08-11 03:09:33 UTC (rev 70479)
@@ -4,6 +4,7 @@
 
 name                pkgconfig
 version             0.25
+revision            1
 categories          devel
 maintainers         ryandesign
 license             GPL-2+
@@ -25,6 +26,8 @@
                     sha1    8922aeb4edeff7ed554cc1969cbb4ad5a4e6b26e \
                     rmd160  835509d01f68c45823ee89c718776eb66f61316b
 
+patchfiles          patch-underquoting.diff
+
 configure.args      --enable-indirect-deps \
                     --with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig
 

Added: trunk/dports/devel/pkgconfig/files/patch-underquoting.diff
===================================================================
--- trunk/dports/devel/pkgconfig/files/patch-underquoting.diff	                        (rev 0)
+++ trunk/dports/devel/pkgconfig/files/patch-underquoting.diff	2010-08-11 03:09:33 UTC (rev 70479)
@@ -0,0 +1,12 @@
+--- pkg.m4
++++ pkg.m4
+@@ -135,7 +135,7 @@ $$1_PKG_ERRORS
+ Consider adjusting the PKG_CONFIG_PATH environment variable if you
+ installed software in a non-standard prefix.
+ 
+-_PKG_TEXT])dnl
++_PKG_TEXT])[]dnl
+         ])
+ elif test $pkg_failed = untried; then
+      	AC_MSG_RESULT([no])
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100810/114dd124/attachment.html>


More information about the macports-changes mailing list