diff options
author | adam <adam@pkgsrc.org> | 2012-08-26 18:10:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-08-26 18:10:25 +0000 |
commit | 1c7362160c970767dcb1b4cda3ea75cea1c38c2a (patch) | |
tree | 49c5ae380cf5fe993fa5cbb1a44c37d5633f4dc2 | |
parent | b7838ebbbae519e0e4555971d6143dd55b4c318a (diff) | |
download | pkgsrc-1c7362160c970767dcb1b4cda3ea75cea1c38c2a.tar.gz |
Changes 0.27.1:
- Various fixes for using the internal glib snapshot. It should now be
usable pretty much everywhere with the exception that universal
builds are not supported on OS X.
- Remove usage of gettext from the internal glib to avoid gettext and
libintl dependencies.
- Update internal glib snapshot to 2.32.4.
- Fix check for POSIX shell used in tests to work better.
- Handle spaces in autodetected prefix on Windows.
- Bugs fixed 3550, 51883, 52031, 53493.
-rw-r--r-- | devel/pkg-config/Makefile | 5 | ||||
-rw-r--r-- | devel/pkg-config/distinfo | 12 | ||||
-rw-r--r-- | devel/pkg-config/patches/patch-configure | 4 | ||||
-rw-r--r-- | devel/pkg-config/patches/patch-glib_m4macros_Makefile.in | 8 |
4 files changed, 14 insertions, 15 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index faf67fd4292..6689782ff93 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2012/08/20 04:56:00 dsainty Exp $ +# $NetBSD: Makefile,v 1.25 2012/08/26 18:10:25 adam Exp $ -DISTNAME= pkg-config-0.27 -PKGREVISION= 1 +DISTNAME= pkg-config-0.27.1 CATEGORIES= devel MASTER_SITES= http://pkgconfig.freedesktop.org/releases/ diff --git a/devel/pkg-config/distinfo b/devel/pkg-config/distinfo index 162a56d070e..0eb64188538 100644 --- a/devel/pkg-config/distinfo +++ b/devel/pkg-config/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2012/08/12 16:28:06 wiz Exp $ +$NetBSD: distinfo,v 1.20 2012/08/26 18:10:25 adam Exp $ -SHA1 (pkg-config-0.27.tar.gz) = ca2ffd312b37064f0afeb352185485ef9205cab9 -RMD160 (pkg-config-0.27.tar.gz) = c47ec7442bf536af657fda2f8a63fc87206c33da -Size (pkg-config-0.27.tar.gz) = 1912566 bytes -SHA1 (patch-configure) = 6d936a40351077cf905aaf9ab9561fc813e03899 -SHA1 (patch-glib_m4macros_Makefile.in) = 3babb2784e6a737287015ba9b9f5e940b03ccfc0 +SHA1 (pkg-config-0.27.1.tar.gz) = 08249417a51c0a7a940e4276105b142b77e576b5 +RMD160 (pkg-config-0.27.1.tar.gz) = ea01357dd1bcd40766123581c7f43fe59e41f4ac +Size (pkg-config-0.27.1.tar.gz) = 1908265 bytes +SHA1 (patch-configure) = 286dcc405ae8f4d4c6e8598960ed03ba5822dfb1 +SHA1 (patch-glib_m4macros_Makefile.in) = 4970ff3069fc3b7489e3f99a4572e2dbc2964408 diff --git a/devel/pkg-config/patches/patch-configure b/devel/pkg-config/patches/patch-configure index 81d0654c1a6..41411d7f185 100644 --- a/devel/pkg-config/patches/patch-configure +++ b/devel/pkg-config/patches/patch-configure @@ -1,10 +1,10 @@ -$NetBSD: patch-configure,v 1.1 2012/08/12 16:28:06 wiz Exp $ +$NetBSD: patch-configure,v 1.2 2012/08/26 18:10:25 adam Exp $ Arbitrary strings should not be passed to "eval". --- configure.orig 2011-08-06 14:17:45.000000000 +0000 +++ configure -@@ -13439,7 +13439,7 @@ echo use_indirect_deps=$use_indirect_dep +@@ -13429,7 +13429,7 @@ echo use_indirect_deps=$use_indirect_dep $as_echo_n "checking whether to list both direct and indirect dependencies... " >&6; } case $use_indirect_deps in auto) diff --git a/devel/pkg-config/patches/patch-glib_m4macros_Makefile.in b/devel/pkg-config/patches/patch-glib_m4macros_Makefile.in index bf1fadedabb..046c6e10ee4 100644 --- a/devel/pkg-config/patches/patch-glib_m4macros_Makefile.in +++ b/devel/pkg-config/patches/patch-glib_m4macros_Makefile.in @@ -1,15 +1,15 @@ -$NetBSD: patch-glib_m4macros_Makefile.in,v 1.1 2012/08/12 16:28:06 wiz Exp $ +$NetBSD: patch-glib_m4macros_Makefile.in,v 1.2 2012/08/26 18:10:25 adam Exp $ Do not install glib autoconf macros. ---- glib/m4macros/Makefile.in.orig 2012-06-04 22:23:58.000000000 +0000 +--- glib/m4macros/Makefile.in.orig 2012-08-24 12:34:16.000000000 +0000 +++ glib/m4macros/Makefile.in -@@ -304,7 +304,7 @@ GTESTER_REPORT = $(top_builddir)/glib/gt +@@ -264,7 +264,7 @@ GTESTER_REPORT = $(top_builddir)/glib/gt # initialize variables for unconditional += appending EXTRA_DIST = $(installed_m4) TEST_PROGS = -installed_m4 = glib-2.0.m4 glib-gettext.m4 gsettings.m4 +installed_m4 = m4datadir = $(datadir)/aclocal - m4data_DATA = $(installed_m4) + noinst_DATA = $(installed_m4) all: all-am |