pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pkg-config Updated devel/pkg-config to 0.29.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c75dba9e1775
branches:  trunk
changeset: 362110:c75dba9e1775
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri May 05 01:19:35 2017 +0000

description:
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)

diffstat:

 devel/pkg-config/Makefile |   4 ++--
 devel/pkg-config/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 19ec6833b76f -r c75dba9e1775 devel/pkg-config/Makefile
--- a/devel/pkg-config/Makefile Fri May 05 00:16:07 2017 +0000
+++ b/devel/pkg-config/Makefile Fri May 05 01:19:35 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2016/04/17 10:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2017/05/05 01:19:35 mef Exp $
 
-DISTNAME=      pkg-config-0.29.1
+DISTNAME=      pkg-config-0.29.2
 CATEGORIES=    devel
 MASTER_SITES=  http://pkgconfig.freedesktop.org/releases/
 
diff -r 19ec6833b76f -r c75dba9e1775 devel/pkg-config/distinfo
--- a/devel/pkg-config/distinfo Fri May 05 00:16:07 2017 +0000
+++ b/devel/pkg-config/distinfo Fri May 05 01:19:35 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.34 2016/04/17 10:04:01 wiz Exp $
+$NetBSD: distinfo,v 1.35 2017/05/05 01:19:35 mef Exp $
 
-SHA1 (pkg-config-0.29.1.tar.gz) = 271ce928f6d673cc16cbced2bfd14a5f2e5d3d37
-RMD160 (pkg-config-0.29.1.tar.gz) = 2054eb2dac507c912182f2fbd90baee041aa5463
-SHA512 (pkg-config-0.29.1.tar.gz) = d2963355929d7aae0fbadad445d67b5c6762934fc4963a10a4b72ae90f7f6df4e6a38694884b924ff37eedaf636b49f3f521fe4eb3009e0322a402f330f1b4c2
-Size (pkg-config-0.29.1.tar.gz) = 2013454 bytes
+SHA1 (pkg-config-0.29.2.tar.gz) = 76e501663b29cb7580245720edfb6106164fad2b
+RMD160 (pkg-config-0.29.2.tar.gz) = 31e6a17810893d95fd33967c2e433beb2175cd8a
+SHA512 (pkg-config-0.29.2.tar.gz) = 4861ec6428fead416f5cbbbb0bbad10b9152967e481d4b0ff2eb396a9f297f552984c9bb72f6864a37dcd8fca1d9ccceda3ef18d8f121938dbe4fdf2b870fe75
+Size (pkg-config-0.29.2.tar.gz) = 2016830 bytes
 SHA1 (patch-configure) = 6847644b9df3e3e2334f7c45bcbb2d3b7734d165
 SHA1 (patch-glib_configure) = 5080a19186a948ba305278cef91ec76a920429e4
 SHA1 (patch-glib_glib_gtimer.c) = ee877a6c148b148a86f9087960863cfa8305bbf7



Home | Main Index | Thread Index | Old Index