diff options
author | rh <rh> | 1999-08-22 18:39:01 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-22 18:39:01 +0000 |
commit | 88686f5bdb9e5f38fa91dcfd5cb1e1d5211c8c3a (patch) | |
tree | b3a89faf1ec8490b3e7395f24d853fc591c591bf /devel/pth | |
parent | 6eb91420a2e1ae2e0835cce842ee03249cc47166 (diff) | |
download | pkgsrc-88686f5bdb9e5f38fa91dcfd5cb1e1d5211c8c3a.tar.gz |
Update pth to 1.1.1
Changes between 1.0.x and 1.1.x (03-Aug-1999 to 19-Aug-1999):
*) Fixed and enhanced POSIX semantics for replacement functions
*) Cleaned up source tree
*) Overhauled Autoconf environment
*) Enhanced setjmp/longjmp support
*) Support for SVR4/SUSv2 makecontext(2) mctx variant
*) Barrier synchronization objects
*) Sfio support via special Pth/Sfio discipline
*) Overhauled filedescriptor handling
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 5 | ||||
-rw-r--r-- | devel/pth/files/md5 | 4 | ||||
-rw-r--r-- | devel/pth/files/patch-sum | 6 | ||||
-rw-r--r-- | devel/pth/pkg/PLIST | 6 |
4 files changed, 10 insertions, 11 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 70d5b6426c3..c47b5eff620 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 1999/08/12 18:02:19 rh Exp $ +# $NetBSD: Makefile,v 1.9 1999/08/22 18:39:01 rh Exp $ # -DISTNAME= pth-1.0.5 +DISTNAME= pth-1.1.1 CATEGORIES= devel -#MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ MASTER_SITES= ${MASTER_SITE_GNU:=pth/} MAINTAINER= packages@netbsd.org diff --git a/devel/pth/files/md5 b/devel/pth/files/md5 index 48204c11625..a6fe755ccf1 100644 --- a/devel/pth/files/md5 +++ b/devel/pth/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.7 1999/08/11 19:03:36 rh Exp $ +$NetBSD: md5,v 1.8 1999/08/22 18:39:01 rh Exp $ -MD5 (pth-1.0.5.tar.gz) = f162642958918b154791396421aa41ac +MD5 (pth-1.1.1.tar.gz) = fd9f3ce8ce3c082b1de8986ca60adea2 diff --git a/devel/pth/files/patch-sum b/devel/pth/files/patch-sum index 819a5db57bb..2ad7609fe71 100644 --- a/devel/pth/files/patch-sum +++ b/devel/pth/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.5 1999/08/06 01:03:33 sakamoto Exp $ +$NetBSD: patch-sum,v 1.6 1999/08/22 18:39:01 rh Exp $ -MD5 (patch-aa) = f67eea3d1ff676e1195e05b09c21d803 -MD5 (patch-ab) = f0938c1ee7ff41a29430a6a677cea016 +MD5 (patch-aa) = e9d906629f4710a2722ed8060a74d68e +MD5 (patch-ab) = ab7eb61e6229884d8726725b1a1a7684 diff --git a/devel/pth/pkg/PLIST b/devel/pth/pkg/PLIST index 04b815b1eda..f01c07ef665 100644 --- a/devel/pth/pkg/PLIST +++ b/devel/pth/pkg/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.3 1999/08/11 19:03:36 rh Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/08/22 18:39:01 rh Exp $ bin/pth-config bin/pthread-config include/pth.h include/pthread.h lib/libpth.a -lib/libpth.so.10.5 +lib/libpth.so.11.1 lib/libpthread.a -lib/libpthread.so.10.5 +lib/libpthread.so.11.1 man/man1/pth-config.1 man/man1/pthread-config.1 man/man3/pth.3 |