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:   adam
Date:           Tue Nov 26 11:53:30 UTC 2024

Modified Files:
        pkgsrc/devel/npth: Makefile distinfo

Log Message:
npth: updated to 1.8

Noteworthy changes in version 1.8 (2024-11-12)

* Fix npth_cond_signal and npth_cond_broadcast on Windows.
* New function npth_get_version.  New macros NPTH_VERSION and
  NPTH_VERSION_NUMBER.
* Fix INSERT_EXPOSE_RWLOCK_API for musl C library.
* Add fallback implementation for POSIX semaphore API on macOS.
* Return a run-time error if npth_rwlock_timedrdlock is not
  supported.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/npth/Makefile \
    pkgsrc/devel/npth/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/npth/Makefile
diff -u pkgsrc/devel/npth/Makefile:1.9 pkgsrc/devel/npth/Makefile:1.10
--- pkgsrc/devel/npth/Makefile:1.9      Sun Feb 25 15:17:29 2024
+++ pkgsrc/devel/npth/Makefile  Tue Nov 26 11:53:30 2024
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.9 2024/02/25 15:17:29 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/11/26 11:53:30 adam Exp $
 
-DISTNAME=      npth-1.7
+DISTNAME=      npth-1.8
 CATEGORIES=    devel
-MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/npth/
+MASTER_SITES=  https://gnupg.org/ftp/gcrypt/npth/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    ada%netbsdfr.org@localhost
-HOMEPAGE=      ftp://ftp.gnupg.org/gcrypt/npth/
+HOMEPAGE=      https://www.gnupg.org/software/npth/index.html
 COMMENT=       New Portable Threads Library (nPth)
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LANGUAGES= c99
-USE_LIBTOOL=   yes
-GNU_CONFIGURE= yes
-TEST_TARGET=   check
-
+USE_CC_FEATURES=       c99
+USE_LANGUAGES=         c
+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.9 pkgsrc/devel/npth/distinfo:1.10
--- pkgsrc/devel/npth/distinfo:1.9      Sun Feb 25 15:17:29 2024
+++ pkgsrc/devel/npth/distinfo  Tue Nov 26 11:53:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/02/25 15:17:29 wiz Exp $
+$NetBSD: distinfo,v 1.10 2024/11/26 11:53:30 adam Exp $
 
-BLAKE2s (npth-1.7.tar.bz2) = 75864a32b78be58a45784a64eea6c4e15f27f7d3bebac333c4ad6abd971e1aee
-SHA512 (npth-1.7.tar.bz2) = 8893023bcf953a3f7c490cf8116bed323a9d4af2bea35277e919f437916fda8b8e68ded28ec1777717cf9187c504892556159cbdb8bc02ed4a8b30b3d897d244
-Size (npth-1.7.tar.bz2) = 313213 bytes
+BLAKE2s (npth-1.8.tar.bz2) = 4cbc392c4a822efa818db0396b654b9f2a30ca0f37855a4fe5f5572e8fd647b1
+SHA512 (npth-1.8.tar.bz2) = 34fdeea3d8a7a594d8fdbcc6d5d389b5c8e282e8e84c1491b1e51960c0fa007df6a1d62543f0107f0772f3215557d4b25c2a9c7067cb0ae2f8de7b4d63d09fb4
+Size (npth-1.8.tar.bz2) = 317739 bytes



Home | Main Index | Thread Index | Old Index