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:           Thu Mar 16 15:01:53 UTC 2017

Modified Files:
        pkgsrc/devel/npth: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/npth/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/npth/Makefile:1.4
--- pkgsrc/devel/npth/Makefile:1.3      Sun Dec 18 21:27:23 2016
+++ pkgsrc/devel/npth/Makefile  Thu Mar 16 15:01:53 2017
@@ -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 @@ USE_LIBTOOL=  yes
 GNU_CONFIGURE= yes
 TEST_TARGET=   check
 
+CFLAGS.NetBSD+=        -pthread
+
 post-build:
        cd ${WRKSRC} && ${RM} npth-config && ${MAKE} npth-config
 

Index: pkgsrc/devel/npth/distinfo
diff -u pkgsrc/devel/npth/distinfo:1.2 pkgsrc/devel/npth/distinfo:1.3
--- pkgsrc/devel/npth/distinfo:1.2      Tue Nov  3 03:27:51 2015
+++ pkgsrc/devel/npth/distinfo  Thu Mar 16 15:01:53 2017
@@ -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