[Lunar-commits] CVS: moonbase/chat/BitchX BUILD, 1.6, 1.7 CONFLICTS, 1.1.1.1, 1.2 DETAILS, 1.7, 1.8

Florin Braescu florin at lunar-linux.org
Thu Jan 29 18:39:42 GMT 2004


Update of /var/cvs/lunar/moonbase/chat/BitchX
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16432

Modified Files:
	BUILD CONFLICTS DETAILS 
Log Message:


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/BitchX/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD	28 Oct 2003 23:57:08 -0000	1.6
+++ BUILD	29 Jan 2004 18:39:40 -0000	1.7
@@ -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           &&

Index: CONFLICTS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/BitchX/CONFLICTS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- CONFLICTS	21 Aug 2002 00:55:10 -0000	1.1.1.1
+++ CONFLICTS	29 Jan 2004 18:39:40 -0000	1.2
@@ -1 +1,3 @@
-conflicts gtkBitchX
+conflicts gtkBitchX &&
+conflicts BitchX-cvs
+

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/BitchX/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS	28 Oct 2003 23:57:08 -0000	1.7
+++ DETAILS	29 Jan 2004 18:39:40 -0000	1.8
@@ -16,15 +16,13 @@
   #SOURCE_URL[1]=ftp://ftp.bitchx.org/pub/BitchX/old/source/$SOURCE
         WEB_SITE=http://www.bitchx.org
          ENTERED=20011006
-         UPDATED=20030217
-           SHORT="BitchX is an expanded version of the IRC II chat client"
+         UPDATED=20040129
+        SHORT="BitchX is an expanded version of the IRC II chat client"
+
 cat << EOF
 BitchX was originaly a script for IRC II, but has been built directly into 
 the client. Delivered with an abundance of scripts, and other more or less 
 usefull features.
-
 This version is for the terminal version only, if you wish to have the
-gtk+ version then get gtkBitchX
-Thanks
-Nick
+gtk+ version then get gtkBitchX.
 EOF



More information about the Lunar-commits mailing list