openbsd-ports/net/bitchx/patches/patch-ab
brad e3dcb7e454 upgrade to BitchX 1.0c11, suggested that anyone having core dumps or weird
problems with negative numbers etc. upgrade to this version. I've also
made it so the port installs all the help, script and translation files.
1999-12-06 17:24:18 +00:00

45 lines
2.0 KiB
Plaintext

--- configure.orig Fri Oct 29 02:08:41 1999
+++ configure Mon Dec 6 10:03:33 1999
@@ -8920,11 +8920,11 @@
MV="mv"
INSTALL_IRC=\${bindir}/\$\(_VERSION_\)
-IRCLIB=\${libdir}/bx
+IRCLIB=\${datadir}/bitchx
IRCPATH=\~/.BitchX:\~/.BitchX/plugins:.:$PLUGINDIR:\$\(INSTALL_SCRIPT\):\$\(IRCLIB\)
TRANSLATION_PATH=\$\(IRCLIB\)/translation
HELPDIR=\$\(IRCLIB\)/help
-INSTALL_WSERV=\$\(IRCLIB\)/wserv
+INSTALL_WSERV=\$\(libexecdir\)/wserv-bitchx
INSTALL_SCRBX=\${bindir}/scr-bx
INSTALL_SCRIPT=\$\(IRCLIB\)/script
INSTALL_HELP_CMD="cp -pr bitchx-docs/* \$(HELPDIR)"
@@ -9361,27 +9361,3 @@
-echo $_VERSION_ \(C\) 1996-1999 Colten Edwards
-echo ----------------------------------------------------------
-echo
-echo The configuration script has finished. You should look through and make any
-echo necessary changes to the file \"$srcdir/include/config.h\".
-echo When you are satisfied with your configuration settings, type \"make\" to compile
-echo $_VERSION_. When make finishes, you can type \"make install\" to install $_VERSION_
-echo globally \(if you\'re root\), or else you can type \"make install_local\" to
-echo install $_VERSION_ to your home directory.
-echo
-echo \*\*\* IMPORTANT\! PLEASE READ THE FOLLOWING: \*\*\*
-echo
-echo We are trying to get statistics on the number of BitchX users. In the source
-echo directory is the file \"cl.c\". This file contains a function that will send a
-echo single UDP packet to BitchX.com. The ONLY information that packet contains is
-echo the user\'s $_VERSION_ version and OS. This function does NOT interfere with the
-echo client in any way, and does NOT receive any information back.
-echo
-echo We are interested in this information for statistical purposes and to improve
-echo support for various operating systems. YOU ARE NOT REQUIRED TO CONTRIBUTE TO
-echo THIS EFFORT. If you would like to disable this function, remove the line
-echo \"#define WANT_NOTIFY_BITCHX_COM ON\" from the file \"$srcdir/include/config.h\".
-echo
-echo