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:           Tue May 23 06:46:28 UTC 2017

Modified Files:
        pkgsrc/devel/npth: Makefile distinfo

Log Message:
Updated npth to 1.4.

Noteworthy changes in version 1.4 (2017-05-16)  [C1/A1/R0]
----------------------------------------------

 * On macOS make use of an unnamed semaphore.

 * Build fixes for FreeBSD, NetBSD, and DragonFlyBSD.

 * New function npth_is_protected to help debugging.

 * Change license from LGPLv3+/GPLv2+ to LGPLv2+.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/npth/Makefile
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/devel/npth/Makefile:1.6
--- pkgsrc/devel/npth/Makefile:1.5      Thu Mar 16 15:08:45 2017
+++ pkgsrc/devel/npth/Makefile  Tue May 23 06:46:28 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/03/16 15:08:45 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/05/23 06:46:28 wiz Exp $
 
-DISTNAME=      npth-1.3
+DISTNAME=      npth-1.4
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/npth/
 EXTRACT_SUFX=  .tar.bz2
@@ -8,17 +8,11 @@ EXTRACT_SUFX= .tar.bz2
 MAINTAINER=    ada%netbsdfr.org@localhost
 HOMEPAGE=      ftp://ftp.gnupg.org/gcrypt/npth/
 COMMENT=       New Portable Threads Library (nPth)
-LICENSE=       gnu-gpl-v3
+LICENSE=       gnu-lgpl-v2.1
 
 USE_LANGUAGES= c99
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 TEST_TARGET=   check
 
-# https://bugs.gnupg.org/gnupg/issue2998
-CFLAGS.NetBSD+=        -pthread
-
-post-build:
-       cd ${WRKSRC} && ${RM} npth-config && ${MAKE} npth-config
-
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/npth/distinfo
diff -u pkgsrc/devel/npth/distinfo:1.3 pkgsrc/devel/npth/distinfo:1.4
--- pkgsrc/devel/npth/distinfo:1.3      Thu Mar 16 15:01:53 2017
+++ pkgsrc/devel/npth/distinfo  Tue May 23 06:46:28 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/03/16 15:01:53 wiz Exp $
+$NetBSD: distinfo,v 1.4 2017/05/23 06:46:28 wiz Exp $
 
-SHA1 (npth-1.3.tar.bz2) = 1b21507cfa3f58bdd19ef2f6800ab4cb67729972
-RMD160 (npth-1.3.tar.bz2) = f227dc25e5885b605fdb9cf50ad96f3c964e6345
-SHA512 (npth-1.3.tar.bz2) = 97b0278cc9448adb42c4a83b8e7bafeed939acaf3dd3a201a1b103df4e48f24224d4bdaeb97903ad1884914ce363cbceffe948a7c1db4f19abf87ca5964f5699
-Size (npth-1.3.tar.bz2) = 295998 bytes
+SHA1 (npth-1.4.tar.bz2) = 46c3b8e0851673df1106b5469d0da70a0b352652
+RMD160 (npth-1.4.tar.bz2) = fb126be2ee768e6e91db56a22e2b1e425ec28a78
+SHA512 (npth-1.4.tar.bz2) = 649009b4fbd2bbbb8fce2911c2f9070a758d037be0d147a63754e3c1f5a9ffb73b907cd09c79314fe60c25084ca7a7b3b387139dd83cc0e11a7e7ba64630ae1f
+Size (npth-1.4.tar.bz2) = 299106 bytes



Home | Main Index | Thread Index | Old Index