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.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/081564e3b436
branches:  trunk
changeset: 359707:081564e3b436
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 16 15:01:53 2017 +0000

description:
Updated npth to 1.3.

Note: this now needs "-pthread" on NetBSD; please check if it's needed
on your OPSYS too.

Noteworthy changes in version 1.3 (2016-11-22)
----------------------------------------------

 * Bypass npth_protect/npth_unprotect iff the library has not yet been
   initialized.

 * Fix problems on macOS and AIX

 * Improve detection of clock_gettime

diffstat:

 devel/npth/Makefile |   6 ++++--
 devel/npth/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 31fc9acdadc0 -r 081564e3b436 devel/npth/Makefile
--- a/devel/npth/Makefile       Thu Mar 16 14:58:02 2017 +0000
+++ b/devel/npth/Makefile       Thu Mar 16 15:01:53 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/12/18 21:27:23 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2017/03/16 15:01:53 wiz Exp $
 
-DISTNAME=      npth-1.2
+DISTNAME=      npth-1.3
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/npth/
 EXTRACT_SUFX=  .tar.bz2
@@ -15,6 +15,8 @@
 GNU_CONFIGURE= yes
 TEST_TARGET=   check
 
+CFLAGS.NetBSD+=        -pthread
+
 post-build:
        cd ${WRKSRC} && ${RM} npth-config && ${MAKE} npth-config
 
diff -r 31fc9acdadc0 -r 081564e3b436 devel/npth/distinfo
--- a/devel/npth/distinfo       Thu Mar 16 14:58:02 2017 +0000
+++ b/devel/npth/distinfo       Thu Mar 16 15:01:53 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:27:51 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/03/16 15:01:53 wiz Exp $
 
-SHA1 (npth-1.2.tar.bz2) = 3bfa2a2d7521d6481850e8a611efe5bf5ed75200
-RMD160 (npth-1.2.tar.bz2) = a9ed5c0c9a2bdd9efba5cadd24a12acfcd480508
-SHA512 (npth-1.2.tar.bz2) = 3f02fdf3553c6cda8973ce1a7d6625433a87c891c51d4d7fd64bba375d673a6a874c25d8f272ca14e6b6bf43bf8e7113826f6fe3befadc4b12d5126e8998af57
-Size (npth-1.2.tar.bz2) = 298735 bytes
+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



Home | Main Index | Thread Index | Old Index