OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 21-Sep-2003 12:18:08
Branch: HEAD Handle: 2003092111180602
Modified files:
openpkg-src/netdude netdude.patch netdude.spec
openpkg-web news.txt
Log:
adjust more paths
Summary:
Revision Changes Path
1.2 +55 -14 openpkg-src/netdude/netdude.patch
1.3 +1 -1 openpkg-src/netdude/netdude.spec
1.6673 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/netdude/netdude.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 netdude.patch
--- openpkg-src/netdude/netdude.patch 20 Sep 2003 19:30:18 -0000 1.1
+++ openpkg-src/netdude/netdude.patch 21 Sep 2003 10:18:08 -0000 1.2
@@ -1,6 +1,6 @@
Index: libltdl/ltdl.c
--- libltdl/ltdl.c.orig 2003-09-18 16:36:14.000000000 +0200
-+++ libltdl/ltdl.c 2003-09-20 21:25:40.000000000 +0200
++++ libltdl/ltdl.c 2003-09-21 12:15:24.000000000 +0200
@@ -53,10 +53,6 @@
# include <ctype.h>
#endif
@@ -14,7 +14,7 @@
#endif
Index: src/Makefile.in
--- src/Makefile.in.orig 2003-09-19 23:24:07.000000000 +0200
-+++ src/Makefile.in 2003-09-20 21:27:27.000000000 +0200
++++ src/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -65,7 +65,7 @@
OBJEXT = @OBJEXT@
PATH_SEPARATOR = @PATH_SEPARATOR@
@@ -33,9 +33,50 @@
uninstall-local:
if test -L "$(bindir)/netdude"; then rm -f $(bindir)/netdude; fi
+Index: src/nd_gui.c
+--- src/nd_gui.c.orig 2003-09-18 16:36:09.000000000 +0200
++++ src/nd_gui.c 2003-09-21 12:16:40.000000000 +0200
+@@ -109,7 +109,7 @@
+ gtk_widget_realize(win);
+ incomplete_pmap = gdk_pixmap_create_from_xpm(win->window, &incomplete_mask,
+ &gs->bg[GTK_STATE_NORMAL],
+- PACKAGE_DATA_DIR "/" VERSION_MAJOR
"/pixmaps/incomplete.xpm");
++ PACKAGE_DATA_DIR
"/pixmaps/incomplete.xpm");
+
+ /* Init red and yellow: */
+ for (i = 0; i < 5; i++)
+Index: src/nd_main.c
+--- src/nd_main.c.orig 2003-09-19 18:00:50.000000000 +0200
++++ src/nd_main.c 2003-09-21 12:17:07.000000000 +0200
+@@ -145,14 +145,14 @@
+ }
+ else if (!strcmp(argv[i], "--include-dir"))
+ {
+- printf("%s\n", PACKAGE_INCLUDE_DIR"/netdude/"VERSION_MAJOR);
++ printf("%s\n", PACKAGE_INCLUDE_DIR"/netdude");
+ exit(0);
+ }
+ else if (!strcmp(argv[i], "--cflags"))
+ {
+ printf("%s %s -I%s\n",
+ LIBNETDUDE_CFLAGS, GTK_CFLAGS,
+- PACKAGE_INCLUDE_DIR"/netdude/"VERSION_MAJOR);
++ PACKAGE_INCLUDE_DIR"/netdude");
+ exit(0);
+ }
+ else if (!strcmp(argv[i], "--proto-dir"))
+@@ -400,7 +400,7 @@
+ gtk_set_locale ();
+ gtk_init (&argc, &argv);
+
+- add_pixmap_directory (PACKAGE_DATA_DIR "/" VERSION_MAJOR "/pixmaps");
++ add_pixmap_directory (PACKAGE_DATA_DIR "/pixmaps");
+ add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps");
+
+ /*
Index: plugins/ChecksumFix/Makefile.in
--- plugins/ChecksumFix/Makefile.in.orig 2003-09-19 23:24:57.000000000 +0200
-+++ plugins/ChecksumFix/Makefile.in 2003-09-20 21:25:40.000000000 +0200
++++ plugins/ChecksumFix/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -127,7 +127,7 @@
LDFLAGS = -L$(top_srcdir)/src
INCLUDES = @gtk_cflags@ @LIBNETDUDE_CFLAGS@ -I$(top_srcdir) $(intl_includes)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
@@ -47,7 +88,7 @@
Index: plugins/BPF-Filter/Makefile.in
--- plugins/BPF-Filter/Makefile.in.orig 2003-09-19 23:25:08.000000000 +0200
-+++ plugins/BPF-Filter/Makefile.in 2003-09-20 21:25:40.000000000 +0200
++++ plugins/BPF-Filter/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -127,7 +127,7 @@
LDFLAGS = -L$(top_srcdir)/src
INCLUDES = @gtk_cflags@ @LIBNETDUDE_CFLAGS@ -I$(top_srcdir) $(intl_includes)
-I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
@@ -59,7 +100,7 @@
Index: protocols/arp/Makefile.in
--- protocols/arp/Makefile.in.orig 2003-09-19 23:25:30.000000000 +0200
-+++ protocols/arp/Makefile.in 2003-09-20 21:25:40.000000000 +0200
++++ protocols/arp/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -64,7 +64,7 @@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
@@ -80,7 +121,7 @@
Index: protocols/ether/Makefile.in
--- protocols/ether/Makefile.in.orig 2003-09-19 23:25:36.000000000 +0200
-+++ protocols/ether/Makefile.in 2003-09-20 21:25:40.000000000 +0200
++++ protocols/ether/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -64,7 +64,7 @@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
@@ -101,7 +142,7 @@
Index: protocols/fddi/Makefile.in
--- protocols/fddi/Makefile.in.orig 2003-09-19 23:25:42.000000000 +0200
-+++ protocols/fddi/Makefile.in 2003-09-20 21:25:40.000000000 +0200
++++ protocols/fddi/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -64,7 +64,7 @@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
@@ -122,7 +163,7 @@
Index: protocols/icmp/Makefile.in
--- protocols/icmp/Makefile.in.orig 2003-09-19 23:25:47.000000000 +0200
-+++ protocols/icmp/Makefile.in 2003-09-20 21:25:40.000000000 +0200
++++ protocols/icmp/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -64,7 +64,7 @@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
@@ -143,7 +184,7 @@
Index: protocols/ip/Makefile.in
--- protocols/ip/Makefile.in.orig 2003-09-19 23:25:54.000000000 +0200
-+++ protocols/ip/Makefile.in 2003-09-20 21:25:40.000000000 +0200
++++ protocols/ip/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -64,7 +64,7 @@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
@@ -164,7 +205,7 @@
Index: protocols/linux-sll/Makefile.in
--- protocols/linux-sll/Makefile.in.orig 2003-09-19 23:26:07.000000000 +0200
-+++ protocols/linux-sll/Makefile.in 2003-09-20 21:25:40.000000000 +0200
++++ protocols/linux-sll/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -64,7 +64,7 @@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
@@ -185,7 +226,7 @@
Index: protocols/snap/Makefile.in
--- protocols/snap/Makefile.in.orig 2003-09-19 23:26:12.000000000 +0200
-+++ protocols/snap/Makefile.in 2003-09-20 21:25:40.000000000 +0200
++++ protocols/snap/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -64,7 +64,7 @@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
@@ -206,7 +247,7 @@
Index: protocols/tcp/Makefile.in
--- protocols/tcp/Makefile.in.orig 2003-09-19 23:26:18.000000000 +0200
-+++ protocols/tcp/Makefile.in 2003-09-20 21:25:40.000000000 +0200
++++ protocols/tcp/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -64,7 +64,7 @@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
@@ -227,7 +268,7 @@
Index: protocols/udp/Makefile.in
--- protocols/udp/Makefile.in.orig 2003-09-19 23:26:29.000000000 +0200
-+++ protocols/udp/Makefile.in 2003-09-20 21:25:40.000000000 +0200
++++ protocols/udp/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -64,7 +64,7 @@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
@@ -248,7 +289,7 @@
Index: pixmaps/Makefile.in
--- pixmaps/Makefile.in.orig 2003-09-19 23:26:35.000000000 +0200
-+++ pixmaps/Makefile.in 2003-09-20 21:27:06.000000000 +0200
++++ pixmaps/Makefile.in 2003-09-21 12:15:24.000000000 +0200
@@ -115,7 +115,7 @@
version_major = @version_major@
version_minor = @version_minor@
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/netdude/netdude.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 netdude.spec
--- openpkg-src/netdude/netdude.spec 20 Sep 2003 20:06:15 -0000 1.2
+++ openpkg-src/netdude/netdude.spec 21 Sep 2003 10:18:08 -0000 1.3
@@ -33,7 +33,7 @@
Group: Network
License: MIT-style
Version: 0.4.0
-Release: 20030920
+Release: 20030921
# list of sources
Source0: http://osdn.dl.sourceforge.net/netdude/netdude-%{version}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6672 -r1.6673 news.txt
--- openpkg-web/news.txt 21 Sep 2003 07:24:31 -0000 1.6672
+++ openpkg-web/news.txt 21 Sep 2003 10:18:06 -0000 1.6673
@@ -1,3 +1,4 @@
+21-Sep-2003: Upgraded package: P<netdude-0.4.0-20030921>
21-Sep-2003: Upgraded package: P<pgadmin-0.9.3.20030921-20030921>
21-Sep-2003: Upgraded package: P<ncurses-5.3.20030920-20030921>
21-Sep-2003: Upgraded package: P<adns-1.1-20030921>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]