[95441] trunk/dports/devel/pkgconfig/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 12 16:01:22 PDT 2012


Revision: 95441
          https://trac.macports.org/changeset/95441
Author:   ryandesign at macports.org
Date:     2012-07-12 16:01:22 -0700 (Thu, 12 Jul 2012)
Log Message:
-----------
pkgconfig: update to 0.27

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

Modified: trunk/dports/devel/pkgconfig/Portfile
===================================================================
--- trunk/dports/devel/pkgconfig/Portfile	2012-07-12 21:38:35 UTC (rev 95440)
+++ trunk/dports/devel/pkgconfig/Portfile	2012-07-12 23:01:22 UTC (rev 95441)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                pkgconfig
-version             0.26
-revision            1
+version             0.27
 categories          devel
 maintainers         ryandesign
 license             GPL-2+
@@ -23,9 +22,18 @@
                     about installed libraries in the system. It is typically \
                     used to compile and link against one or more libraries.
 
-checksums           sha1    fd71a70b023b9087c8a7bb76a0dc135a61059652 \
-                    rmd160  face3d16ec338b9b1ab41d56d6e4d1a5624b52d0
+checksums           rmd160  c47ec7442bf536af657fda2f8a63fc87206c33da \
+                    sha256  79a6b43ee6633c9e6cc03eb1706370bb7a8450659845b782411f969eaba656a4
 
+# Since 0.27, pkg-config once again provides a bundled copy of glib, which can
+# be activated using the --with-internal-glib flag. But it is unusable in its
+# present form because it fails to build universal:
+# gvariant.c:4241: error: size of array '_GStaticAssertCompileTimeAssertion_4241' is negative
+# https://bugs.freedesktop.org/show_bug.cgi?id=52032
+# And even if it succeeds building, it tries to install files that conflict
+# with the glib2 port:
+# ${prefix}/share/aclocal/glib-2.0.m4 ${prefix}/share/aclocal/glib-gettext.m4 ${prefix}/share/aclocal/gsettings.m4
+# https://bugs.freedesktop.org/show_bug.cgi?id=52031
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2
 
 set docdir          ${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120712/c306bb48/attachment.html>


More information about the macports-changes mailing list