OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Mar-2006 13:05:46
Branch: HEAD Handle: 2006031012054400
Modified files:
openpkg-src/libnetdude libnetdude.patch libnetdude.spec
Log:
upgrading package: libnetdude 0.7 -> 0.8
Summary:
Revision Changes Path
1.5 +176 -165 openpkg-src/libnetdude/libnetdude.patch
1.16 +2 -2 openpkg-src/libnetdude/libnetdude.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libnetdude/libnetdude.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 libnetdude.patch
--- openpkg-src/libnetdude/libnetdude.patch 6 May 2005 07:11:19 -0000
1.4
+++ openpkg-src/libnetdude/libnetdude.patch 10 Mar 2006 12:05:44 -0000
1.5
@@ -1,240 +1,252 @@
Index: plugins/BPF-Filter/Makefile.in
---- plugins/BPF-Filter/Makefile.in.orig 2005-05-04 02:24:36 +0200
-+++ plugins/BPF-Filter/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -64,7 +64,7 @@
- EXEEXT = @EXEEXT@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
+--- plugins/BPF-Filter/Makefile.in.orig 2006-01-15 00:46:59 +0100
++++ plugins/BPF-Filter/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -79,7 +79,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-pkgincludedir =
$(includedir)/libnetdude/$(version_major).$(version_minor)/plugins/
+pkgincludedir = $(includedir)/libnetdude/plugins/
- AMTAR = @AMTAR@
- AS = @AS@
- AWK = @AWK@
-@@ -106,7 +106,7 @@
- LDFLAGS = -L$(top_srcdir)/src
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
+@@ -210,7 +210,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
-
-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/plugins
+pkgdir = $(pkgdatadir)/plugins
-
pkg_LTLIBRARIES = libnd_bpf.la
pkginclude_HEADERS = libnd_bpf.h
+ libnd_bpf_la_SOURCES = libnd_bpf.c
Index: plugins/ChecksumFix/Makefile.in
---- plugins/ChecksumFix/Makefile.in.orig 2005-05-04 02:24:36 +0200
-+++ plugins/ChecksumFix/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -64,7 +64,7 @@
- EXEEXT = @EXEEXT@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
+--- plugins/ChecksumFix/Makefile.in.orig 2006-01-15 00:47:01 +0100
++++ plugins/ChecksumFix/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -79,7 +79,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-pkgincludedir =
$(includedir)/libnetdude/$(version_major).$(version_minor)/plugins/
+pkgincludedir = $(includedir)/libnetdude/plugins/
- AMTAR = @AMTAR@
- AS = @AS@
- AWK = @AWK@
-@@ -106,7 +106,7 @@
- LDFLAGS = -L$(top_srcdir)/src
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
+@@ -210,7 +210,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
-
-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/plugins
+pkgdir = $(pkgdatadir)/plugins
-
pkg_LTLIBRARIES = libnd_cksumfix.la
pkginclude_HEADERS = libnd_cksumfix.h
+ libnd_cksumfix_la_SOURCES = libnd_cksumfix.c
+Index: protocols/802.11/Makefile.in
+--- protocols/802.11/Makefile.in.orig 2006-01-15 00:47:04 +0100
++++ protocols/802.11/Makefile.in 2006-03-10 13:03:15 +0100
+@@ -205,7 +205,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
+ INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
+-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
++pkgdir = $(pkgdatadir)/protocols
+ pkg_LTLIBRARIES = libnd_802_11.la
+ libnd_802_11_la_SOURCES = libnd_802_11.c libnd_802_11.h
+ libnd_802_11_la_LDFLAGS = -module -avoid-version
Index: protocols/arp/Makefile.in
---- protocols/arp/Makefile.in.orig 2005-05-04 02:24:36 +0200
-+++ protocols/arp/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -64,7 +64,7 @@
- EXEEXT = @EXEEXT@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
+--- protocols/arp/Makefile.in.orig 2006-01-15 00:47:07 +0100
++++ protocols/arp/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -75,7 +75,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-pkgincludedir =
$(includedir)/libnetdude/$(version_major).$(version_minor)/protocols/arp
+pkgincludedir = $(includedir)/libnetdude/protocols/arp
- AMTAR = @AMTAR@
- AS = @AS@
- AWK = @AWK@
-@@ -102,7 +102,7 @@
-
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
+@@ -205,7 +205,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
-
-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
+pkgdir = $(pkgdatadir)/protocols
-
pkg_LTLIBRARIES = libnd_arp.la
-
+ libnd_arp_la_SOURCES = libnd_arp.c libnd_arp.h
+ libnd_arp_la_LDFLAGS = -module -avoid-version
Index: protocols/ether/Makefile.in
---- protocols/ether/Makefile.in.orig 2005-05-04 02:24:37 +0200
-+++ protocols/ether/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -102,7 +102,7 @@
-
+--- protocols/ether/Makefile.in.orig 2006-01-15 00:47:09 +0100
++++ protocols/ether/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -205,7 +205,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
-
-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
+pkgdir = $(pkgdatadir)/protocols
-
pkg_LTLIBRARIES = libnd_ethernet.la
-
+ libnd_ethernet_la_SOURCES = libnd_ether.c libnd_ether.h
+ libnd_ethernet_la_LDFLAGS = -module -avoid-version
Index: protocols/fddi/Makefile.in
---- protocols/fddi/Makefile.in.orig 2005-05-04 02:24:37 +0200
-+++ protocols/fddi/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -64,7 +64,7 @@
- EXEEXT = @EXEEXT@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
+--- protocols/fddi/Makefile.in.orig 2006-01-15 00:47:11 +0100
++++ protocols/fddi/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -79,7 +79,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-pkgincludedir =
$(includedir)/libnetdude/$(version_major).$(version_minor)/protocols/fddi
+pkgincludedir = $(includedir)/libnetdude/protocols/fddi
- AMTAR = @AMTAR@
- AS = @AS@
- AWK = @AWK@
-@@ -102,7 +102,7 @@
-
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
+@@ -209,7 +209,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
-
-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
+pkgdir = $(pkgdatadir)/protocols
-
pkg_LTLIBRARIES = libnd_fddi.la
pkginclude_HEADERS = libnd_fddi.h
+ libnd_fddi_la_SOURCES = libnd_fddi.c libnd_fddi.h
Index: protocols/icmp/Makefile.in
---- protocols/icmp/Makefile.in.orig 2005-05-04 02:24:37 +0200
-+++ protocols/icmp/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -64,7 +64,7 @@
- EXEEXT = @EXEEXT@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
+--- protocols/icmp/Makefile.in.orig 2006-01-15 00:47:13 +0100
++++ protocols/icmp/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -79,7 +79,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-pkgincludedir =
$(includedir)/libnetdude/$(version_major).$(version_minor)/protocols/icmp
+pkgincludedir = $(includedir)/libnetdude/protocols/icmp
- AMTAR = @AMTAR@
- AS = @AS@
- AWK = @AWK@
-@@ -102,7 +102,7 @@
-
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
+@@ -209,7 +209,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
-
-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
+pkgdir = $(pkgdatadir)/protocols
-
pkg_LTLIBRARIES = libnd_icmp.la
pkginclude_HEADERS = libnd_icmp.h
+ libnd_icmp_la_SOURCES = libnd_icmp.c libnd_icmp.h
Index: protocols/ip/Makefile.in
---- protocols/ip/Makefile.in.orig 2005-05-04 02:24:37 +0200
-+++ protocols/ip/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -64,7 +64,7 @@
- EXEEXT = @EXEEXT@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
+--- protocols/ip/Makefile.in.orig 2006-01-15 00:47:15 +0100
++++ protocols/ip/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -79,7 +79,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-pkgincludedir =
$(includedir)/libnetdude/$(version_major).$(version_minor)/protocols/ip
+pkgincludedir = $(includedir)/libnetdude/protocols/ip
- AMTAR = @AMTAR@
- AS = @AS@
- AWK = @AWK@
-@@ -102,7 +102,7 @@
-
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
+@@ -209,7 +209,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
-
-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
+pkgdir = $(pkgdatadir)/protocols
-
pkg_LTLIBRARIES = libnd_ip.la
pkginclude_HEADERS = libnd_ip.h
+ libnd_ip_la_SOURCES = libnd_ip.c libnd_ip.h
Index: protocols/linux-sll/Makefile.in
---- protocols/linux-sll/Makefile.in.orig 2005-05-04 02:24:37 +0200
-+++ protocols/linux-sll/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -64,7 +64,7 @@
- EXEEXT = @EXEEXT@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
+--- protocols/linux-sll/Makefile.in.orig 2006-01-15 00:47:17 +0100
++++ protocols/linux-sll/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -75,7 +75,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-pkgincludedir =
$(includedir)/libnetdude/$(version_major).$(version_minor)/protocols/sll
+pkgincludedir = $(includedir)/libnetdude/protocols/sll
- AMTAR = @AMTAR@
- AS = @AS@
- AWK = @AWK@
-@@ -102,7 +102,7 @@
-
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
+@@ -205,7 +205,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
-
-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
+pkgdir = $(pkgdatadir)/protocols
-
pkg_LTLIBRARIES = libnd_sll.la
-
+ libnd_sll_la_SOURCES = libnd_sll.c libnd_sll.h
+ libnd_sll_la_LDFLAGS = -module -avoid-version
Index: protocols/snap/Makefile.in
---- protocols/snap/Makefile.in.orig 2005-05-04 02:24:37 +0200
-+++ protocols/snap/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -64,7 +64,7 @@
- EXEEXT = @EXEEXT@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
+--- protocols/snap/Makefile.in.orig 2006-01-15 00:47:19 +0100
++++ protocols/snap/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -79,7 +79,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-pkgincludedir =
$(includedir)/libnetdude/$(version_major).$(version_minor)/protocols/snap
+pkgincludedir = $(includedir)/libnetdude/protocols/snap
- AMTAR = @AMTAR@
- AS = @AS@
- AWK = @AWK@
-@@ -102,7 +102,7 @@
-
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
+@@ -209,7 +209,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
-
-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
+pkgdir = $(pkgdatadir)/protocols
-
pkg_LTLIBRARIES = libnd_snap.la
-
+ pkginclude_HEADERS = libnd_snap.h
+ libnd_snap_la_SOURCES = libnd_snap.c libnd_snap.h
Index: protocols/tcp/Makefile.in
---- protocols/tcp/Makefile.in.orig 2005-05-04 02:24:37 +0200
-+++ protocols/tcp/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -64,7 +64,7 @@
- EXEEXT = @EXEEXT@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
+--- protocols/tcp/Makefile.in.orig 2006-01-15 00:47:21 +0100
++++ protocols/tcp/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -79,7 +79,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-pkgincludedir =
$(includedir)/libnetdude/$(version_major).$(version_minor)/protocols/tcp
+pkgincludedir = $(includedir)/libnetdude/protocols/tcp
- AMTAR = @AMTAR@
- AS = @AS@
- AWK = @AWK@
-@@ -102,7 +102,7 @@
-
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
+@@ -209,7 +209,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
-
-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
+pkgdir = $(pkgdatadir)/protocols
-
pkg_LTLIBRARIES = libnd_tcp.la
-
+ pkginclude_HEADERS = libnd_tcp.h libnd_tcb.h
+ libnd_tcp_la_SOURCES = \
Index: protocols/udp/Makefile.in
---- protocols/udp/Makefile.in.orig 2005-05-04 02:24:37 +0200
-+++ protocols/udp/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -64,7 +64,7 @@
- EXEEXT = @EXEEXT@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
+--- protocols/udp/Makefile.in.orig 2006-01-15 00:47:23 +0100
++++ protocols/udp/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -79,7 +79,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-pkgincludedir =
$(includedir)/libnetdude/$(version_major).$(version_minor)/protocols/udp
+pkgincludedir = $(includedir)/libnetdude/protocols/udp
- AMTAR = @AMTAR@
- AS = @AS@
- AWK = @AWK@
-@@ -102,7 +102,7 @@
-
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
+@@ -209,7 +209,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
-
-pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
+pkgdir = $(pkgdatadir)/protocols
-
pkg_LTLIBRARIES = libnd_udp.la
pkginclude_HEADERS = libnd_udp.h
+ libnd_udp_la_SOURCES = libnd_udp.c libnd_udp.h
Index: src/Makefile.in
---- src/Makefile.in.orig 2005-05-04 02:24:37 +0200
-+++ src/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -65,7 +65,7 @@
- OBJEXT = @OBJEXT@
- PATH_SEPARATOR = @PATH_SEPARATOR@
-
+--- src/Makefile.in.orig 2006-01-15 00:47:27 +0100
++++ src/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -88,7 +88,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-pkgincludedir = $(includedir)/libnetdude/$(version_major).$(version_minor)
+pkgincludedir = $(includedir)/libnetdude
- AMTAR = @AMTAR@
- AS = @AS@
- AWK = @AWK@
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
Index: src/libnd_prefs.c
---- src/libnd_prefs.c.orig 2004-05-11 00:51:37 +0200
-+++ src/libnd_prefs.c 2005-05-06 09:09:20 +0200
+--- src/libnd_prefs.c.orig 2006-01-15 00:44:05 +0100
++++ src/libnd_prefs.c 2006-03-10 13:00:23 +0100
@@ -130,8 +130,8 @@
if (dir[0] != 0)
return dir;
@@ -279,7 +291,7 @@
return dir;
}
-@@ -492,8 +492,8 @@
+@@ -515,8 +515,8 @@
return FALSE;
}
@@ -290,7 +302,7 @@
if (mkdir(dir, mode_755) < 0)
{
-@@ -501,8 +501,8 @@
+@@ -524,8 +524,8 @@
return FALSE;
}
@@ -302,20 +314,19 @@
if (mkdir(dir, mode_755) < 0)
{
Index: tools/Makefile.in
---- tools/Makefile.in.orig 2005-05-04 02:24:38 +0200
-+++ tools/Makefile.in 2005-05-06 09:09:20 +0200
-@@ -116,7 +116,7 @@
- am_lndtool_OBJECTS = lndtool.$(OBJEXT)
- lndtool_OBJECTS = $(am_lndtool_OBJECTS)
- lndtool_DEPENDENCIES =
--lndtool_LDFLAGS =
+--- tools/Makefile.in.orig 2006-01-15 00:47:32 +0100
++++ tools/Makefile.in 2006-03-10 13:00:23 +0100
+@@ -203,6 +203,7 @@
+ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/libltdl @glib_cflags@
@pcapnav_cflags@ -W -Wall ## -DMEMDEBUG
+ lndtool_SOURCES = lndtool.c
+ lndtool_LDADD = -L$(top_builddir)/src/ -lnetdude
+lndtool_LDFLAGS = -static -export-dynamic -export-symbols-regex='.*'
+ all: all-am
- DEFS = @DEFS@
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ .SUFFIXES:
Index: tools/lndtool.c.in
---- tools/lndtool.c.in.orig 2005-03-26 16:37:35 +0100
-+++ tools/lndtool.c.in 2005-05-06 09:09:20 +0200
+--- tools/lndtool.c.in.orig 2005-05-04 19:48:03 +0200
++++ tools/lndtool.c.in 2006-03-10 13:00:23 +0100
@@ -158,7 +158,7 @@
if (strcmp("@PACKAGE_INCLUDE_DIR@", "/usr/include"))
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libnetdude/libnetdude.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 libnetdude.spec
--- openpkg-src/libnetdude/libnetdude.spec 1 Jan 2006 13:15:50 -0000
1.15
+++ openpkg-src/libnetdude/libnetdude.spec 10 Mar 2006 12:05:44 -0000
1.16
@@ -32,8 +32,8 @@
Class: EVAL
Group: Network
License: MIT-style
-Version: 0.7
-Release: 20050615
+Version: 0.8
+Release: 20060310
# list of sources
Source0:
http://osdn.dl.sourceforge.net/netdude/libnetdude-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]