openbsd-ports/net/bitchx/patches/patch-configure

44 lines
2.0 KiB
Plaintext
Raw Normal View History

$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
1999-03-07 22:59:09 -05:00
test "$no_create" = yes || $SHELL $CONFIG_STATUS || { (exit 1); exit; }
2000-09-16 00:04:27 -04:00
-
1999-03-06 21:13:13 -05:00
-echo
-echo BitchX \(c\) 1996-2001 Colten Edwards
-echo ----------------------------------------------------------
1999-03-06 21:13:13 -05:00
-echo
-echo \*\*\* IMPORTANT\! PLEASE READ THE FOLLOWING\: \*\*\*
1999-03-06 21:13:13 -05:00
-echo
-echo We are trying to gather statistics on the number of BitchX users. In the source
1999-03-06 21:13:13 -05:00
-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
1999-03-06 21:13:13 -05:00
-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.
1999-03-06 21:13:13 -05:00
-echo
-echo Now type \"$MAKE\" to compile BitchX.