Fri May 5 01:19:36 2017 UTC ()
Updated devel/pkg-config to 0.29.2
----------------------------------
pkg-config 0.29.2
=================

- Improved pkg-config's recursive package list expansion performance.
  Thanks to Matthew Hanna for the fix.
- Handle an empty prefix setting correctly when --define-prefix is used.
  (#97453)
- Lazily load pc files instead of reading all available pc files during
  initialization. Thanks to Marco Diego Aur辿lio Mesquita for the fix.
  (#98215)
- Check the CPATH environment variable when determining system include
  paths like GCC does. Document the system search path behavior. Thanks
  to v4hn for the fix. (#99224)
- Make PKG_CHECK_MODULES show the module list rather than the variable
  prefix in configure output. Thanks to Russ Albery for the fix.
  (#98334)
- Fix bundled glib build with GCC 6. (#98334)
- Handle -isystem and -idirafter when PKG_CONFIG_SYSROOT_DIR is set.
  (#97337)
- Check the INCLUDE environment variable when determining system include
  paths on Windows builds when --msvc-syntax is used. (#94729)


(mef)
diff -r1.36 -r1.37 pkgsrc/devel/pkg-config/Makefile
diff -r1.34 -r1.35 pkgsrc/devel/pkg-config/distinfo

cvs diff -r1.36 -r1.37 pkgsrc/devel/pkg-config/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/pkg-config/Makefile 2016/04/17 10:04:01 1.36
+++ pkgsrc/devel/pkg-config/Makefile 2017/05/05 01:19:35 1.37
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.36 2016/04/17 10:04:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2017/05/05 01:19:35 mef Exp $
2 2
3DISTNAME= pkg-config-0.29.1 3DISTNAME= pkg-config-0.29.2
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://pkgconfig.freedesktop.org/releases/ 5MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://pkgconfig.freedesktop.org/ 8HOMEPAGE= http://pkgconfig.freedesktop.org/
9COMMENT= System for managing library compile/link flags 9COMMENT= System for managing library compile/link flags
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12USE_LIBTOOL= yes 12USE_LIBTOOL= yes
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14CONFIGURE_ARGS+= --with-internal-glib 14CONFIGURE_ARGS+= --with-internal-glib
15CONFIGURE_ARGS+= --disable-host-tool 15CONFIGURE_ARGS+= --disable-host-tool
16CONFIGURE_ARGS+= --disable-maintainer-mode 16CONFIGURE_ARGS+= --disable-maintainer-mode

cvs diff -r1.34 -r1.35 pkgsrc/devel/pkg-config/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/pkg-config/distinfo 2016/04/17 10:04:01 1.34
+++ pkgsrc/devel/pkg-config/distinfo 2017/05/05 01:19:35 1.35
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.34 2016/04/17 10:04:01 wiz Exp $ 1$NetBSD: distinfo,v 1.35 2017/05/05 01:19:35 mef Exp $
2 2
3SHA1 (pkg-config-0.29.1.tar.gz) = 271ce928f6d673cc16cbced2bfd14a5f2e5d3d37 3SHA1 (pkg-config-0.29.2.tar.gz) = 76e501663b29cb7580245720edfb6106164fad2b
4RMD160 (pkg-config-0.29.1.tar.gz) = 2054eb2dac507c912182f2fbd90baee041aa5463 4RMD160 (pkg-config-0.29.2.tar.gz) = 31e6a17810893d95fd33967c2e433beb2175cd8a
5SHA512 (pkg-config-0.29.1.tar.gz) = d2963355929d7aae0fbadad445d67b5c6762934fc4963a10a4b72ae90f7f6df4e6a38694884b924ff37eedaf636b49f3f521fe4eb3009e0322a402f330f1b4c2 5SHA512 (pkg-config-0.29.2.tar.gz) = 4861ec6428fead416f5cbbbb0bbad10b9152967e481d4b0ff2eb396a9f297f552984c9bb72f6864a37dcd8fca1d9ccceda3ef18d8f121938dbe4fdf2b870fe75
6Size (pkg-config-0.29.1.tar.gz) = 2013454 bytes 6Size (pkg-config-0.29.2.tar.gz) = 2016830 bytes
7SHA1 (patch-configure) = 6847644b9df3e3e2334f7c45bcbb2d3b7734d165 7SHA1 (patch-configure) = 6847644b9df3e3e2334f7c45bcbb2d3b7734d165
8SHA1 (patch-glib_configure) = 5080a19186a948ba305278cef91ec76a920429e4 8SHA1 (patch-glib_configure) = 5080a19186a948ba305278cef91ec76a920429e4
9SHA1 (patch-glib_glib_gtimer.c) = ee877a6c148b148a86f9087960863cfa8305bbf7 9SHA1 (patch-glib_glib_gtimer.c) = ee877a6c148b148a86f9087960863cfa8305bbf7