pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/npth Updated npth to 1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc94ba6aae0d
branches:  trunk
changeset: 362713:dc94ba6aae0d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 23 06:46:28 2017 +0000

description:
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+.

diffstat:

 devel/npth/Makefile |  12 +++---------
 devel/npth/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 14 deletions(-)

diffs (46 lines):

diff -r 4818548e3766 -r dc94ba6aae0d devel/npth/Makefile
--- a/devel/npth/Makefile       Tue May 23 00:37:09 2017 +0000
+++ b/devel/npth/Makefile       Tue May 23 06:46:28 2017 +0000
@@ -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 @@
 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"
diff -r 4818548e3766 -r dc94ba6aae0d devel/npth/distinfo
--- a/devel/npth/distinfo       Tue May 23 00:37:09 2017 +0000
+++ b/devel/npth/distinfo       Tue May 23 06:46:28 2017 +0000
@@ -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