summaryrefslogtreecommitdiff
path: root/www/htdig/patches
diff options
context:
space:
mode:
authorfredb <fredb>1999-10-05 19:25:54 +0000
committerfredb <fredb>1999-10-05 19:25:54 +0000
commit1847baa6737fa3a1ed2d1c59e461d5abf427d4f3 (patch)
tree8d40c8ddf99161d2ff20ee090d43d20030e18ba7 /www/htdig/patches
parent1af0dce45f6e5148e7b1457e90ef1ca5cf0be83b (diff)
downloadpkgsrc-1847baa6737fa3a1ed2d1c59e461d5abf427d4f3.tar.gz
Update htdig to 3.1.3. Bug fixes. Full details may be found in the ChangeLog
or at <http://www.htdig.org/RELEASE.html>. To the package - - Remove NOT_FOR_PLATFORM, as I failed to duplicate the reported problem (using a mac68k-1.3H system). - - Move htsearch to libexec/cgi-bin, where apache might look for it. - - Don't extract included db-2.6.4 directory. - - Add comment to patch for configure.in, explaining how to reconstruct patch to configure. Committing them both eases maintenance and permits building without extracting htdig-*/db, and without autoconf.
Diffstat (limited to 'www/htdig/patches')
-rw-r--r--www/htdig/patches/patch-ad14
-rw-r--r--www/htdig/patches/patch-ae13
2 files changed, 22 insertions, 5 deletions
diff --git a/www/htdig/patches/patch-ad b/www/htdig/patches/patch-ad
index 4bfe855fd3f..d0bbc289a88 100644
--- a/www/htdig/patches/patch-ad
+++ b/www/htdig/patches/patch-ad
@@ -1,4 +1,16 @@
-$NetBSD: patch-ad,v 1.1 1999/09/23 01:33:30 fredb Exp $
+$NetBSD: patch-ad,v 1.2 1999/10/05 19:25:55 fredb Exp $
+
+Note to Porters
+===============
+
+This patch isn't actually used by the package, rather it's included for
+the convenience of the packagers. If the subsequent patch to configure
+fails, the patched configure.in can be used to regenerate configure...
+
+ (cd work && tar xzvf /usr/pkgsrc/distfiles/htdig-* htdig-*/db)
+ make do-configure; cd work/htdig-*; gmake configure
+
+and the new configure can be used to reconstruct the patch.
--- configure.in.orig Wed Apr 21 21:47:53 1999
+++ configure.in Tue Sep 21 15:43:57 1999
diff --git a/www/htdig/patches/patch-ae b/www/htdig/patches/patch-ae
index 7b9d715cf8b..d3dede2ab11 100644
--- a/www/htdig/patches/patch-ae
+++ b/www/htdig/patches/patch-ae
@@ -1,7 +1,12 @@
-$NetBSD: patch-ae,v 1.1 1999/09/23 01:33:30 fredb Exp $
+$NetBSD: patch-ae,v 1.2 1999/10/05 19:25:55 fredb Exp $
---- configure.orig Wed Apr 21 21:47:53 1999
-+++ configure Tue Sep 21 15:55:01 1999
+Note to Porters
+===============
+
+This file is generated from patch-ad. See the notes in that file.
+
+--- configure.orig Wed Sep 22 11:18:09 1999
++++ configure Tue Oct 5 11:40:03 1999
@@ -1675,8 +1675,55 @@
@@ -429,7 +434,7 @@ $NetBSD: patch-ae,v 1.1 1999/09/23 01:33:30 fredb Exp $
-echo "configure:2425: checking how to call getpeername?" >&5
+echo "configure:2472: checking how to call getpeername?" >&5
for sock_t in 'struct sockaddr' 'void'; do
- for getpeername_length_t in 'size_t' 'int' 'unsigned int' 'socklen_t'; do
+ for getpeername_length_t in 'size_t' 'int' 'unsigned int' 'long unsigned int' 'socklen_t'; do
cat > conftest.$ac_ext <<EOF
-#line 2429 "configure"
+#line 2476 "configure"