[Lunar-commits] CVS: moonbase/net/net-tools DETAILS, 1.6, 1.7 BUILD, 1.5, 1.6

Jaime Buffery nestu at lunar-linux.org
Sun Jul 11 18:38:09 GMT 2004


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

Modified Files:
	DETAILS BUILD 
Log Message:
Adding a patch to address the "label at end of block statement" in gcc 3.4.X.
(these labels are not allowed from now on in source code) 
The patch is backwards compatible. 
Tested with gcc 3.4.1, glibc 2.3.3-cvs, headers 2.6.7.0 and 
gcc 3.3.3, glibc 2.3.2, headers 2.6.7.0. 
Put in md5's too


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/net-tools/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS	15 Aug 2003 16:26:04 -0000	1.6
+++ DETAILS	11 Jul 2004 18:38:06 -0000	1.7
@@ -2,10 +2,14 @@
          VERSION=1.60
           SOURCE=$MODULE-$VERSION.tar.bz2
 	 SOURCE2=$MODULE-$VERSION-gcc-3.3-fix1.patch.bz2
+	 SOURCE3=gcc34_net-tools_lunar.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://www.tazenda.demon.co.uk/phil/net-tools/$SOURCE
   SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
+     SOURCE3_URL=$PATCH_URL/$SOURCE3
+      SOURCE_VFY=md5:888774accab40217dde927e21979c165
      SOURCE2_VFY=md5:652206929f12b77d34d8f1225113f952
+     SOURCE3_VFY=md5:e75b18aecef34b82371d80b8b094ee1d
         WEB_SITE=http://www.tazenda.demon.co.uk/phil/net-tools
       MAINTAINER=kc8apf at kc8apf.net
          ENTERED=20010922

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/net-tools/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	15 Aug 2003 15:57:29 -0000	1.5
+++ BUILD	11 Jul 2004 18:38:06 -0000	1.6
@@ -1,4 +1,5 @@
   patch_it  $SOURCE_CACHE/$SOURCE2 1                &&
+  patch_it  $SOURCE_CACHE/$SOURCE3 0                &&
 
 if  [  -f  $CONFIG_CACHE/net-tools.config.h  ];  then
   cp       $CONFIG_CACHE/net-tools.config.h  config.h



More information about the Lunar-commits mailing list