bf116f664c
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.
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
$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
|
|
@@ -64,6 +64,7 @@
|
|
AC_AIX
|
|
|
|
dnl Checks for libraries.
|
|
+AC_CHECK_LIB(db2, db_appinit)
|
|
AC_CHECK_LIB(socket, socket)
|
|
AC_CHECK_LIB(nsl, t_accept)
|
|
if test $WITH_ZLIB = yes; then
|
|
@@ -140,7 +141,7 @@
|
|
if test ! -d "./db"; then
|
|
mkdir db
|
|
fi
|
|
-AC_CONFIG_SUBDIRS(db/dist)
|
|
+dnl AC_CONFIG_SUBDIRS(db/dist)
|
|
|
|
AC_OUTPUT(CONFIG Makefile Makefile.config htcommon/Makefile htlib/Makefile htdig/Makefile htmerge/Makefile htnotify/Makefile htfuzzy/Makefile htsearch/Makefile makedp, chmod +x makedp, echo timestamp > stamp-h)
|
|
|