diff options
author | sakamoto <sakamoto> | 1999-07-16 04:57:47 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-07-16 04:57:47 +0000 |
commit | 915f70749e8c0a82c0ed64e36643fcfb27ede8b8 (patch) | |
tree | 4b537d7a75957a155789cc8e6f3d6dcc747c85db /devel/pth/patches | |
parent | 80c33f99f5ff794f1f1a34457042302f0a1cf1e2 (diff) | |
download | pkgsrc-915f70749e8c0a82c0ed64e36643fcfb27ede8b8.tar.gz |
Update 1.0b5 to 1.0b7.
Changes: More polishing and important bugfixes for the POSIX emulation.
Diffstat (limited to 'devel/pth/patches')
-rw-r--r-- | devel/pth/patches/patch-aa | 6 | ||||
-rw-r--r-- | devel/pth/patches/patch-ab | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa index 06612c41969..c913dd373e9 100644 --- a/devel/pth/patches/patch-aa +++ b/devel/pth/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 1999/07/13 01:44:37 sakamoto Exp $ +$NetBSD: patch-aa,v 1.4 1999/07/16 04:57:48 sakamoto Exp $ ---- ./configure.orig Sun Jul 11 00:35:36 1999 -+++ ./configure Tue Jul 13 08:48:48 1999 +--- ./configure.orig Wed Jul 14 16:05:44 1999 ++++ ./configure Fri Jul 16 10:42:32 1999 @@ -1049,5 +1049,5 @@ $libtool_flags --no-verify ltmain.sh $PLATFORM ||\ { echo "configure: error: libtool configuration failed" 1>&2; exit 1; } diff --git a/devel/pth/patches/patch-ab b/devel/pth/patches/patch-ab index 5002d8d5e65..a4bc2260913 100644 --- a/devel/pth/patches/patch-ab +++ b/devel/pth/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.3 1999/07/13 01:44:37 sakamoto Exp $ +$NetBSD: patch-ab,v 1.4 1999/07/16 04:57:48 sakamoto Exp $ ---- ./Makefile.in.orig Mon Jul 12 00:17:23 1999 -+++ ./Makefile.in Tue Jul 13 08:48:48 1999 +--- ./Makefile.in.orig Thu Jul 15 03:27:53 1999 ++++ ./Makefile.in Fri Jul 16 10:42:33 1999 @@ -195,5 +195,5 @@ $(SHTOOL) install -c -m 644 pth.3 $(mandir)/man3/pth.3 $(SHTOOL) install -c -m 644 pth.h $(includedir)/pth.h |