openbsd-ports/net/bitchx/patches/patch-configure
brad 1965b4de7f - disable auto rejoin
- add RCS ids to patches
2002-06-30 18:23:31 +00:00

44 lines
2.0 KiB
Plaintext

$OpenBSD: patch-configure,v 1.4 2002/06/30 18:23:31 brad Exp $
--- configure.orig Mon Jan 8 01:24:22 2001
+++ configure Thu Feb 28 18:06:38 2002
@@ -12004,11 +12004,11 @@ if test -n "$CYGWIN" -o -n "$EMXOS2" -o
mandir="\$(IRCLIB)"
else
INSTALL_IRC="\${bindir}/\$(_VERSION_)\$(EXEEXT)"
- IRCLIB="\${libdir}/bx"
+ IRCLIB="\${datadir}/bitchx"
IRCPATH="\$(DEFAULT_CTOOLZ_DIR):\$(DEFAULT_CTOOLZ_DIR)/plugins:.:\$(PLUGINDIR):\$(INSTALL_SCRIPT):\$(IRCLIB)"
TRANSLATION_PATH="\$(IRCLIB)/translation"
HELPDIR="\$(IRCLIB)/help"
- INSTALL_WSERV="\$(IRCLIB)/wserv\$(EXEEXT)"
+ INSTALL_WSERV="\${libexecdir}/wserv-bitchx\$(EXEEXT)"
INSTALL_SCRBX="\${bindir}/scr-bx\$(EXEEXT)"
INSTALL_SCRIPT="\$(IRCLIB)/script"
INSTALL_HELP_CMD="cp -pfr bitchx-docs/* \$(HELPDIR)"
@@ -12984,25 +12984,3 @@ chmod +x $CONFIG_STATUS
ac_clean_files=$ac_clean_files_save
test "$no_create" = yes || $SHELL $CONFIG_STATUS || { (exit 1); exit; }
-
-echo
-echo BitchX \(c\) 1996-2001 Colten Edwards
-echo ----------------------------------------------------------
-echo
-echo \*\*\* IMPORTANT\! PLEASE READ THE FOLLOWING\: \*\*\*
-echo
-echo We are trying to gather 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 BitchX 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 \"include/config.h\".
-echo
-echo The configuration script has finished. You should look through
-echo \"include/config.h\" and make any changes you would like to make.
-echo
-echo Now type \"$MAKE\" to compile BitchX.