summaryrefslogtreecommitdiff
path: root/devel/pth/patches
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-07-19 06:14:28 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-07-19 06:14:28 +0000
commit3b391470b4d69b86ceb05d99f2dffee9538e0ea4 (patch)
tree011b66a6d43f12444ebad27cfb50f848363aa689 /devel/pth/patches
parent051bdafc4fdab2522fdd80a3839762758a42a790 (diff)
downloadpkgsrc-3b391470b4d69b86ceb05d99f2dffee9538e0ea4.tar.gz
Update to 1.0.0.
Changes: First stable release. After five months of development we've now finished the development and beta stages.
Diffstat (limited to 'devel/pth/patches')
-rw-r--r--devel/pth/patches/patch-aa8
-rw-r--r--devel/pth/patches/patch-ab17
2 files changed, 16 insertions, 9 deletions
diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa
index c913dd373e9..43f4774e262 100644
--- a/devel/pth/patches/patch-aa
+++ b/devel/pth/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 1999/07/16 04:57:48 sakamoto Exp $
+$NetBSD: patch-aa,v 1.5 1999/07/19 06:14:30 sakamoto Exp $
---- ./configure.orig Wed Jul 14 16:05:44 1999
-+++ ./configure Fri Jul 16 10:42:32 1999
-@@ -1049,5 +1049,5 @@
+--- ./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"
diff --git a/devel/pth/patches/patch-ab b/devel/pth/patches/patch-ab
index a4bc2260913..5294181e8c1 100644
--- a/devel/pth/patches/patch-ab
+++ b/devel/pth/patches/patch-ab
@@ -1,15 +1,22 @@
-$NetBSD: patch-ab,v 1.4 1999/07/16 04:57:48 sakamoto Exp $
+$NetBSD: patch-ab,v 1.5 1999/07/19 06:14:30 sakamoto Exp $
---- ./Makefile.in.orig Thu Jul 15 03:27:53 1999
-+++ ./Makefile.in Fri Jul 16 10:42:33 1999
-@@ -195,5 +195,5 @@
+--- ./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
-@@ -201,5 +201,5 @@
+@@ -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