[Lunar-commits] CVS: moonbase/net/iproute2 DETAILS, 1.6, 1.7 BUILD, 1.7, 1.8

Jaime Buffery nestu at lunar-linux.org
Sun Jan 16 23:33:47 UTC 2005


Update of /var/cvs/lunar/moonbase/net/iproute2
In directory espresso.foo-projects.org:/tmp/cvs-serv22367

Modified Files:
	DETAILS BUILD 
Log Message:
2.6.9-ss040831 -> 2.6.9-041019. gcc 3.3.3, glibc 2.3.2, headers 2.6.10.0
Done some cleaning in the BUILD, too :)


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/iproute2/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS	6 Sep 2004 07:50:23 -0000	1.6
+++ DETAILS	16 Jan 2005 23:33:44 -0000	1.7
@@ -1,10 +1,12 @@
           MODULE=iproute2
            MAJOR=2.6.9
-           MINOR=ss040831
+           MINOR=041019
          VERSION=$MAJOR-$MINOR
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=${MODULE}-${MAJOR}_${MINOR}-remove_db-1.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MAJOR
       SOURCE_URL=http://developer.osdl.org/dev/iproute2/download/
+     SOURCE2_URL=http://www.linuxfromscratch.org/patches/lfs/cvs/testing/
         WEB_SITE=http://developer.osdl.org/dev/iproute2
          ENTERED=20021106
          UPDATED=20040904

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/iproute2/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD	6 Sep 2004 07:50:23 -0000	1.7
+++ BUILD	16 Jan 2005 23:33:44 -0000	1.8
@@ -1,13 +1,11 @@
 (
 
+  patch_it $SOURCE2 1 &&
+
   ./configure &&
-  KERNEL_INCLUDE=/usr/include/ make &&
+  KERNEL_INCLUDE=/usr/include/ make SBINDIR=/sbin &&
   prepare_install &&
-
-  cp -r etc/iproute2 /etc/iproute2 &&
-  cp tc/tc /sbin &&
-  cd ip &&
-  cp ifcfg ip routef routel rtmon rtpr /sbin 
+  make SBINDIR=/sbin install	
 
 ) > $C_FIFO 2>&1
 



More information about the Lunar-commits mailing list