From 7a6c49cc471440481086581d88da098534080cf4 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 27 May 2007 18:41:29 +0000 Subject: [PATCH] Update dibbler to 0.6.0, should fix (#1756) SVN-Revision: 7357 --- ipv6/dibbler/Makefile | 2 +- ipv6/dibbler/patches/001-cross_compile.patch | 55 ------------------- ipv6/dibbler/patches/002-no_silent_make.patch | 12 ---- .../patches/003-linux_types_missing.patch | 11 ---- 4 files changed, 1 insertion(+), 79 deletions(-) delete mode 100644 ipv6/dibbler/patches/001-cross_compile.patch delete mode 100644 ipv6/dibbler/patches/002-no_silent_make.patch delete mode 100644 ipv6/dibbler/patches/003-linux_types_missing.patch diff --git a/ipv6/dibbler/Makefile b/ipv6/dibbler/Makefile index 00e55a9ab..8fff017e2 100644 --- a/ipv6/dibbler/Makefile +++ b/ipv6/dibbler/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dibbler -PKG_VERSION:=0.5.0 +PKG_VERSION:=0.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz diff --git a/ipv6/dibbler/patches/001-cross_compile.patch b/ipv6/dibbler/patches/001-cross_compile.patch deleted file mode 100644 index 344f106ae..000000000 --- a/ipv6/dibbler/patches/001-cross_compile.patch +++ /dev/null @@ -1,55 +0,0 @@ -diff -ruN dibbler-0.5.0-old/Makefile dibbler-0.5.0-new/Makefile ---- dibbler-0.5.0-old/Makefile 2006-10-06 00:58:22.000000000 +0200 -+++ dibbler-0.5.0-new/Makefile 2007-01-31 18:03:24.000000000 +0100 -@@ -50,7 +50,8 @@ - -L$(MISC) -lMisc \ - -L$(MESSAGES) -lMsg \ - -lClntOptions -lOptions -lLowLevel \ -- -L$(POSLIB) $(CLNTPOSLIB) -+ -L$(POSLIB) $(CLNTPOSLIB) \ -+ $(CLNT_LIBS) - - ifndef MOD_CLNT_DISABLE_DNSUPDATE - CLNTPOSLIB=-lposlib -@@ -81,7 +82,9 @@ - -L$(OPTIONS) -lOptions \ - -L$(LOWLEVEL) -lLowLevel \ - -L$(IFACEMGR) -lIfaceMgr \ -- -L$(POSLIB) $(SRVPOSLIB) -+ -L$(POSLIB) $(SRVPOSLIB) \ -+ $(SRV_LIBS) -+ - - ifndef MOD_SRV_DISABLE_DNSUPDATE - SRVPOSLIB=-lposlib -@@ -104,7 +107,8 @@ - -L$(MESSAGES) -lMsg \ - -L$(MISC) -lMisc \ - -L$(OPTIONS) -lOptions \ -- -lMisc -lIfaceMgr -lLowLevel -lRelTransMgr -lRelCfgMgr -lRelMsg -lRelOptions -lOptions -+ -lMisc -lIfaceMgr -lLowLevel -lRelTransMgr -lRelCfgMgr -lRelMsg -lRelOptions -lOptions \ -+ $(SRV_LIBS) - - objs: includes - @for dir in $(COMMONSUBDIRS); do \ -diff -ruN dibbler-0.5.0-old/Makefile.inc dibbler-0.5.0-new/Makefile.inc ---- dibbler-0.5.0-old/Makefile.inc 2006-08-22 02:11:49.000000000 +0200 -+++ dibbler-0.5.0-new/Makefile.inc 2007-01-31 17:43:07.000000000 +0100 -@@ -5,7 +5,7 @@ - BISONPP = $(PREFIX)/bison++/bison++ -S $(PREFIX)/bison++/bison.cc -H $(PREFIX)/bison++/bison.h - - # === compiler options === --COPTS = -D$(ARCH) $(PORT_CFLAGS) $(XMLCFLAGS) -I $(INCDIR) $(DEBUGINFO) -Wall -funsigned-char -O0 $(PEDANTIC) -+COPTS = -D$(ARCH) $(PORT_CFLAGS) $(XMLCFLAGS) -I $(INCDIR) $(DEBUGINFO) -Wall -funsigned-char $(PEDANTIC) - OPTS = -ftemplate-depth-40 $(COPTS) $(CFLAGS) $(CXXFLAGS) - - # === linker options === -@@ -124,7 +124,7 @@ - - %.a: objs - @echo "[LIB ] $(SUBDIR)/$@" -- ar cr $@ $(OBJECTS) -+ $(AR) cr $@ $(OBJECTS) - - all: libs - diff --git a/ipv6/dibbler/patches/002-no_silent_make.patch b/ipv6/dibbler/patches/002-no_silent_make.patch deleted file mode 100644 index 4350dec81..000000000 --- a/ipv6/dibbler/patches/002-no_silent_make.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN dibbler-0.5.0-old/Makefile.inc dibbler-0.5.0-new/Makefile.inc ---- dibbler-0.5.0-old/Makefile.inc 2006-08-22 02:11:49.000000000 +0200 -+++ dibbler-0.5.0-new/Makefile.inc 2007-01-31 17:43:07.000000000 +0100 -@@ -64,7 +64,7 @@ - #XMLLIBS = `pkg-config libxml-2.0 --libs` - - # === do not modify anything below === --MAKEFLAGS += -s -+#MAKEFLAGS += -s - VERSION = `$(TOPDIR)/test/xtract_version` - INST_WORKDIR = $(DESTDIR)'/var/lib/dibbler' - INST_MANDIR = $(DESTDIR)'/usr/local/man' diff --git a/ipv6/dibbler/patches/003-linux_types_missing.patch b/ipv6/dibbler/patches/003-linux_types_missing.patch deleted file mode 100644 index 12785990d..000000000 --- a/ipv6/dibbler/patches/003-linux_types_missing.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ruN dibbler-0.5.0-old/Port-linux/utils.h dibbler-0.5.0-new/Port-linux/utils.h ---- dibbler-0.5.0-old/Port-linux/utils.h 2006-01-12 01:23:35.000000000 +0100 -+++ dibbler-0.5.0-new/Port-linux/utils.h 2007-01-31 17:44:42.000000000 +0100 -@@ -2,6 +2,7 @@ - #define __UTILS_H__ 1 - - #include -+#include - #include - #include - -- 2.30.2