View | Details | Raw Unified | Return to bug 96425 | Differences between
and this patch

Collapse All | Expand All

(-)net/netdude/Makefile (-4 / +3 lines)
Lines 7-19 Link Here
7
#
7
#
8
8
9
PORTNAME=	netdude
9
PORTNAME=	netdude
10
PORTVERSION=	0.4.5
10
PORTVERSION=	0.4.6
11
PORTREVISION=	1
12
CATEGORIES=	net
11
CATEGORIES=	net
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
15
14
16
MAINTAINER=	yb@bashibuzuk.net
15
MAINTAINER=	wxs@csh.rit.edu
17
COMMENT=	NETwork DUmp data Displayer and Editor for tcpdump tracefiles
16
COMMENT=	NETwork DUmp data Displayer and Editor for tcpdump tracefiles
18
17
19
LIB_DEPENDS=	netdude.0:${PORTSDIR}/net/libnetdude
18
LIB_DEPENDS=	netdude.0:${PORTSDIR}/net/libnetdude
Lines 27-33 Link Here
27
USE_GMAKE=	yes
26
USE_GMAKE=	yes
28
USE_GNOME=	glib12 gtk12
27
USE_GNOME=	glib12 gtk12
29
INSTALLS_SHLIB=	yes
28
INSTALLS_SHLIB=	yes
30
USE_REINPLACE=	yes
29
USE_LIBTOOL_VER=	15
31
30
32
MAN1=	netdude.1
31
MAN1=	netdude.1
33
32
(-)net/netdude/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (netdude-0.4.5.tar.gz) = b53832fe2bf3772b00e7e0ad9ff50c3c
1
MD5 (netdude-0.4.6.tar.gz) = db4f36c484c57f856a73d5019714b7b0
2
SHA256 (netdude-0.4.5.tar.gz) = 5bf490249f951013ca0efd21a3d8d99a1630c92397bef932492d2c738d88aba4
2
SHA256 (netdude-0.4.6.tar.gz) = 0690316f40bdc837751ae1e8a74f63a3f6c2dafbd12a660ced3eb9606432c142
3
SIZE (netdude-0.4.5.tar.gz) = 1291820
3
SIZE (netdude-0.4.6.tar.gz) = 1159507
(-)net/netdude/files/patch-Makefile.in (-5 / +5 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Wed Feb  4 13:46:55 2004
1
--- Makefile.in.orig	Thu Apr 27 07:47:39 2006
2
+++ Makefile.in	Wed Feb  4 13:47:24 2004
2
+++ Makefile.in	Thu Apr 27 07:47:47 2006
3
@@ -116,7 +116,7 @@
3
@@ -94,7 +94,7 @@
4
 lndtool = @lndtool@
4
 lndtool = @lndtool@
5
 version_major = @version_major@
5
 version_major = @version_major@
6
 version_minor = @version_minor@
6
 version_minor = @version_minor@
7
-SUBDIRS = libltdl src plugins protocols intl po pixmaps doc m4
7
-SUBDIRS = libltdl src plugins protocols pixmaps doc
8
+SUBDIRS = src plugins protocols intl po pixmaps doc m4
8
+SUBDIRS = src plugins protocols pixmaps doc
9
 
9
 
10
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
10
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
11
                        config.h.in config.sub configure install-sh \
11
                        config.h.in config.sub configure install-sh \
(-)net/netdude/files/patch-configure (-12 / +3 lines)
Lines 1-6 Link Here
1
--- configure.orig	Fri Oct 11 23:43:36 2002
1
--- configure.orig	Thu Apr 27 07:48:08 2006
2
+++ configure	Fri Oct 11 23:44:16 2002
2
+++ configure	Thu Apr 27 07:48:23 2006
3
@@ -418,7 +418,7 @@
3
@@ -430,7 +430,7 @@
4
 PACKAGE_BUGREPORT=
4
 PACKAGE_BUGREPORT=
5
 
5
 
6
 ac_unique_file="src/nd.h"
6
 ac_unique_file="src/nd.h"
Lines 9-20 Link Here
9
 # Factoring default headers for most tests.
9
 # Factoring default headers for most tests.
10
 ac_includes_default="\
10
 ac_includes_default="\
11
 #include <stdio.h>
11
 #include <stdio.h>
12
@@ -2634,7 +2634,7 @@
13
 
14
 
15
 
16
-subdirs="$subdirs libltdl"
17
+subdirs="$subdirs"
18
 
19
 
20
 
(-)net/netdude/files/patch-src::Makefile.in (-4 / +4 lines)
Lines 1-6 Link Here
1
--- src/Makefile.in.orig	Sun Jan 25 21:02:59 2004
1
--- src/Makefile.in.orig	Thu Apr 27 09:43:27 2006
2
+++ src/Makefile.in	Sun Jan 25 21:03:36 2004
2
+++ src/Makefile.in	Thu Apr 27 09:43:39 2006
3
@@ -196,8 +196,7 @@
3
@@ -171,8 +171,7 @@
4
 	gtkhex.c gtkhex.h
4
 	gtkhex.c gtkhex.h
5
 
5
 
6
 
6
 
Lines 10-16 Link Here
10
 
10
 
11
 subdir = src
11
 subdir = src
12
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
12
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
13
@@ -218,7 +217,6 @@
13
@@ -193,7 +192,6 @@
14
 	callbacks.$(OBJEXT) interface.$(OBJEXT) support.$(OBJEXT) \
14
 	callbacks.$(OBJEXT) interface.$(OBJEXT) support.$(OBJEXT) \
15
 	gtkhex.$(OBJEXT)
15
 	gtkhex.$(OBJEXT)
16
 netdude_OBJECTS = $(am_netdude_OBJECTS)
16
 netdude_OBJECTS = $(am_netdude_OBJECTS)
(-)net/netdude/pkg-plist (-50 / +54 lines)
Lines 59-64 Link Here
59
%%PORTDOCS%%%%DOCSDIR%%/a5243.html
59
%%PORTDOCS%%%%DOCSDIR%%/a5243.html
60
%%PORTDOCS%%%%DOCSDIR%%/a5244.html
60
%%PORTDOCS%%%%DOCSDIR%%/a5244.html
61
%%PORTDOCS%%%%DOCSDIR%%/a5246.html
61
%%PORTDOCS%%%%DOCSDIR%%/a5246.html
62
%%PORTDOCS%%%%DOCSDIR%%/a5397.html
62
%%PORTDOCS%%%%DOCSDIR%%/api.html
63
%%PORTDOCS%%%%DOCSDIR%%/api.html
63
%%PORTDOCS%%%%DOCSDIR%%/b5232.html
64
%%PORTDOCS%%%%DOCSDIR%%/b5232.html
64
%%PORTDOCS%%%%DOCSDIR%%/b5234.html
65
%%PORTDOCS%%%%DOCSDIR%%/b5234.html
Lines 73-80 Link Here
73
%%PORTDOCS%%%%DOCSDIR%%/b5255.html
74
%%PORTDOCS%%%%DOCSDIR%%/b5255.html
74
%%PORTDOCS%%%%DOCSDIR%%/b5256.html
75
%%PORTDOCS%%%%DOCSDIR%%/b5256.html
75
%%PORTDOCS%%%%DOCSDIR%%/b5258.html
76
%%PORTDOCS%%%%DOCSDIR%%/b5258.html
77
%%PORTDOCS%%%%DOCSDIR%%/b5409.html
76
%%PORTDOCS%%%%DOCSDIR%%/c101.html
78
%%PORTDOCS%%%%DOCSDIR%%/c101.html
77
%%PORTDOCS%%%%DOCSDIR%%/c102.html
79
%%PORTDOCS%%%%DOCSDIR%%/c102.html
80
%%PORTDOCS%%%%DOCSDIR%%/c105.html
78
%%PORTDOCS%%%%DOCSDIR%%/c20.html
81
%%PORTDOCS%%%%DOCSDIR%%/c20.html
79
%%PORTDOCS%%%%DOCSDIR%%/c261.html
82
%%PORTDOCS%%%%DOCSDIR%%/c261.html
80
%%PORTDOCS%%%%DOCSDIR%%/c267.html
83
%%PORTDOCS%%%%DOCSDIR%%/c267.html
Lines 90-99 Link Here
90
%%PORTDOCS%%%%DOCSDIR%%/c314.html
93
%%PORTDOCS%%%%DOCSDIR%%/c314.html
91
%%PORTDOCS%%%%DOCSDIR%%/c317.html
94
%%PORTDOCS%%%%DOCSDIR%%/c317.html
92
%%PORTDOCS%%%%DOCSDIR%%/c448.html
95
%%PORTDOCS%%%%DOCSDIR%%/c448.html
96
%%PORTDOCS%%%%DOCSDIR%%/c455.html
93
%%PORTDOCS%%%%DOCSDIR%%/c61.html
97
%%PORTDOCS%%%%DOCSDIR%%/c61.html
94
%%PORTDOCS%%%%DOCSDIR%%/c67.html
98
%%PORTDOCS%%%%DOCSDIR%%/c67.html
95
%%PORTDOCS%%%%DOCSDIR%%/c69.html
99
%%PORTDOCS%%%%DOCSDIR%%/c69.html
96
%%PORTDOCS%%%%DOCSDIR%%/c70.html
100
%%PORTDOCS%%%%DOCSDIR%%/c70.html
101
%%PORTDOCS%%%%DOCSDIR%%/c71.html
97
%%PORTDOCS%%%%DOCSDIR%%/c89.html
102
%%PORTDOCS%%%%DOCSDIR%%/c89.html
98
%%PORTDOCS%%%%DOCSDIR%%/c93.html
103
%%PORTDOCS%%%%DOCSDIR%%/c93.html
99
%%PORTDOCS%%%%DOCSDIR%%/c95.html
104
%%PORTDOCS%%%%DOCSDIR%%/c95.html
Lines 130-179 Link Here
130
%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace-area-gui.html
135
%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace-area-gui.html
131
%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace-registry.html
136
%%PORTDOCS%%%%DOCSDIR%%/netdude-nd-trace-registry.html
132
%%PORTDOCS%%%%DOCSDIR%%/stylesheet.css
137
%%PORTDOCS%%%%DOCSDIR%%/stylesheet.css
133
share/netdude/0.4/plugins/nd_cksumfix.so
138
%%DATADIR%%/0.4/plugins/nd_cksumfix.so
134
share/netdude/0.4/plugins/nd_cksumfix.la
139
%%DATADIR%%/0.4/plugins/nd_cksumfix.la
135
share/netdude/0.4/plugins/nd_cksumfix.a
140
%%DATADIR%%/0.4/plugins/nd_cksumfix.a
136
share/netdude/0.4/plugins/nd_bpf.so
141
%%DATADIR%%/0.4/plugins/nd_bpf.so
137
share/netdude/0.4/plugins/nd_bpf.la
142
%%DATADIR%%/0.4/plugins/nd_bpf.la
138
share/netdude/0.4/plugins/nd_bpf.a
143
%%DATADIR%%/0.4/plugins/nd_bpf.a
139
share/netdude/0.4/protocols/nd_arp.so
144
%%DATADIR%%/0.4/protocols/nd_arp.so
140
share/netdude/0.4/protocols/nd_arp.la
145
%%DATADIR%%/0.4/protocols/nd_arp.la
141
share/netdude/0.4/protocols/nd_arp.a
146
%%DATADIR%%/0.4/protocols/nd_arp.a
142
share/netdude/0.4/protocols/nd_ethernet.so
147
%%DATADIR%%/0.4/protocols/nd_ethernet.so
143
share/netdude/0.4/protocols/nd_ethernet.la
148
%%DATADIR%%/0.4/protocols/nd_ethernet.la
144
share/netdude/0.4/protocols/nd_ethernet.a
149
%%DATADIR%%/0.4/protocols/nd_ethernet.a
145
share/netdude/0.4/protocols/nd_fddi.so
150
%%DATADIR%%/0.4/protocols/nd_fddi.so
146
share/netdude/0.4/protocols/nd_fddi.la
151
%%DATADIR%%/0.4/protocols/nd_fddi.la
147
share/netdude/0.4/protocols/nd_fddi.a
152
%%DATADIR%%/0.4/protocols/nd_fddi.a
148
share/netdude/0.4/protocols/nd_icmp.so
153
%%DATADIR%%/0.4/protocols/nd_icmp.so
149
share/netdude/0.4/protocols/nd_icmp.la
154
%%DATADIR%%/0.4/protocols/nd_icmp.la
150
share/netdude/0.4/protocols/nd_icmp.a
155
%%DATADIR%%/0.4/protocols/nd_icmp.a
151
share/netdude/0.4/protocols/nd_ip.so
156
%%DATADIR%%/0.4/protocols/nd_ip.so
152
share/netdude/0.4/protocols/nd_ip.la
157
%%DATADIR%%/0.4/protocols/nd_ip.la
153
share/netdude/0.4/protocols/nd_ip.a
158
%%DATADIR%%/0.4/protocols/nd_ip.a
154
share/netdude/0.4/protocols/nd_sll.so
159
%%DATADIR%%/0.4/protocols/nd_sll.so
155
share/netdude/0.4/protocols/nd_sll.la
160
%%DATADIR%%/0.4/protocols/nd_sll.la
156
share/netdude/0.4/protocols/nd_sll.a
161
%%DATADIR%%/0.4/protocols/nd_sll.a
157
share/netdude/0.4/protocols/nd_snap.so
162
%%DATADIR%%/0.4/protocols/nd_snap.so
158
share/netdude/0.4/protocols/nd_snap.la
163
%%DATADIR%%/0.4/protocols/nd_snap.la
159
share/netdude/0.4/protocols/nd_snap.a
164
%%DATADIR%%/0.4/protocols/nd_snap.a
160
share/netdude/0.4/protocols/nd_tcp.so
165
%%DATADIR%%/0.4/protocols/nd_tcp.so
161
share/netdude/0.4/protocols/nd_tcp.la
166
%%DATADIR%%/0.4/protocols/nd_tcp.la
162
share/netdude/0.4/protocols/nd_tcp.a
167
%%DATADIR%%/0.4/protocols/nd_tcp.a
163
share/netdude/0.4/protocols/nd_udp.so
168
%%DATADIR%%/0.4/protocols/nd_udp.so
164
share/netdude/0.4/protocols/nd_udp.la
169
%%DATADIR%%/0.4/protocols/nd_udp.la
165
share/netdude/0.4/protocols/nd_udp.a
170
%%DATADIR%%/0.4/protocols/nd_udp.a
166
share/netdude/0.4/pixmaps/incomplete.xpm
171
%%DATADIR%%/0.4/pixmaps/incomplete.xpm
167
share/netdude/0.4/pixmaps/delete.xpm
172
%%DATADIR%%/0.4/pixmaps/delete.xpm
168
share/netdude/0.4/pixmaps/delete_okay.xpm
173
%%DATADIR%%/0.4/pixmaps/delete_okay.xpm
169
share/netdude/0.4/pixmaps/question.xpm
174
%%DATADIR%%/0.4/pixmaps/question.xpm
170
share/netdude/0.4/pixmaps/exclamation.xpm
175
%%DATADIR%%/0.4/pixmaps/exclamation.xpm
171
share/netdude/0.4/pixmaps/netdude_small.xpm
176
%%DATADIR%%/0.4/pixmaps/netdude_small.xpm
172
share/netdude/0.4/pixmaps/netdude_splash.xpm
177
%%DATADIR%%/0.4/pixmaps/netdude_splash.xpm
173
share/netdude/0.4/pixmaps/apply_to_all.xpm
178
%%DATADIR%%/0.4/pixmaps/apply_to_all.xpm
174
share/netdude/0.4/pixmaps/apply_to_part.xpm
179
%%DATADIR%%/0.4/pixmaps/apply_to_part.xpm
175
share/netdude/0.4/pixmaps/apply_to_sel.xpm
180
%%DATADIR%%/0.4/pixmaps/apply_to_sel.xpm
176
share/netdude/0.4/pixmaps/netdude-icon.png
181
%%DATADIR%%/0.4/pixmaps/netdude-icon.png
177
@dirrm include/netdude/0.4/protocols/fddi
182
@dirrm include/netdude/0.4/protocols/fddi
178
@dirrm include/netdude/0.4/protocols/snap
183
@dirrm include/netdude/0.4/protocols/snap
179
@dirrm include/netdude/0.4/protocols
184
@dirrm include/netdude/0.4/protocols
Lines 181-188 Link Here
181
@dirrm include/netdude
186
@dirrm include/netdude
182
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
187
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
183
%%PORTDOCS%%@dirrm %%DOCSDIR%%
188
%%PORTDOCS%%@dirrm %%DOCSDIR%%
184
@dirrm share/netdude/0.4/plugins
189
@dirrm %%DATADIR%%/0.4/plugins
185
@dirrm share/netdude/0.4/protocols
190
@dirrm %%DATADIR%%/0.4/protocols
186
@dirrm share/netdude/0.4/pixmaps
191
@dirrm %%DATADIR%%/0.4/pixmaps
187
@dirrm share/netdude/0.4
192
@dirrm %%DATADIR%%/0.4
188
@dirrm share/netdude
193
@dirrm %%DATADIR%%
189
-------------------------- END NETDUDE PATCH -----------------------

Return to bug 96425