[Lunar-commits] r16417 - moonbase/trunk/chat/xchat

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Sep 11 04:47:03 UTC 2005


Author: v3rt1g0
Date: 2005-09-11 04:47:02 +0000 (Sun, 11 Sep 2005)
New Revision: 16417

Modified:
   moonbase/trunk/chat/xchat/BUILD
   moonbase/trunk/chat/xchat/DEPENDS
   moonbase/trunk/chat/xchat/DETAILS
Log:
Version bump.  Security fixes and bug fixes.
Cleaned up the depends a bit.  Simplified the BUILD too.


Modified: moonbase/trunk/chat/xchat/BUILD
===================================================================
--- moonbase/trunk/chat/xchat/BUILD	2005-09-10 20:35:34 UTC (rev 16416)
+++ moonbase/trunk/chat/xchat/BUILD	2005-09-11 04:47:02 UTC (rev 16417)
@@ -1,14 +1,6 @@
 (
-  
-  ./configure  --build=$BUILD             \
-               --prefix=/usr              \
-               --enable-ipv6              \
-               --sysconfdir=/etc          \
-               --localstatedir=/var       \
-               --infodir=/usr/share/info  \
-               --mandir=/usr/share/man    \
-               $OPTS                     &&
 
-  default_make 
+  OPTS="$OPTS --enable-ipv6"
+  default_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/chat/xchat/DEPENDS
===================================================================
--- moonbase/trunk/chat/xchat/DEPENDS	2005-09-10 20:35:34 UTC (rev 16416)
+++ moonbase/trunk/chat/xchat/DEPENDS	2005-09-11 04:47:02 UTC (rev 16417)
@@ -1,3 +1,10 @@
 depends  gtk+-2    &&
-depends  Python
 
+optional_depends "openssl"  "--enable-openssl"  "--disable-openssl" \
+                 "enable support for openSSL"                       &&
+
+optional_depends "Python"   "--enable-python"   "--disable-python"  \
+                 "enable support for python plugins"                &&
+
+optional_depends "perl"     "--enable-perl"     "--disable-perl"    \
+                 "enable support for perl plugins"

Modified: moonbase/trunk/chat/xchat/DETAILS
===================================================================
--- moonbase/trunk/chat/xchat/DETAILS	2005-09-10 20:35:34 UTC (rev 16416)
+++ moonbase/trunk/chat/xchat/DETAILS	2005-09-11 04:47:02 UTC (rev 16417)
@@ -1,12 +1,12 @@
           MODULE=xchat
-         VERSION=2.4.4
+         VERSION=2.4.5
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.xchat.org/files/source/2.4/
-      SOURCE_VFY=sha1:fa048dfc24b922f0f1b7b5e95450f697ebe1d435
+      SOURCE_VFY=sha1:e027a20caa47b4ffea00896ee68269a7ae885e2d
         WEB_SITE=http://www.xchat.org
          ENTERED=20020729
-         UPDATED=20050620
-           SHORT="Xchat: an IRC client."
+         UPDATED=20050910
+           SHORT="a GTK+-2 based IRC client"
 
 cat << EOF
 Xchat is an IRC client for Unix operating systems.  It runs under the X



More information about the Lunar-commits mailing list