BitchX and BitchX-cvs
Jon S.
striker at interhact.net
Sat Jan 10 20:31:23 GMT 2004
Here's a new BitchX-cvs module for zbeta and an updated BitchX module
with more optional configure switches (IPv6/cdrom/plugins/ssl support)
The .patch is included if you guys prefer that instead.
If you guys add the -cvs module, dont forget to add it to conflicts for
gtkBitchX :)
-Striker
--
The system requirements said "Windows 95 or better"
So I installed Linux.
Registered Linux User: 332618
<http://interhact.net/~striker/striker@interhact.net.asc>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BitchX-cvs.tar.bz2
Type: application/x-bzip2
Size: 1222 bytes
Desc: not available
Url : http://lunar-linux.org/pipermail/lunar/attachments/20040110/f7fba847/BitchX-cvs.tar.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BitchX.tar.bz2
Type: application/x-bzip2
Size: 1700 bytes
Desc: not available
Url : http://lunar-linux.org/pipermail/lunar/attachments/20040110/f7fba847/BitchX.tar.bin
-------------- next part --------------
diff -ru BitchX-old/BUILD BitchX/BUILD
--- BitchX-old/BUILD 2003-10-28 17:57:08.000000000 -0600
+++ BitchX/BUILD 2004-01-10 18:56:24.000000000 -0600
@@ -1,5 +1,23 @@
(
+ if [ "$IPV6" == "y" ] ; then
+ OPTS="$OPTS --enable-ipv6"
+ fi
+
+ if [ "$CDROM" == "y" ] ; then
+ OPTS="$OPTS --enable-cdrom"
+ fi
+
+ if [ "$PLUGINS" == "y" ] ; then
+ OPTS="$OPTS --with-plugins"
+ fi
+
+ if module_installed openssl ; then # Ya just never know...
+ if [ "$SSL" == "y" ] ; then
+ OPTS="$OPTS --with-ssl"
+ fi
+ fi
+
patch_it $SOURCE_CACHE/$SOURCE2 0 &&
patch_it $SOURCE_CACHE/$SOURCE3 1 &&
patch_it $SOURCE_CACHE/$SOURCE4 1 &&
Only in BitchX: CONFIGURE
diff -ru BitchX-old/CONFLICTS BitchX/CONFLICTS
--- BitchX-old/CONFLICTS 2002-08-20 19:55:10.000000000 -0500
+++ BitchX/CONFLICTS 2004-01-10 18:56:40.000000000 -0600
@@ -1 +1,3 @@
-conflicts gtkBitchX
+conflicts gtkBitchX &&
+conflicts BitchX-cvs
+
More information about the Lunar
mailing list