pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pkg-config



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri May  5 01:19:36 UTC 2017

Modified Files:
        pkgsrc/devel/pkg-config: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/pkg-config/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/pkg-config/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pkg-config/Makefile
diff -u pkgsrc/devel/pkg-config/Makefile:1.36 pkgsrc/devel/pkg-config/Makefile:1.37
--- pkgsrc/devel/pkg-config/Makefile:1.36       Sun Apr 17 10:04:01 2016
+++ pkgsrc/devel/pkg-config/Makefile    Fri May  5 01:19:35 2017
@@ -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/
 

Index: pkgsrc/devel/pkg-config/distinfo
diff -u pkgsrc/devel/pkg-config/distinfo:1.34 pkgsrc/devel/pkg-config/distinfo:1.35
--- pkgsrc/devel/pkg-config/distinfo:1.34       Sun Apr 17 10:04:01 2016
+++ pkgsrc/devel/pkg-config/distinfo    Fri May  5 01:19:35 2017
@@ -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