summaryrefslogtreecommitdiff
path: root/irc/tr-ircd/files/patch-configure
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-08 22:32:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-08 22:32:06 +0000
commit2ad1ee7e800292f4894cdbb8b9d37510f8653fc9 (patch)
tree93f9920ddbf0ed2f5f76512a6903ed750835f33b /irc/tr-ircd/files/patch-configure
parent- Update to 2.11 (diff)
- 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 <martin@matuska.org>
Notes
Notes: svn path=/head/; revision=184607
Diffstat (limited to '')
-rw-r--r--irc/tr-ircd/files/patch-configure38
1 files changed, 28 insertions, 10 deletions
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 <openssl/opensslv.h>
+ #include <stdlib.h>
+ int main(void) {
+- if ( (OPENSSL_VERSION_NUMBER & 0x00906000) == 0x00906000)
++ if ( OPENSSL_VERSION_NUMBER >= 0x00906000 )
+ {
+ exit(0);
+ }