pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/pkgconf
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 1 16:12:19 UTC 2021
Modified Files:
pkgsrc/devel/pkgconf: Makefile distinfo
Log Message:
pkgconf: update to 1.7.4.
Changes from 1.7.3 to 1.7.4:
---------------------------
* Bug fixes:
- Fix null-dereference crash when pulling a malformed 'uninstalled'
.pc file into a dependency tree. Patch by Tobias Stöckmann.
- Fix truncation of comment characters when quoted.
- Fix handling of .pc module names in --list-all on Windows.
Patch by Ryan Scott.
- Handle platforms where realpath(3) requires a pre-allocated buffer.
Patch by Fabian Groffen.
- Fix version whitespace warning.
Patch by Christoph Reiter.
* Enhancements:
- Rewrite DOS paths on native Windows builds that don't use
Cygwin/MSYS.
- Add WantDefaultPure cross-compiler personality option.
- Prefer --static --pure linking on Windows.
- Add PKG_CONFIG_DONT_DEFINE_PREFIX environment variable.
Patch by Jeff Moguillansky.
- Many improvements when building pkgconf with Meson.
Patches by Christoph Reiter.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/pkgconf/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/pkgconf/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/pkgconf/Makefile
diff -u pkgsrc/devel/pkgconf/Makefile:1.15 pkgsrc/devel/pkgconf/Makefile:1.16
--- pkgsrc/devel/pkgconf/Makefile:1.15 Fri Oct 2 09:21:28 2020
+++ pkgsrc/devel/pkgconf/Makefile Thu Apr 1 16:12:19 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/10/02 09:21:28 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2021/04/01 16:12:19 wiz Exp $
-DISTNAME= pkgconf-1.7.3
+DISTNAME= pkgconf-1.7.4
CATEGORIES= devel
MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/
@@ -27,7 +27,7 @@ PKGCONFIG_PATHS+= /usr/lib/pkgconfig
PKGCONFIG_PATHS+= ${X11BASE}/lib/pkgconfig
.endif
-CONFIGURE_ARGS+= --with-pkg-config-dir='${PKGCONFIG_PATHS:ts::Q}'
+CONFIGURE_ARGS+= --with-pkg-config-dir=${PKGCONFIG_PATHS:ts::Q}
# configure script incorrectly sets only _FILE_OFFSET_BITS=64
CPPFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
Index: pkgsrc/devel/pkgconf/distinfo
diff -u pkgsrc/devel/pkgconf/distinfo:1.10 pkgsrc/devel/pkgconf/distinfo:1.11
--- pkgsrc/devel/pkgconf/distinfo:1.10 Fri Oct 2 09:21:28 2020
+++ pkgsrc/devel/pkgconf/distinfo Thu Apr 1 16:12:19 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/10/02 09:21:28 wiz Exp $
+$NetBSD: distinfo,v 1.11 2021/04/01 16:12:19 wiz Exp $
-SHA1 (pkgconf-1.7.3.tar.gz) = 628f022c956520a0ee64548fd984f5da31c79d0a
-RMD160 (pkgconf-1.7.3.tar.gz) = e7149aea42cb8ab84d3789d089e76a94ec77d3bc
-SHA512 (pkgconf-1.7.3.tar.gz) = 286d15ee6175e29cf1e9b4dbad67140a5fefa6e0c53c68568a75d8fe28c02fff26db55b6720adef28643c3b601643a6b5b6e6bb62e8dad129ae1822138884066
-Size (pkgconf-1.7.3.tar.gz) = 427723 bytes
+SHA1 (pkgconf-1.7.4.tar.gz) = 3ccfa8098d32ef3781a4e7a16f2d4fbe79c5aa52
+RMD160 (pkgconf-1.7.4.tar.gz) = c792b671dc5669b883c5f03e3b96ce9f0083e315
+SHA512 (pkgconf-1.7.4.tar.gz) = 716b3138b46de744297112179c27b31f4d0a31c7b10518baed7c6a87578cd5c3815eb3b6a9a785e6e589f1f17fdf1a48631fadebbbff53a92b59d87070c1a011
+Size (pkgconf-1.7.4.tar.gz) = 428483 bytes
Home |
Main Index |
Thread Index |
Old Index