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:           Tue Aug 10 19:40:22 UTC 2021

Modified Files:
        pkgsrc/devel/pkgconf: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/pkgconf/Makefile
cvs rdiff -u -r1.11 -r1.12 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.17 pkgsrc/devel/pkgconf/Makefile:1.18
--- pkgsrc/devel/pkgconf/Makefile:1.17  Thu Apr 29 11:00:15 2021
+++ pkgsrc/devel/pkgconf/Makefile       Tue Aug 10 19:40:22 2021
@@ -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 @@ LICENSE=      modified-bsd
 
 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}/lib/pkgconfig
 PKGCONFIG_PATHS+=      ${PREFIX}/share/pkgconfig
 PKGCONFIG_PATHS+=      /usr/lib/pkgconfig
 
+.include "../../mk/bsd.prefs.mk"
+
 .if ${LOCALBASE} != ${X11BASE}
 PKGCONFIG_PATHS+=      ${X11BASE}/lib/pkgconfig
 .endif

Index: pkgsrc/devel/pkgconf/distinfo
diff -u pkgsrc/devel/pkgconf/distinfo:1.11 pkgsrc/devel/pkgconf/distinfo:1.12
--- pkgsrc/devel/pkgconf/distinfo:1.11  Thu Apr  1 16:12:19 2021
+++ pkgsrc/devel/pkgconf/distinfo       Tue Aug 10 19:40:22 2021
@@ -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