pkgsrc/net/jwhois/patches/patch-ab
jlam 8c06bdc4c0 Update jwhois to 2.4.1. Update taken from PR#10772 by Wolfgang Rupprecht
<wolfgang@wsrcc.com> with substantial modifications.
Changes from version 2.1:

 * Made it possible to use queries of the type foo@HOST
 * Lots of information added to the example configuration file
 * Fixed a nasty bug that sometimes caused two extra bytes of output
   to be appended
 * Fixed the sample jwhois.conf
 * Added distribution of debian/ and macros/
 * Support for redirection of a query to another server based on
   returned content from another
 * Support for cache functionality
 * Bugfixes for little-endian machines
 * Configuration parser rewritten -- you must now use \\ to get a
   single \.
 * ${datadir} no longer searched for global configuration file
 * i18n support added
 * Must enclose struct foo in "
 * Support for specifying CIDR blocks in the configuration file.
 * More advanced features added to the configuration file.
 * Port number separated from host names and IP numbers with space
   instead of colon in configuration file.
 * Support for IPv6 hosts
2000-08-12 06:29:12 +00:00

17 lines
524 B
Text

$NetBSD: patch-ab,v 1.2 2000/08/12 06:29:15 jlam Exp $
--- configure.in.orig Tue Jan 25 10:24:22 2000
+++ configure.in Fri Aug 11 23:49:43 2000
@@ -60,6 +60,12 @@
AC_PROG_INSTALL
AC_PROG_CC
AM_GNU_GETTEXT
+
+dnl NetBSD: set DATADIRNAME to "share"
+DATADIRNAME="share"
+INTLDEPS=
+INTLLIBS="-lintl"
+
AC_PATH_PROG(CHGRP, chgrp, $PATH:/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/libexec)
AC_PATH_PROG(CHMOD, chmod, $PATH:/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/libexec)