summaryrefslogtreecommitdiff
path: root/devel/pth/patches
diff options
context:
space:
mode:
authorrh <rh>1999-08-22 19:00:39 +0000
committerrh <rh>1999-08-22 19:00:39 +0000
commitf07e3899bf5070a4c85197552e7b58893d672c7e (patch)
tree8542b2014146dafa69b7049df6e1c74a5e76c5f1 /devel/pth/patches
parentb450c89dd489254db2ec80f8d6effbd10639f41d (diff)
downloadpkgsrc-f07e3899bf5070a4c85197552e7b58893d672c7e.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/patches')
-rw-r--r--devel/pth/patches/patch-aa16
-rw-r--r--devel/pth/patches/patch-ab14
2 files changed, 18 insertions, 12 deletions
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