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.8.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/613c11d64e5a
branches: trunk
changeset: 456884:613c11d64e5a
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Aug 10 19:40:22 2021 +0000
description:
pkgconf: update to 1.8.0.
Changes from 1.7.4 to 1.8.0:
----------------------------
* This is the last planned maintenance branch. I see pkgconf as basically
a finished tool at this point, and very few people were ultimately interested
in libpkgconf. So, from here on out, it will just be bug fixes only and
very minor enhancements.
* Bug fixes:
- Improved path handling on Windows to conform to what the MSYS2
and Cygwin teams were already modifying pkgconf to do.
Patches by Christoph Reiter.
- Fix a minor memory leak relating to cross-personalities.
Patch by Stone Tickle.
- Fix static builds for Windows on Meson.
Patch by Alexander Neumann.
- Fix some edge cases with --redefine-prefix.
Patch by midipix.
- Do not prepend sysroot_dir if the .pc file does not exist in the
sysroot.
Patch by Sandro Mani.
- Do not perform path filtering on default system include and library
path lists. This fixes consistency with other mechanisms that modify
these path lists.
* Enhancements:
- Document the --validate option in the manpage.
Patch by orbea.
diffstat:
devel/pkgconf/Makefile | 10 ++++------
devel/pkgconf/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 11 deletions(-)
diffs (50 lines):
diff -r 523fabaa228e -r 613c11d64e5a devel/pkgconf/Makefile
--- a/devel/pkgconf/Makefile Tue Aug 10 19:37:27 2021 +0000
+++ b/devel/pkgconf/Makefile Tue Aug 10 19:40:22 2021 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2021/04/29 11:00:15 thor Exp $
+# $NetBSD: Makefile,v 1.18 2021/08/10 19:40:22 wiz Exp $
-DISTNAME= pkgconf-1.7.4
+DISTNAME= pkgconf-1.8.0
CATEGORIES= devel
MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/
-PKGREVISION= 1
-
MAINTAINER= nico%orgrim.net@localhost
HOMEPAGE= https://github.com/pkgconf/pkgconf
COMMENT= API-driven pkg-config replacement
@@ -13,8 +11,6 @@
CONFLICTS+= pkg-config-[0-9]*
-.include "../../mk/bsd.prefs.mk"
-
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-system-libdir=/usr/lib \
@@ -25,6 +21,8 @@
PKGCONFIG_PATHS+= ${PREFIX}/share/pkgconfig
PKGCONFIG_PATHS+= /usr/lib/pkgconfig
+.include "../../mk/bsd.prefs.mk"
+
.if ${LOCALBASE} != ${X11BASE}
PKGCONFIG_PATHS+= ${X11BASE}/lib/pkgconfig
.endif
diff -r 523fabaa228e -r 613c11d64e5a devel/pkgconf/distinfo
--- a/devel/pkgconf/distinfo Tue Aug 10 19:37:27 2021 +0000
+++ b/devel/pkgconf/distinfo Tue Aug 10 19:40:22 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/04/01 16:12:19 wiz Exp $
+$NetBSD: distinfo,v 1.12 2021/08/10 19:40:22 wiz Exp $
-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
+SHA1 (pkgconf-1.8.0.tar.gz) = c348f928167b7487237c4e75b0689e226128c6b2
+RMD160 (pkgconf-1.8.0.tar.gz) = 77ee393a955afe6946fa6afacea6573e7ee4c06a
+SHA512 (pkgconf-1.8.0.tar.gz) = 0719340e20c0fe3bd15e91ea7500e76e5f0cba7a073c05296471b60125d96864576ce82bc56ba713c3a370243c6115e20ab83b9557e1ba039b9e86bb8aded301
+Size (pkgconf-1.8.0.tar.gz) = 430545 bytes
Home |
Main Index |
Thread Index |
Old Index