diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pth/Makefile | 4 | ||||
-rw-r--r-- | devel/pth/files/md5 | 4 | ||||
-rw-r--r-- | devel/pth/files/patch-sum | 6 | ||||
-rw-r--r-- | devel/pth/patches/patch-aa | 24 | ||||
-rw-r--r-- | devel/pth/patches/patch-ab | 12 | ||||
-rw-r--r-- | devel/pth/pkg/PLIST | 6 |
6 files changed, 26 insertions, 30 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index d534cf51c6e..895ff958c40 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 1999/10/07 06:19:23 rh Exp $ +# $NetBSD: Makefile,v 1.15 1999/11/02 18:32:26 mycroft Exp $ # -DISTNAME= pth-1.1.6 +DISTNAME= pth-1.2.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=pth/} diff --git a/devel/pth/files/md5 b/devel/pth/files/md5 index be8944e3353..76153babd61 100644 --- a/devel/pth/files/md5 +++ b/devel/pth/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.13 1999/10/07 06:19:25 rh Exp $ +$NetBSD: md5,v 1.14 1999/11/02 18:32:27 mycroft Exp $ -MD5 (pth-1.1.6.tar.gz) = 757afb0642a7c1eda59634a9687acb62 +MD5 (pth-1.2.0.tar.gz) = f580f854c6deed5e4956bf48afb26e7c diff --git a/devel/pth/files/patch-sum b/devel/pth/files/patch-sum index 4f73d31b8ad..e3ad77d0d90 100644 --- a/devel/pth/files/patch-sum +++ b/devel/pth/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.7 1999/08/22 19:00:39 rh Exp $ +$NetBSD: patch-sum,v 1.8 1999/11/02 18:32:27 mycroft Exp $ -MD5 (patch-aa) = e9d906629f4710a2722ed8060a74d68e -MD5 (patch-ab) = ab7eb61e6229884d8726725b1a1a7684 +MD5 (patch-aa) = 19485c67e6880b5bca592ab37d44bbb5 +MD5 (patch-ab) = 7bbb60f84e8ceb9a7416e90e037521bd diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa index 61c0448c1ee..bd894c3ce39 100644 --- a/devel/pth/patches/patch-aa +++ b/devel/pth/patches/patch-aa @@ -1,31 +1,29 @@ -$NetBSD: patch-aa,v 1.7 1999/08/22 19:00:39 rh Exp $ - ---- Makefile.in.orig Sat Aug 7 15:47:42 1999 -+++ Makefile.in Thu Aug 12 19:46:39 1999 -@@ -45,10 +45,10 @@ - SHELL = /bin/sh +--- Makefile.in.orig Sun Oct 31 10:02:27 1999 ++++ Makefile.in Tue Nov 2 13:16:07 1999 +@@ -49,10 +49,10 @@ CC = @CC@ - CFLAGS = @CFLAGS@ -I. + CPPFLAGS = @CPPFLAGS@ -I. + CFLAGS = @CFLAGS@ -LDFLAGS = @LDFLAGS@ -L. +LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ SHTOOL = $(srcdir)/shtool --LIBTOOL = $(srcdir)/libtool +-LIBTOOL = $(C)libtool +LIBTOOL = @LIBTOOL@ RM = rm -f RMDIR = rmdir TRUE = true -@@ -202,13 +202,13 @@ - $(SHTOOL) install -c -m 644 pth-config.1 $(mandir)/man1/pth-config.1 - $(SHTOOL) install -c -m 644 pth.3 $(mandir)/man3/pth.3 +@@ -219,13 +219,13 @@ + $(SHTOOL) install -c -m 644 $(S)pth-config.1 $(mandir)/man1/pth-config.1 + $(SHTOOL) install -c -m 644 $(S)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 - $(SHTOOL) install -c -m 644 pthread-config.1 $(mandir)/man1/pthread-config.1 + $(SHTOOL) install -c -m 644 $(S)pthread-config.1 $(mandir)/man1/pthread-config.1 $(SHTOOL) install -c -m 644 pthread.h $(includedir)/pthread.h - $(SHTOOL) install -c -m 644 pthread.3 $(mandir)/man3/pthread.3 + $(SHTOOL) install -c -m 644 $(S)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 diff --git a/devel/pth/patches/patch-ab b/devel/pth/patches/patch-ab index 969bf1f65a1..eb927a6e562 100644 --- a/devel/pth/patches/patch-ab +++ b/devel/pth/patches/patch-ab @@ -1,11 +1,9 @@ -$NetBSD: patch-ab,v 1.7 1999/08/22 19:00:40 rh Exp $ - ---- configure.orig Wed Aug 11 12:10:51 1999 -+++ configure Thu Aug 12 19:49:57 1999 -@@ -4339,6 +4339,7 @@ - s%@pth_siglongjmp@%$pth_siglongjmp%g - s%@PTH_SYSCALL_SOFT@%$PTH_SYSCALL_SOFT%g +--- configure.orig Sun Oct 31 10:01:05 1999 ++++ configure Tue Nov 2 13:17:37 1999 +@@ -5250,6 +5250,7 @@ s%@PTH_SYSCALL_HARD@%$PTH_SYSCALL_HARD%g + s%@BATCH@%$BATCH%g + s%@TARGET_ALL@%$TARGET_ALL%g +s%@LIBTOOL@%$LIBTOOL%g s%@LIBPTHREAD_LA@%$LIBPTHREAD_LA%g s%@PTHREAD_CONFIG_1@%$PTHREAD_CONFIG_1%g diff --git a/devel/pth/pkg/PLIST b/devel/pth/pkg/PLIST index bfc38898ca3..2a4e95705af 100644 --- a/devel/pth/pkg/PLIST +++ b/devel/pth/pkg/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.9 1999/10/07 06:19:25 rh Exp $ +@comment $NetBSD: PLIST,v 1.10 1999/11/02 18:32:27 mycroft Exp $ bin/pth-config bin/pthread-config include/pth.h include/pthread.h lib/libpth.a -lib/libpth.so.11.6 +lib/libpth.so.12.0 lib/libpthread.a -lib/libpthread.so.11.6 +lib/libpthread.so.12.0 man/man1/pth-config.1 man/man1/pthread-config.1 man/man3/pth.3 |