From 2ad1ee7e800292f4894cdbb8b9d37510f8653fc9 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 8 Feb 2007 22:32:06 +0000 Subject: - Update to 5.7.3 - Pass maintainership to submitter Changelog: - no more run as root, uses own user and group by default - RCng startup script (trircd) - fixed build for amd64 - installs bin/tr-ircd instead of bin/ircd (conflict with irc/ircd-hybrid, irc/ptlink-ircd & co.) - does not install bin/md5sum (we have our md5) (conflict with archivers/dpkg and not necessary) - run and log directories can be defined via TRIRCD_RUNDIR and TRIRCD_LOGDIR - configuration directory via TRIRCD_CONFDIR (can be specified on runtime as well) - user and group definable via TRIRCD_USER TRIRCD_GROUP PR: 108835 Submitted by: Martin Matuska --- irc/tr-ircd/files/patch-configure | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) (limited to 'irc/tr-ircd/files/patch-configure') diff --git a/irc/tr-ircd/files/patch-configure b/irc/tr-ircd/files/patch-configure index 157de53458da..19982744e625 100644 --- a/irc/tr-ircd/files/patch-configure +++ b/irc/tr-ircd/files/patch-configure @@ -1,11 +1,29 @@ ---- configure.orig Sat Oct 26 10:25:29 2002 -+++ configure Sat Oct 26 10:26:46 2002 -@@ -3129,7 +3129,7 @@ - ;; - esac - fi --MD5SUMS=$ac_cv_path_MD5SUMS -+MD5SUMS=../md5/$ac_cv_path_MD5SUMS +--- configure.orig Tue Jan 18 17:06:36 2005 ++++ configure Wed Feb 7 12:27:41 2007 +@@ -2688,7 +2688,7 @@ + echo "$as_me:$LINENO: result: Detected FreeBSD: -pthread" >&5 + echo "${ECHO_T}Detected FreeBSD: -pthread" >&6 + IRC_CFLAGS="$IRC_CFLAGS -pthread" +- PROG_IRCD="ircd" ++ PROG_IRCD="tr-ircd" + PROG_MD5SUM="md5sum" + PROG_TOOLS="ircpasswd" + ;; +@@ -3665,7 +3665,7 @@ - if test -n "$MD5SUMS"; then - echo "$as_me:$LINENO: result: $MD5SUMS" >&5 + + INSTALL="$PWD/autoconf/install-sh -c" +-INSTALL_PROGRAM="$INSTALL -m 4755" ++INSTALL_PROGRAM="$INSTALL -m 0755" + INSTALL_DATA="$INSTALL -m 0644" + + make_is_gmake=0 +@@ -9865,7 +9865,7 @@ + #include + #include + int main(void) { +- if ( (OPENSSL_VERSION_NUMBER & 0x00906000) == 0x00906000) ++ if ( OPENSSL_VERSION_NUMBER >= 0x00906000 ) + { + exit(0); + } -- cgit v1.2.3