summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-27 04:28:44 +0000
committerwiz <wiz>2000-02-27 04:28:44 +0000
commite0d160e8fe24a770382fbe9114b1876c574d5564 (patch)
treee4f25411a5cdaf70e76122f9916f130f502a55a8 /devel/pth
parenta70d6ba4e008644d41e7e7caefc01fc7d72316b8 (diff)
downloadpkgsrc-e0d160e8fe24a770382fbe9114b1876c574d5564.tar.gz
updated pth to 1.3.2. Changes from 1.3.1:
*) Do no longer use -woff in CFLAGS for IRIX 6.5.2 and above. *) Replaced ``while (1)'' constructs with ``for (;;)'' because some compilers like this more and do not warn about constant expressions. *) Added hint to pth.pod that ``pth_join(<tid>, NULL)'' is allowed. *) Cancel and join the ticker thread explicitly in test_select.c *) Removed unnecessary code in pth_event.c *) Add special namespace workarounds to pthread.h.in for HPUX platforms where the pthread_kill() prototypes conflict without this.
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile7
-rw-r--r--devel/pth/files/md54
-rw-r--r--devel/pth/pkg/PLIST6
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 6963a9b6ca0..5e021f47683 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2000/02/21 19:54:36 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2000/02/27 04:28:44 wiz Exp $
#
-DISTNAME= pth-1.3.1
+DISTNAME= pth-1.3.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
@@ -9,10 +9,13 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/pth/pth.html
CONFLICTS= pth-current-*
+# for PLIST
+VERS= 13.2
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-pthread
+PLIST_SUBST+= VERS=${VERS}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pth/
diff --git a/devel/pth/files/md5 b/devel/pth/files/md5
index 765865bf0a4..d556742722e 100644
--- a/devel/pth/files/md5
+++ b/devel/pth/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.19 2000/02/21 19:54:37 wiz Exp $
+$NetBSD: md5,v 1.20 2000/02/27 04:28:45 wiz Exp $
-MD5 (pth-1.3.1.tar.gz) = 0a5e48ea6088850fb0f099d60c3f86b4
+MD5 (pth-1.3.2.tar.gz) = a6f29ba24a3faca3e6e3f3b4f3ca6a18
diff --git a/devel/pth/pkg/PLIST b/devel/pth/pkg/PLIST
index 82bfd9f6327..ce5beefab30 100644
--- a/devel/pth/pkg/PLIST
+++ b/devel/pth/pkg/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.16 2000/02/21 19:54:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2000/02/27 04:28:45 wiz Exp $
bin/pth-config
bin/pthread-config
include/pth.h
include/pthread.h
lib/libpth.a
-lib/libpth.so.13.1
+lib/libpth.so.${VERS}
lib/libpthread.a
-lib/libpthread.so.13.1
+lib/libpthread.so.${VERS}
man/man1/pth-config.1
man/man1/pthread-config.1
man/man3/pth.3