summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorexplorer <explorer>2000-03-27 23:36:14 +0000
committerexplorer <explorer>2000-03-27 23:36:14 +0000
commit20f29d5d48f48f149b8dcf39185f89a4450d2ccd (patch)
tree39e1d0dde8976e1c61622d218de2e5554853481c /devel
parent6764be025782485cce897e47844577f05b41da4c (diff)
downloadpkgsrc-20f29d5d48f48f149b8dcf39185f89a4450d2ccd.tar.gz
bump to 0.12 which fixes a locking bug in dup2()
Diffstat (limited to 'devel')
-rw-r--r--devel/unproven-pthreads/Makefile5
-rw-r--r--devel/unproven-pthreads/files/md54
-rw-r--r--devel/unproven-pthreads/files/patch-sum8
-rw-r--r--devel/unproven-pthreads/patches/patch-aa11
-rw-r--r--devel/unproven-pthreads/patches/patch-ab11
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"