[Lunar-commits] CVS: moonbase/net/ethereal BUILD, 1.1, 1.2 DEPENDS, 1.2, 1.3 DETAILS, 1.12, 1.13

Niki Guldbrand niki at lunar-linux.org
Wed Mar 10 18:52:12 GMT 2004


Update of /var/cvs/lunar/moonbase/net/ethereal
In directory dbguin.lunar-linux.org:/tmp/cvs-serv29947

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
Here ya go, it's now gtk+ 2 enabled...
Tested with gcc 3.3.3, kernel 2.6.4rc1


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ethereal/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	5 Sep 2002 09:22:33 -0000	1.1
+++ BUILD	10 Mar 2004 18:52:10 -0000	1.2
@@ -1,2 +1,7 @@
-sedit "s/-I\/usr\/local\/include//g" configure
-default_build
+(
+
+  OPTS="$OPTS --enable-gtk2 --enable-usr-local=no --enable-randpkt"
+  
+  default_build
+
+) >> $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ethereal/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	13 Sep 2002 11:21:16 -0000	1.2
+++ DEPENDS	10 Mar 2004 18:52:10 -0000	1.3
@@ -1,3 +1,3 @@
-depends  gtk+    &&
+depends  gtk+-2  &&
 depends  openssl &&
 depends  libpcap

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ethereal/DETAILS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- DETAILS	17 Dec 2003 15:28:41 -0000	1.12
+++ DETAILS	10 Mar 2004 18:52:10 -0000	1.13
@@ -1,12 +1,12 @@
           MODULE=ethereal
-         VERSION=0.10.0a
+         VERSION=0.10.2
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://www.ethereal.com/distribution/$SOURCE
-   SOURCE_VFY[0]=md5:0808630396925a69d8e814a96694b93a
+   SOURCE_VFY[0]=md5:844395956c79813771dddc0ee1d6bbae
         WEB_SITE=http://www.ethereal.com
          ENTERED=20020116
-         UPDATED=20031217
+         UPDATED=20040310
            SHORT="Ethereal is a network protocol analyzer"
 cat << EOF
 Ethereal is a free network protocol analyzer for Unix and Windows. 



More information about the Lunar-commits mailing list