pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pkgconf pkgconf: update to 1.7.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c292ba2a308
branches: trunk
changeset: 449568:7c292ba2a308
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Apr 01 16:12:19 2021 +0000
description:
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.
diffstat:
devel/pkgconf/Makefile | 6 +++---
devel/pkgconf/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 4ee3e607d183 -r 7c292ba2a308 devel/pkgconf/Makefile
--- a/devel/pkgconf/Makefile Thu Apr 01 16:07:43 2021 +0000
+++ b/devel/pkgconf/Makefile Thu Apr 01 16:12:19 2021 +0000
@@ -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+= ${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
diff -r 4ee3e607d183 -r 7c292ba2a308 devel/pkgconf/distinfo
--- a/devel/pkgconf/distinfo Thu Apr 01 16:07:43 2021 +0000
+++ b/devel/pkgconf/distinfo Thu Apr 01 16:12:19 2021 +0000
@@ -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