summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-08-06 01:03:32 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-08-06 01:03:32 +0000
commitcca645f027e5100c31d1a6c04fb4193678c81fa4 (patch)
treefbf66c2ce375fc273a13d256915c0db7d078020b /devel/pth
parent53e6bd27d5dd2811ed6f80f4dc46c1606fa71a27 (diff)
downloadpkgsrc-cca645f027e5100c31d1a6c04fb4193678c81fa4.tar.gz
Update to 1.0.4.
Changes: bugfixes and cleanups.
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile4
-rw-r--r--devel/pth/files/md54
-rw-r--r--devel/pth/files/patch-sum6
-rw-r--r--devel/pth/patches/patch-aa36
-rw-r--r--devel/pth/patches/patch-ab31
-rw-r--r--devel/pth/pkg/PLIST6
6 files changed, 45 insertions, 42 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 61d5a5b1ce9..6cd6d3b376f 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 1999/07/19 06:14:28 sakamoto Exp $
+# $NetBSD: Makefile,v 1.6 1999/08/06 01:03:32 sakamoto Exp $
#
-DISTNAME= pth-1.0.0
+DISTNAME= pth-1.0.4
CATEGORIES= devel
#MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
diff --git a/devel/pth/files/md5 b/devel/pth/files/md5
index 610af8fcf35..55f0dad6129 100644
--- a/devel/pth/files/md5
+++ b/devel/pth/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.5 1999/07/19 06:14:30 sakamoto Exp $
+$NetBSD: md5,v 1.6 1999/08/06 01:03:33 sakamoto Exp $
-MD5 (pth-1.0.0.tar.gz) = f4437c03e6a2435ed3088d5211c4a8b8
+MD5 (pth-1.0.4.tar.gz) = 0dbb0ab9149ec2ea9ab6a7285836991b
diff --git a/devel/pth/files/patch-sum b/devel/pth/files/patch-sum
index 996df4136ca..819a5db57bb 100644
--- a/devel/pth/files/patch-sum
+++ b/devel/pth/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.4 1999/07/19 06:14:30 sakamoto Exp $
+$NetBSD: patch-sum,v 1.5 1999/08/06 01:03:33 sakamoto Exp $
-MD5 (patch-aa) = f8e402b71bcc858d9936cd8f90cad1ae
-MD5 (patch-ab) = 07c6e7664aef8bc27a128d708281c9b9
+MD5 (patch-aa) = f67eea3d1ff676e1195e05b09c21d803
+MD5 (patch-ab) = f0938c1ee7ff41a29430a6a677cea016
diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa
index 43f4774e262..4d0ee0c2199 100644
--- a/devel/pth/patches/patch-aa
+++ b/devel/pth/patches/patch-aa
@@ -1,11 +1,29 @@
-$NetBSD: patch-aa,v 1.5 1999/07/19 06:14:30 sakamoto Exp $
+$NetBSD: patch-aa,v 1.6 1999/08/06 01:03:34 sakamoto Exp $
---- ./configure.orig Fri Jul 16 23:24:43 1999
-+++ ./configure Mon Jul 19 14:53:37 1999
-@@ -1053,5 +1053,5 @@
- $libtool_flags --no-verify ltmain.sh $PLATFORM ||\
- { echo "configure: error: libtool configuration failed" 1>&2; exit 1; }
--LIBTOOL="\$(TOP)/libtool"
-+LIBTOOL=$LIBTOOL
-
+--- ./Makefile.in.orig Sun Aug 1 02:46:57 1999
++++ ./Makefile.in Fri Aug 6 09:43:03 1999
+@@ -46,8 +46,8 @@
+ CC = @CC@
+ CFLAGS = @CFLAGS@ -I.
+-LDFLAGS = @LDFLAGS@ -L.
++LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ SHTOOL = $(srcdir)/shtool
+-LIBTOOL = $(srcdir)/libtool
++LIBTOOL = @LIBTOOL@
+ RM = rm -f
+ RMDIR = rmdir
+@@ -200,5 +200,5 @@
+ $(SHTOOL) install -c -m 644 pth.3 $(mandir)/man3/pth.3
+ $(SHTOOL) install -c -m 644 pth.h $(includedir)/pth.h
+- @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpth.la $(libdir)/libpth.la
++ @$(LIBTOOL) --mode=install install -c -m 644 libpth.la $(libdir)/libpth.la
+ install-pthread:
+ $(SHTOOL) install -c -m 755 pthread-config $(bindir)/pthread-config
+@@ -206,5 +206,5 @@
+ $(SHTOOL) install -c -m 644 pthread.h $(includedir)/pthread.h
+ $(SHTOOL) install -c -m 644 pthread.3 $(mandir)/man3/pthread.3
+- @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpthread.la $(libdir)/libpthread.la
++ @$(LIBTOOL) --mode=install install -c -m 644 libpthread.la $(libdir)/libpthread.la
+ # uninstall the package
diff --git a/devel/pth/patches/patch-ab b/devel/pth/patches/patch-ab
index 5294181e8c1..a0f6570abfe 100644
--- a/devel/pth/patches/patch-ab
+++ b/devel/pth/patches/patch-ab
@@ -1,25 +1,10 @@
-$NetBSD: patch-ab,v 1.5 1999/07/19 06:14:30 sakamoto Exp $
+$NetBSD: patch-ab,v 1.6 1999/08/06 01:03:34 sakamoto Exp $
---- ./Makefile.in.orig Fri Jul 16 20:33:16 1999
-+++ ./Makefile.in Mon Jul 19 14:54:11 1999
-@@ -43,5 +43,5 @@
- CC = @CC@
- CFLAGS = @CFLAGS@ -I.
--LDFLAGS = @LDFLAGS@ -L.
-+LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- SHTOOL = @SHTOOL@
-@@ -199,5 +199,5 @@
- $(SHTOOL) install -c -m 644 pth.3 $(mandir)/man3/pth.3
- $(SHTOOL) install -c -m 644 pth.h $(includedir)/pth.h
-- @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpth.la $(libdir)/libpth.la
-+ @$(LIBTOOL) --mode=install install -c -m 644 libpth.la $(libdir)/libpth.la
- install-pthread:
- $(SHTOOL) install -c -m 755 pthread-config $(bindir)/pthread-config
-@@ -205,5 +205,5 @@
- $(SHTOOL) install -c -m 644 pthread.h $(includedir)/pthread.h
- $(SHTOOL) install -c -m 644 pthread.3 $(mandir)/man3/pthread.3
-- @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpthread.la $(libdir)/libpthread.la
-+ @$(LIBTOOL) --mode=install install -c -m 644 libpthread.la $(libdir)/libpthread.la
+--- ./configure.orig Tue Jul 27 23:49:13 1999
++++ ./configure Fri Aug 6 09:44:10 1999
+@@ -3008,4 +3008,5 @@
+ s%@PTH_SYSCALL_SOFT@%$PTH_SYSCALL_SOFT%g
+ s%@PTH_SYSCALL_HARD@%$PTH_SYSCALL_HARD%g
++s%@LIBTOOL@%$LIBTOOL%g
- # clean the source tree for re-building
+ CEOF
diff --git a/devel/pth/pkg/PLIST b/devel/pth/pkg/PLIST
index 6fea688bca1..5c52b6c7acb 100644
--- a/devel/pth/pkg/PLIST
+++ b/devel/pth/pkg/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/05 05:09:48 sakamoto Exp $
+@comment $NetBSD: PLIST,v 1.2 1999/08/06 01:03:34 sakamoto Exp $
bin/pth-config
bin/pthread-config
include/pth.h
include/pthread.h
lib/libpth.a
-lib/libpth.so.10.0
+lib/libpth.so.10.4
lib/libpthread.a
-lib/libpthread.so.10.0
+lib/libpthread.so.10.4
man/man1/pth-config.1
man/man1/pthread-config.1
man/man3/pth.3