pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/npth
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 25 15:17:30 UTC 2024
Modified Files:
pkgsrc/devel/npth: Makefile PLIST distinfo
Log Message:
npth: update to 1.7.
Noteworthy changes in version 1.7 (2024-02-23) [C2/A2/R0]
----------------------------------------------
* The npth-config command is not installed by default, because it is
now replaced by use of pkg-config/gpgrt-config with npth.pc.
Supply --enable-install-npth-config configure option, if needed.
* Support for legacy systems w/o pthread_rwlock_t support. [T4306]
* New functions npth_poll and npth_ppoll for Unix. [T5748]
* Fixes to improve support for 64 bit Windows.
* Fix declaration conflict using newer mingw versions. [T5889]
* Fix build problems on Solaris 11. [T4491]
* Fix detecting of the pthread library. [rPTH6629a4b801]
* Clean up handling of unsafe semaphores on AIX. [T6947]
* Link without -flat_namespace to support macOS 11. [T5610]
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/npth/Makefile \
pkgsrc/devel/npth/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/npth/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/npth/Makefile
diff -u pkgsrc/devel/npth/Makefile:1.8 pkgsrc/devel/npth/Makefile:1.9
--- pkgsrc/devel/npth/Makefile:1.8 Thu Aug 16 12:19:54 2018
+++ pkgsrc/devel/npth/Makefile Sun Feb 25 15:17:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/08/16 12:19:54 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/02/25 15:17:29 wiz Exp $
-DISTNAME= npth-1.6
+DISTNAME= npth-1.7
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/npth/
EXTRACT_SUFX= .tar.bz2
@@ -15,4 +15,6 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
TEST_TARGET= check
+PKGCONFIG_OVERRIDE+= npth.pc.in
+
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/npth/distinfo
diff -u pkgsrc/devel/npth/distinfo:1.8 pkgsrc/devel/npth/distinfo:1.9
--- pkgsrc/devel/npth/distinfo:1.8 Tue Oct 26 10:15:43 2021
+++ pkgsrc/devel/npth/distinfo Sun Feb 25 15:17:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:15:43 nia Exp $
+$NetBSD: distinfo,v 1.9 2024/02/25 15:17:29 wiz Exp $
-BLAKE2s (npth-1.6.tar.bz2) = cdce2189e235a0c88b2f0ed2b8cca97e02a0e54dfb131c3d056c24f409eda3bd
-SHA512 (npth-1.6.tar.bz2) = 2ed1012e14a9d10665420b9a23628be7e206fd9348111ec751349b93557ee69f1176bcf7e6b195b35b1c44a5e0e81ee33b713f03d79a33d1ecd9037035afeda2
-Size (npth-1.6.tar.bz2) = 300486 bytes
+BLAKE2s (npth-1.7.tar.bz2) = 75864a32b78be58a45784a64eea6c4e15f27f7d3bebac333c4ad6abd971e1aee
+SHA512 (npth-1.7.tar.bz2) = 8893023bcf953a3f7c490cf8116bed323a9d4af2bea35277e919f437916fda8b8e68ded28ec1777717cf9187c504892556159cbdb8bc02ed4a8b30b3d897d244
+Size (npth-1.7.tar.bz2) = 313213 bytes
Index: pkgsrc/devel/npth/PLIST
diff -u pkgsrc/devel/npth/PLIST:1.1 pkgsrc/devel/npth/PLIST:1.2
--- pkgsrc/devel/npth/PLIST:1.1 Sat Jul 4 05:17:56 2015
+++ pkgsrc/devel/npth/PLIST Sun Feb 25 15:17:29 2024
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2015/07/04 05:17:56 ryoon Exp $
-bin/npth-config
+@comment $NetBSD: PLIST,v 1.2 2024/02/25 15:17:29 wiz Exp $
include/npth.h
lib/libnpth.la
+lib/pkgconfig/npth.pc
share/aclocal/npth.m4
Home |
Main Index |
Thread Index |
Old Index