diff options
author | rh <rh@pkgsrc.org> | 1999-08-22 19:00:39 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-22 19:00:39 +0000 |
commit | 47427c5236bb0a6693cdf821d58785e8c7b0a5e7 (patch) | |
tree | 8542b2014146dafa69b7049df6e1c74a5e76c5f1 /devel/pth | |
parent | 73592d781d5c8342e64a5acb5964a303b69a619f (diff) | |
download | pkgsrc-47427c5236bb0a6693cdf821d58785e8c7b0a5e7.tar.gz |
Updated patches for pth-1.1.1, missing from the previous commit due to an
invalid repository pointer; sorry about that.
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/files/patch-sum | 2 | ||||
-rw-r--r-- | devel/pth/patches/patch-aa | 16 | ||||
-rw-r--r-- | devel/pth/patches/patch-ab | 14 |
3 files changed, 19 insertions, 13 deletions
diff --git a/devel/pth/files/patch-sum b/devel/pth/files/patch-sum index 2ad7609fe71..4f73d31b8ad 100644 --- a/devel/pth/files/patch-sum +++ b/devel/pth/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.6 1999/08/22 18:39:01 rh Exp $ +$NetBSD: patch-sum,v 1.7 1999/08/22 19:00:39 rh Exp $ MD5 (patch-aa) = e9d906629f4710a2722ed8060a74d68e MD5 (patch-ab) = ab7eb61e6229884d8726725b1a1a7684 diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa index 4d0ee0c2199..61c0448c1ee 100644 --- a/devel/pth/patches/patch-aa +++ b/devel/pth/patches/patch-aa @@ -1,8 +1,9 @@ -$NetBSD: patch-aa,v 1.6 1999/08/06 01:03:34 sakamoto Exp $ +$NetBSD: patch-aa,v 1.7 1999/08/22 19:00:39 rh Exp $ ---- ./Makefile.in.orig Sun Aug 1 02:46:57 1999 -+++ ./Makefile.in Fri Aug 6 09:43:03 1999 -@@ -46,8 +46,8 @@ +--- 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 CC = @CC@ CFLAGS = @CFLAGS@ -I. -LDFLAGS = @LDFLAGS@ -L. @@ -13,17 +14,20 @@ $NetBSD: patch-aa,v 1.6 1999/08/06 01:03:34 sakamoto Exp $ +LIBTOOL = @LIBTOOL@ RM = rm -f RMDIR = rmdir -@@ -200,5 +200,5 @@ + 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 $(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-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 - @$(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 + uninstall: diff --git a/devel/pth/patches/patch-ab b/devel/pth/patches/patch-ab index a0f6570abfe..969bf1f65a1 100644 --- a/devel/pth/patches/patch-ab +++ b/devel/pth/patches/patch-ab @@ -1,10 +1,12 @@ -$NetBSD: patch-ab,v 1.6 1999/08/06 01:03:34 sakamoto Exp $ +$NetBSD: patch-ab,v 1.7 1999/08/22 19:00:40 rh Exp $ ---- ./configure.orig Tue Jul 27 23:49:13 1999 -+++ ./configure Fri Aug 6 09:44:10 1999 -@@ -3008,4 +3008,5 @@ +--- 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 s%@PTH_SYSCALL_HARD@%$PTH_SYSCALL_HARD%g +s%@LIBTOOL@%$LIBTOOL%g - - CEOF + s%@LIBPTHREAD_LA@%$LIBPTHREAD_LA%g + s%@PTHREAD_CONFIG_1@%$PTHREAD_CONFIG_1%g + s%@PTHREAD_3@%$PTHREAD_3%g |