diff options
author | explorer <explorer@pkgsrc.org> | 2000-03-27 23:36:14 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 2000-03-27 23:36:14 +0000 |
commit | 409b187529a3385fa5331632f889f11d6a5bee9e (patch) | |
tree | 39e1d0dde8976e1c61622d218de2e5554853481c | |
parent | 659f0a8c0a8e6348fdceb185b221ca0c0c216efe (diff) | |
download | pkgsrc-409b187529a3385fa5331632f889f11d6a5bee9e.tar.gz |
bump to 0.12 which fixes a locking bug in dup2()
-rw-r--r-- | devel/unproven-pthreads/Makefile | 5 | ||||
-rw-r--r-- | devel/unproven-pthreads/files/md5 | 4 | ||||
-rw-r--r-- | devel/unproven-pthreads/files/patch-sum | 8 | ||||
-rw-r--r-- | devel/unproven-pthreads/patches/patch-aa | 11 | ||||
-rw-r--r-- | devel/unproven-pthreads/patches/patch-ab | 11 |
5 files changed, 9 insertions, 30 deletions
diff --git a/devel/unproven-pthreads/Makefile b/devel/unproven-pthreads/Makefile index 1bf687a1248..09b4c72ac3d 100644 --- a/devel/unproven-pthreads/Makefile +++ b/devel/unproven-pthreads/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2000/02/22 22:08:23 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2000/03/27 23:36:14 explorer Exp $ # -DISTNAME= unproven-pthreads-0.11 +DISTNAME= unproven-pthreads-0.12 CATEGORIES= devel MASTER_SITES= ftp://ftp.flame.org/pub/netbsd/ MAINTAINER= explorer@netbsd.org -#HOMEPAGE= http://www.mit.edu:8001/people/proven/pthreads.html #ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-sparc ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k diff --git a/devel/unproven-pthreads/files/md5 b/devel/unproven-pthreads/files/md5 index 0d15b12bd0f..12ed1fc80d9 100644 --- a/devel/unproven-pthreads/files/md5 +++ b/devel/unproven-pthreads/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.7 2000/01/27 09:30:19 explorer Exp $ +$NetBSD: md5,v 1.8 2000/03/27 23:36:14 explorer Exp $ -MD5 (unproven-pthreads-0.11.tar.gz) = d0f9057e2814909c0d2672f0ceda91f5 +MD5 (unproven-pthreads-0.12.tar.gz) = 6370501ffb8cbf924865a37661c11b12 diff --git a/devel/unproven-pthreads/files/patch-sum b/devel/unproven-pthreads/files/patch-sum index 5d52df5047c..d2f69150ded 100644 --- a/devel/unproven-pthreads/files/patch-sum +++ b/devel/unproven-pthreads/files/patch-sum @@ -1,4 +1,6 @@ -$NetBSD: patch-sum,v 1.1 2000/02/22 22:07:46 dmcmahill Exp $ +$NetBSD: patch-sum,v 1.2 2000/03/27 23:36:14 explorer Exp $ -MD5 (patch-aa) = 12629dd6f1a7690bb846bd04e01127f6 -MD5 (patch-ab) = cbacc463b28e1829e44f01d638c37b30 +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/devel/unproven-pthreads/patches/patch-aa b/devel/unproven-pthreads/patches/patch-aa deleted file mode 100644 index 7f72636b150..00000000000 --- a/devel/unproven-pthreads/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2000/02/22 22:07:45 dmcmahill Exp $ - ---- config/configure.in.orig Fri Nov 12 01:08:36 1999 -+++ config/configure.in Tue Feb 22 16:37:24 2000 -@@ -105,5 +105,5 @@ - changequote([,])dnl - changequote(,)dnl -- i386-*-netbsd1.4[A-Z]) -+ i386-*-netbsd1.4*) - name=i386-netbsd-1.3 - except="fork lseek ftruncate pipe fstat" diff --git a/devel/unproven-pthreads/patches/patch-ab b/devel/unproven-pthreads/patches/patch-ab deleted file mode 100644 index c3ff3121439..00000000000 --- a/devel/unproven-pthreads/patches/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2000/02/22 22:07:45 dmcmahill Exp $ - ---- config/configure.orig Fri Nov 12 01:08:36 1999 -+++ config/configure Tue Feb 22 16:37:28 2000 -@@ -1167,5 +1167,5 @@ - available_syscalls="sigprocmask sigsuspend" - ;; -- i386-*-netbsd1.4[A-Z]) -+ i386-*-netbsd1.4*) - name=i386-netbsd-1.3 - except="fork lseek ftruncate pipe fstat" |