CVS: moonbase/chat/ircd-hybrid BUILD, 1.1.1.1, 1.2 DETAILS, 1.1.1.1, 1.2

sofar at lunar-linux.org sofar at lunar-linux.org
Sun Jul 13 13:12:11 GMT 2003


Update of /var/cvs/lunar/moonbase/chat/ircd-hybrid
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5703

Modified Files:
	BUILD DETAILS 
Log Message:
I'm giving up on it now.. its too big a mess...


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/ircd-hybrid/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD	21 Aug 2002 00:55:10 -0000	1.1.1.1
+++ BUILD	13 Jul 2003 13:12:09 -0000	1.2
@@ -1,54 +1,23 @@
 (
 
-  ./configure $OPTS
+  ./configure --build=$BUILD            \
+              --prefix=/usr             \
+              --sysconfdir=/etc         \
+              --localstatedir=/var      \
+              --infodir=/usr/share/info \
+              --mandir=/usr/share/man   \
+	      --datadir=/usr/share/ircd \
+	      --libexecdir=/usr/libexec/ircd \
+              $OPTS
 
-  patch -p0 <<EOF
---- Makefile	2002-08-06 23:42:34.000000000 +0200
-+++ Makefile	2002-08-06 23:51:04.000000000 +0200
-@@ -26,1 +26,1 @@
--CFLAGS = -g -O2 -DNDEBUG
-+CFLAGS = $CFLAGS -DNDEBUG
---- include/config.h	2002-08-06 23:42:34.000000000 +0200
-+++ include/config.h	2002-08-06 23:51:04.000000000 +0200
-@@ -103,10 +103,10 @@
--#define DPATH   "/usr/local/ircd/"
--#define SPATH   "/usr/local/ircd/ircd"
--#define CPATH   "ircd.conf"
--#define KPATH   "kline.conf"
--#define DLPATH  "kline.conf"
--#define MPATH   "ircd.motd"
--#define LPATH   "ircd.log"
--#define PPATH   "ircd.pid"
--#define HPATH   "opers.txt"
--#define OPATH   "opers.motd"
-+#define DPATH   "/usr/bin/"
-+#define SPATH   "/usr/sbin/ircd"
-+#define CPATH   "/etc/irc/ircd.conf"
-+#define KPATH   "/etc/irc/kline.conf"
-+#define DLPATH  "/etc/irc/kline.conf"
-+#define MPATH   "/etc/irc/ircd.motd"
-+#define LPATH   "/var/log/irc/ircd.log"
-+#define PPATH   "/var/run/ircd.pid"
-+#define HPATH   "/etc/irc/opers.txt"
-+#define OPATH   "/etc/irc/opers.motd"
-@@ -211,2 +211,2 @@
--#define FNAME_USERLOG "/usr/local/ircd/users"
--#define FNAME_OPERLOG "/usr/local/ircd/opers"
-+#define FNAME_USERLOG "/var/log/irc/users"
-+#define FNAME_OPERLOG "/var/log/irc/opers"
---- tools/install_ircd	2002-08-07 00:02:19.000000000 +0200
-+++ tools/install_ircd	2002-08-07 00:02:52.000000000 +0200
-@@ -156,3 +156,3 @@
--dir_make \${DPATH}man8
--echo installing ircd.8 as \${DPATH}man8/ircd.8
--\$INSTALL_SH -c doc/ircd.8 \${DPATH}man8/ircd.8
-+dir_make /usr/share/man/man8
-+echo installing ircd.8 as /usr/share/man/man8/ircd.8
-+\$INSTALL_SH -c doc/ircd.8 /usr/share/man/man8/ircd.8
-EOF
-  
+  sedit "s:/usr/modules:/usr/libexec/ircd/modules:g" modules/Makefile &&
+  sedit "s:\${prefix}/help:\${prefix}/share/ircd/help:g" help/Makefile &&
+  sedit "s:/usr/man8:/usr/share/man/man8:g" doc/Makefile &&
+  sedit "s:/usr/messages:/usr/share/locale:g" messages/Makefile &&
   make            &&
   prepare_install &&
+  mkdir -p /usr/libexec/ircd/modules /usr/share/ircd/help/users \
+           /usr/share/ircd/help/opers &&
   make install
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/ircd-hybrid/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS	21 Aug 2002 00:55:10 -0000	1.1.1.1
+++ DETAILS	13 Jul 2003 13:12:09 -0000	1.2
@@ -1,11 +1,11 @@
           MODULE=ircd-hybrid
-         VERSION=6.3.1
+         VERSION=7.0
           SOURCE=$MODULE-$VERSION.tgz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
         WEB_SITE=http://www.ircd-hybrid.org/
          ENTERED=20020806
-         UPDATED=20020806
+         UPDATED=20030712
            SHORT="A powerfull irc daemon"
 cat <<EOF
 ircd-hybrid is a powerful Internet Relay Chat daemon frequently used on




More information about the Lunar-commits mailing list