From 261936f816ba21bbd02ea311453a3e5b3781f410 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 28 Sep 2007 01:03:41 +0000 Subject: [patch] port update for irc/ircd-ratbox Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6 [patch] port upgrade for irc/ratbox-services Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2 Removal of irc/ircd-ratbox-devel The ircd-ratbox-devel port is depreciated and installs an out-dated version of ircd-ratbox. There is no current development release of ircd-ratbox; please could this port be deleted as the ratbox team are some time away from releasing a new development version. [Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox] PR: ports/115950, ports/116156, ports/116158 Submitted by: Lewis Approved by: shaun@ --- irc/ratbox-services/files/patch-tools_dbupgrade.pl | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 irc/ratbox-services/files/patch-tools_dbupgrade.pl (limited to 'irc/ratbox-services/files/patch-tools_dbupgrade.pl') diff --git a/irc/ratbox-services/files/patch-tools_dbupgrade.pl b/irc/ratbox-services/files/patch-tools_dbupgrade.pl new file mode 100644 index 000000000000..8ada4c52e9a4 --- /dev/null +++ b/irc/ratbox-services/files/patch-tools_dbupgrade.pl @@ -0,0 +1,23 @@ +--- ./tools/dbupgrade.pl.orig Fri Aug 24 13:01:39 2007 ++++ ./tools/dbupgrade.pl Fri Aug 24 13:38:23 2007 +@@ -27,9 +27,9 @@ + exit; + } + +-unless(-r "../include/setup.h") ++unless(-r "%%PREFIX%%/include/setup.h") + { +- print("Unable to read ../include/setup.h, please run configure first\n"); ++ print("Unable to read %%PREFIX%%/include/setup.h, please run configure first\n"); + exit(); + } + +@@ -71,7 +71,7 @@ + } + else + { +- %vals = &parse_includes("../include"); ++ %vals = &parse_includes("%%PREFIX%%/include"); + } + + while(my ($key, $value) = each(%vals)) -- cgit v1.2.3