Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e766312087fbe2c522fbf2c7947804342c276bcb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e766312087fbe2c522fbf2c7947804342c276bcb)
  • Date: Wed, 25 Jul 2007 15:12:03 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

net/iproute2/HISTORY | 3 +++
net/iproute2/PRE_BUILD | 7 +++++++
net/iproute2/no-arpd.diff | 21 +++++++++++++++++++++
3 files changed, 31 insertions(+)

New commits:
commit fec3785eebfa1d7def2ab717108924314f04a66b
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

net/iproute2:

PRE_BUILD, no-arpd.diff: added a patch to fix bug #13893

diff --git a/net/iproute2/HISTORY b/net/iproute2/HISTORY
index bbe9498..3b9a675 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,6 @@
+2007-07-26 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD, no-arpd.diff: added a patch to fix bug #13893
+
2007-07-10 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.6.22-070710
* PRE_BUILD: Uncompresses to current directory. :( Manually setup
diff --git a/net/iproute2/PRE_BUILD b/net/iproute2/PRE_BUILD
index 7f36fb3..6d1e9dd 100755
--- a/net/iproute2/PRE_BUILD
+++ b/net/iproute2/PRE_BUILD
@@ -20,3 +20,10 @@ fi &&
# http://lunar-linux.org/pipermail/lunar-bugs/2004-May/002350.html
#
patch -p1 < $SCRIPT_DIRECTORY/ip.patch
+
+source ${GRIMOIRE}/is_depends_enabled.function &&
+
+if ! is_depends_enabled ${SPELL} db
+then
+ patch -p1 < ${SCRIPT_DIRECTORY}/no-arpd.diff
+fi
diff --git a/net/iproute2/no-arpd.diff b/net/iproute2/no-arpd.diff
new file mode 100644
index 0000000..65d1e66
--- /dev/null
+++ b/net/iproute2/no-arpd.diff
@@ -0,0 +1,21 @@
+diff -Nuar iproute2-2.6.22-070710.orig/misc/Makefile
iproute2-2.6.22-070710/misc/Makefile
+--- iproute2-2.6.22-070710.orig/misc/Makefile 2007-07-11 06:34:14.000000000
+0500
++++ iproute2-2.6.22-070710/misc/Makefile 2007-07-25 23:55:37.000000000
+0500
+@@ -1,7 +1,7 @@
+ SSOBJ=ss.o ssfilter.o
+ LNSTATOBJ=lnstat.o lnstat_util.o
+
+-TARGETS=ss nstat ifstat rtacct arpd lnstat
++TARGETS=ss nstat ifstat rtacct lnstat
+
+ include ../Config
+
+@@ -18,9 +18,6 @@
+ rtacct: rtacct.c
+ $(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LIBNETLINK) -lm
+
+-arpd: arpd.c
+- $(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c
$(LIBNETLINK) -ldb -lpthread
+-
+ ssfilter.c: ssfilter.y
+ bison ssfilter.y -o ssfilter.c



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e766312087fbe2c522fbf2c7947804342c276bcb), Pol Vinogradov, 07/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page