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

Collapse All | Expand All

(-)net/libnetdude/Makefile (-4 / +5 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	libnetdude
8
PORTNAME=	libnetdude
9
PORTVERSION=	0.6
9
PORTVERSION=	0.8
10
PORTREVISION=	1
11
CATEGORIES=	net
10
CATEGORIES=	net
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	netdude
12
MASTER_SITE_SUBDIR=	netdude
14
13
15
MAINTAINER=	yb@bashibuzuk.net
14
MAINTAINER=	wxs@csh.rit.edu
16
COMMENT=	A library for manipulating libpcap/tcpdump trace files
15
COMMENT=	A library for manipulating libpcap/tcpdump trace files
17
16
18
LIB_DEPENDS=	pcapnav.0:${PORTSDIR}/net/libpcapnav
17
LIB_DEPENDS=	pcapnav.0:${PORTSDIR}/net/libpcapnav
Lines 22-28 Link Here
22
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_ARGS=	--disable-gtk-doc --with-html-dir=${DOCSDIR}
22
CONFIGURE_ARGS=	--disable-gtk-doc --with-html-dir=${DOCSDIR}
24
INSTALLS_SHLIB=	yes
23
INSTALLS_SHLIB=	yes
25
USE_REINPLACE=	yes
24
USE_LIBTOOL_VER=	15
25
26
PLIST_SUB=	PORTVERSION=${PORTVERSION}
26
27
27
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
28
29
(-)net/libnetdude/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libnetdude-0.6.tar.gz) = c6a4e3dd825a483a6e057d5ee17f25b1
1
MD5 (libnetdude-0.8.tar.gz) = e1a0270c5e14375cdafa0f2707e658c0
2
SHA256 (libnetdude-0.6.tar.gz) = fa00ae3e45dbc9186f40a4ffa4a072311a96dc51ec5afa8cbc449f562f578429
2
SHA256 (libnetdude-0.8.tar.gz) = b06502d685604c2fc158171ee5543ebe61d2bf3a19205f8e93f35bedc4c3f888
3
SIZE (libnetdude-0.6.tar.gz) = 931609
3
SIZE (libnetdude-0.8.tar.gz) = 1242627
(-)net/libnetdude/files/patch-protocols_icmp_libnd__icmp.c (-14 lines)
Lines 1-14 Link Here
1
2
$FreeBSD: ports/net/libnetdude/files/patch-protocols_icmp_libnd__icmp.c,v 1.1 2004/08/22 14:19:27 krion Exp $
3
4
--- protocols/icmp/libnd_icmp.c.orig	Sun Aug 22 16:12:53 2004
5
+++ protocols/icmp/libnd_icmp.c	Sun Aug 22 16:13:04 2004
6
@@ -266,7 +266,7 @@
7
 	return ((guchar *) icmphdr + 8 + icmphdr_adv->icmp_hun.ih_rtradv.irt_num_addrs * 8 <= libnd_packet_get_end(packet));
8
       }
9
 
10
-    default:
11
+    default: break;
12
     }
13
 
14
   return FALSE;
(-)net/libnetdude/pkg-plist (-86 / +200 lines)
Lines 1-41 Link Here
1
@comment $FreeBSD: ports/net/libnetdude/pkg-plist,v 1.1 2004/05/04 07:35:47 krion Exp $
1
@comment $FreeBSD: ports/net/libnetdude/pkg-plist,v 1.1 2004/05/04 07:35:47 krion Exp $
2
bin/lndtool
2
bin/lndtool
3
include/libnetdude/0.6/libnd.h
3
include/libnetdude/%%PORTVERSION%%/libnd.h
4
include/libnetdude/0.6/libnd_types.h
4
include/libnetdude/%%PORTVERSION%%/libnd_types.h
5
include/libnetdude/0.6/libnd_debug.h
5
include/libnetdude/%%PORTVERSION%%/libnd_debug.h
6
include/libnetdude/0.6/libnd_macros.h
6
include/libnetdude/%%PORTVERSION%%/libnd_macros.h
7
include/libnetdude/0.6/libnd_filter.h
7
include/libnetdude/%%PORTVERSION%%/libnd_filter.h
8
include/libnetdude/0.6/libnd_filter_factory.h
8
include/libnetdude/%%PORTVERSION%%/libnd_filter_factory.h
9
include/libnetdude/0.6/libnd_filter_registry.h
9
include/libnetdude/%%PORTVERSION%%/libnd_filter_registry.h
10
include/libnetdude/0.6/libnd_globals.h
10
include/libnetdude/%%PORTVERSION%%/libnd_globals.h
11
include/libnetdude/0.6/libnd_init.h
11
include/libnetdude/%%PORTVERSION%%/libnd_init.h
12
include/libnetdude/0.6/libnd_misc.h
12
include/libnetdude/%%PORTVERSION%%/libnd_misc.h
13
include/libnetdude/0.6/libnd_null_protocol.h
13
include/libnetdude/%%PORTVERSION%%/libnd_null_protocol.h
14
include/libnetdude/0.6/libnd_packet.h
14
include/libnetdude/%%PORTVERSION%%/libnd_packet.h
15
include/libnetdude/0.6/libnd_packet_iterator.h
15
include/libnetdude/%%PORTVERSION%%/libnd_packet_iterator.h
16
include/libnetdude/0.6/libnd_packet_recycler.h
16
include/libnetdude/%%PORTVERSION%%/libnd_packet_recycler.h
17
include/libnetdude/0.6/libnd_plugin.h
17
include/libnetdude/%%PORTVERSION%%/libnd_plugin.h
18
include/libnetdude/0.6/libnd_prefs.h
18
include/libnetdude/%%PORTVERSION%%/libnd_prefs.h
19
include/libnetdude/0.6/libnd_protocol.h
19
include/libnetdude/%%PORTVERSION%%/libnd_protocol.h
20
include/libnetdude/0.6/libnd_protocol_inst.h
20
include/libnetdude/%%PORTVERSION%%/libnd_protocol_inst.h
21
include/libnetdude/0.6/libnd_protocol_plugin.h
21
include/libnetdude/%%PORTVERSION%%/libnd_protocol_plugin.h
22
include/libnetdude/0.6/libnd_protocol_registry.h
22
include/libnetdude/%%PORTVERSION%%/libnd_protocol_registry.h
23
include/libnetdude/0.6/libnd_raw_protocol.h
23
include/libnetdude/%%PORTVERSION%%/libnd_raw_protocol.h
24
include/libnetdude/0.6/libnd_registry.h
24
include/libnetdude/%%PORTVERSION%%/libnd_registry.h
25
include/libnetdude/0.6/libnd_tcpdump.h
25
include/libnetdude/%%PORTVERSION%%/libnd_tcpdump.h
26
include/libnetdude/0.6/libnd_timestamp.h
26
include/libnetdude/%%PORTVERSION%%/libnd_timestamp.h
27
include/libnetdude/0.6/libnd_tpm.h
27
include/libnetdude/%%PORTVERSION%%/libnd_tpm.h
28
include/libnetdude/0.6/libnd_tp.h
28
include/libnetdude/%%PORTVERSION%%/libnd_tp.h
29
include/libnetdude/0.6/libnd_trace.h
29
include/libnetdude/%%PORTVERSION%%/libnd_trace.h
30
include/libnetdude/0.6/protocols/fddi/libnd_fddi.h
30
include/libnetdude/%%PORTVERSION%%/protocols/fddi/libnd_fddi.h
31
include/libnetdude/0.6/protocols/icmp/libnd_icmp.h
31
include/libnetdude/%%PORTVERSION%%/protocols/icmp/libnd_icmp.h
32
include/libnetdude/0.6/protocols/ip/libnd_ip.h
32
include/libnetdude/%%PORTVERSION%%/protocols/ip/libnd_ip.h
33
include/libnetdude/0.6/protocols/snap/libnd_snap.h
33
include/libnetdude/%%PORTVERSION%%/protocols/snap/libnd_snap.h
34
include/libnetdude/0.6/protocols/tcp/libnd_tcp.h
34
include/libnetdude/%%PORTVERSION%%/protocols/tcp/libnd_tcp.h
35
include/libnetdude/0.6/protocols/tcp/libnd_tcb.h
35
include/libnetdude/%%PORTVERSION%%/protocols/tcp/libnd_tcb.h
36
include/libnetdude/0.6/protocols/udp/libnd_udp.h
36
include/libnetdude/%%PORTVERSION%%/protocols/udp/libnd_udp.h
37
include/libnetdude/0.6/plugins/libnd_cksumfix.h
37
include/libnetdude/%%PORTVERSION%%/plugins/libnd_cksumfix.h
38
include/libnetdude/0.6/plugins/libnd_bpf.h
38
include/libnetdude/%%PORTVERSION%%/plugins/libnd_bpf.h
39
lib/libnetdude.so.0
39
lib/libnetdude.so.0
40
lib/libnetdude.so
40
lib/libnetdude.so
41
lib/libnetdude.la
41
lib/libnetdude.la
Lines 46-65 Link Here
46
%%PORTDOCS%%%%DOCSDIR%%/images/logo.gif
46
%%PORTDOCS%%%%DOCSDIR%%/images/logo.gif
47
%%PORTDOCS%%%%DOCSDIR%%/images/traceparts1.png
47
%%PORTDOCS%%%%DOCSDIR%%/images/traceparts1.png
48
%%PORTDOCS%%%%DOCSDIR%%/images/traceparts2.png
48
%%PORTDOCS%%%%DOCSDIR%%/images/traceparts2.png
49
%%PORTDOCS%%%%DOCSDIR%%/a7079.html
49
%%PORTDOCS%%%%DOCSDIR%%/a6447.html
50
%%PORTDOCS%%%%DOCSDIR%%/a6454.html
51
%%PORTDOCS%%%%DOCSDIR%%/a6455.html
52
%%PORTDOCS%%%%DOCSDIR%%/a6463.html
53
%%PORTDOCS%%%%DOCSDIR%%/a6474.html
54
%%PORTDOCS%%%%DOCSDIR%%/a6491.html
55
%%PORTDOCS%%%%DOCSDIR%%/a6492.html
56
%%PORTDOCS%%%%DOCSDIR%%/a6493.html
57
%%PORTDOCS%%%%DOCSDIR%%/a6615.html
58
%%PORTDOCS%%%%DOCSDIR%%/a6657.html
59
%%PORTDOCS%%%%DOCSDIR%%/a6670.html
60
%%PORTDOCS%%%%DOCSDIR%%/a6689.html
61
%%PORTDOCS%%%%DOCSDIR%%/a6722.html
62
%%PORTDOCS%%%%DOCSDIR%%/a6861.html
63
%%PORTDOCS%%%%DOCSDIR%%/a6979.html
64
%%PORTDOCS%%%%DOCSDIR%%/a7028.html
65
%%PORTDOCS%%%%DOCSDIR%%/a7061.html
66
%%PORTDOCS%%%%DOCSDIR%%/a7065.html
67
%%PORTDOCS%%%%DOCSDIR%%/a7077.html
50
%%PORTDOCS%%%%DOCSDIR%%/a7083.html
68
%%PORTDOCS%%%%DOCSDIR%%/a7083.html
51
%%PORTDOCS%%%%DOCSDIR%%/a7089.html
69
%%PORTDOCS%%%%DOCSDIR%%/a7084.html
52
%%PORTDOCS%%%%DOCSDIR%%/a7154.html
70
%%PORTDOCS%%%%DOCSDIR%%/a7093.html
71
%%PORTDOCS%%%%DOCSDIR%%/a7096.html
72
%%PORTDOCS%%%%DOCSDIR%%/a7115.html
73
%%PORTDOCS%%%%DOCSDIR%%/a7116.html
74
%%PORTDOCS%%%%DOCSDIR%%/a7118.html
75
%%PORTDOCS%%%%DOCSDIR%%/a7124.html
76
%%PORTDOCS%%%%DOCSDIR%%/a7139.html
77
%%PORTDOCS%%%%DOCSDIR%%/a7148.html
78
%%PORTDOCS%%%%DOCSDIR%%/a7149.html
79
%%PORTDOCS%%%%DOCSDIR%%/a7192.html
80
%%PORTDOCS%%%%DOCSDIR%%/a7226.html
81
%%PORTDOCS%%%%DOCSDIR%%/a7398.html
82
%%PORTDOCS%%%%DOCSDIR%%/a8553.html
83
%%PORTDOCS%%%%DOCSDIR%%/about.html
53
%%PORTDOCS%%%%DOCSDIR%%/api.html
84
%%PORTDOCS%%%%DOCSDIR%%/api.html
85
%%PORTDOCS%%%%DOCSDIR%%/c112.html
86
%%PORTDOCS%%%%DOCSDIR%%/c116.html
87
%%PORTDOCS%%%%DOCSDIR%%/c119.html
88
%%PORTDOCS%%%%DOCSDIR%%/c120.html
89
%%PORTDOCS%%%%DOCSDIR%%/c123.html
90
%%PORTDOCS%%%%DOCSDIR%%/c124.html
91
%%PORTDOCS%%%%DOCSDIR%%/c127.html
92
%%PORTDOCS%%%%DOCSDIR%%/c128.html
93
%%PORTDOCS%%%%DOCSDIR%%/c130.html
94
%%PORTDOCS%%%%DOCSDIR%%/c131.html
95
%%PORTDOCS%%%%DOCSDIR%%/c132.html
96
%%PORTDOCS%%%%DOCSDIR%%/c136.html
97
%%PORTDOCS%%%%DOCSDIR%%/c139.html
98
%%PORTDOCS%%%%DOCSDIR%%/c143.html
99
%%PORTDOCS%%%%DOCSDIR%%/c147.html
100
%%PORTDOCS%%%%DOCSDIR%%/c15.html
101
%%PORTDOCS%%%%DOCSDIR%%/c150.html
102
%%PORTDOCS%%%%DOCSDIR%%/c156.html
103
%%PORTDOCS%%%%DOCSDIR%%/c160.html
104
%%PORTDOCS%%%%DOCSDIR%%/c161.html
105
%%PORTDOCS%%%%DOCSDIR%%/c162.html
106
%%PORTDOCS%%%%DOCSDIR%%/c164.html
107
%%PORTDOCS%%%%DOCSDIR%%/c165.html
108
%%PORTDOCS%%%%DOCSDIR%%/c166.html
109
%%PORTDOCS%%%%DOCSDIR%%/c167.html
110
%%PORTDOCS%%%%DOCSDIR%%/c168.html
111
%%PORTDOCS%%%%DOCSDIR%%/c169.html
112
%%PORTDOCS%%%%DOCSDIR%%/c22.html
54
%%PORTDOCS%%%%DOCSDIR%%/c23.html
113
%%PORTDOCS%%%%DOCSDIR%%/c23.html
114
%%PORTDOCS%%%%DOCSDIR%%/c284.html
115
%%PORTDOCS%%%%DOCSDIR%%/c288.html
116
%%PORTDOCS%%%%DOCSDIR%%/c290.html
117
%%PORTDOCS%%%%DOCSDIR%%/c291.html
118
%%PORTDOCS%%%%DOCSDIR%%/c293.html
119
%%PORTDOCS%%%%DOCSDIR%%/c294.html
120
%%PORTDOCS%%%%DOCSDIR%%/c297.html
121
%%PORTDOCS%%%%DOCSDIR%%/c314.html
122
%%PORTDOCS%%%%DOCSDIR%%/c327.html
123
%%PORTDOCS%%%%DOCSDIR%%/c329.html
124
%%PORTDOCS%%%%DOCSDIR%%/c330.html
125
%%PORTDOCS%%%%DOCSDIR%%/c362.html
126
%%PORTDOCS%%%%DOCSDIR%%/c366.html
127
%%PORTDOCS%%%%DOCSDIR%%/c389.html
55
%%PORTDOCS%%%%DOCSDIR%%/c393.html
128
%%PORTDOCS%%%%DOCSDIR%%/c393.html
129
%%PORTDOCS%%%%DOCSDIR%%/c398.html
56
%%PORTDOCS%%%%DOCSDIR%%/c394.html
130
%%PORTDOCS%%%%DOCSDIR%%/c394.html
131
%%PORTDOCS%%%%DOCSDIR%%/c4.html
132
%%PORTDOCS%%%%DOCSDIR%%/c44.html
133
%%PORTDOCS%%%%DOCSDIR%%/c400.html
134
%%PORTDOCS%%%%DOCSDIR%%/c404.html
135
%%PORTDOCS%%%%DOCSDIR%%/c437.html
136
%%PORTDOCS%%%%DOCSDIR%%/c441.html
137
%%PORTDOCS%%%%DOCSDIR%%/c469.html
57
%%PORTDOCS%%%%DOCSDIR%%/c489.html
138
%%PORTDOCS%%%%DOCSDIR%%/c489.html
58
%%PORTDOCS%%%%DOCSDIR%%/c493.html
139
%%PORTDOCS%%%%DOCSDIR%%/c493.html
59
%%PORTDOCS%%%%DOCSDIR%%/c494.html
140
%%PORTDOCS%%%%DOCSDIR%%/c494.html
141
%%PORTDOCS%%%%DOCSDIR%%/c51.html
142
%%PORTDOCS%%%%DOCSDIR%%/c59.html
143
%%PORTDOCS%%%%DOCSDIR%%/c526.html
144
%%PORTDOCS%%%%DOCSDIR%%/c529.html
145
%%PORTDOCS%%%%DOCSDIR%%/c535.html
146
%%PORTDOCS%%%%DOCSDIR%%/c550.html
60
%%PORTDOCS%%%%DOCSDIR%%/c551.html
147
%%PORTDOCS%%%%DOCSDIR%%/c551.html
148
%%PORTDOCS%%%%DOCSDIR%%/c552.html
149
%%PORTDOCS%%%%DOCSDIR%%/c554.html
150
%%PORTDOCS%%%%DOCSDIR%%/c555.html
151
%%PORTDOCS%%%%DOCSDIR%%/c557.html
152
%%PORTDOCS%%%%DOCSDIR%%/c65.html
61
%%PORTDOCS%%%%DOCSDIR%%/c83.html
153
%%PORTDOCS%%%%DOCSDIR%%/c83.html
62
%%PORTDOCS%%%%DOCSDIR%%/c84.html
154
%%PORTDOCS%%%%DOCSDIR%%/c84.html
155
%%PORTDOCS%%%%DOCSDIR%%/c88.html
63
%%PORTDOCS%%%%DOCSDIR%%/index.html
156
%%PORTDOCS%%%%DOCSDIR%%/index.html
64
%%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-debug.html
157
%%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-debug.html
65
%%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-filter-factory.html
158
%%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-filter-factory.html
Lines 88-139 Link Here
88
%%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd.html
181
%%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd.html
89
%%PORTDOCS%%%%DOCSDIR%%/index.sgml
182
%%PORTDOCS%%%%DOCSDIR%%/index.sgml
90
%%PORTDOCS%%%%DOCSDIR%%/stylesheet.css
183
%%PORTDOCS%%%%DOCSDIR%%/stylesheet.css
91
share/libnetdude/0.6/protocols/libnd_arp.so
184
%%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-gettext.html
92
share/libnetdude/0.6/protocols/libnd_arp.la
185
%%PORTDOCS%%%%DOCSDIR%%/license.html
93
share/libnetdude/0.6/protocols/libnd_arp.a
186
%%PORTDOCS%%%%DOCSDIR%%/libnetdude-libnd-registry.html
94
share/libnetdude/0.6/protocols/libnd_ethernet.so
187
%%PORTDOCS%%%%DOCSDIR%%/x100.html
95
share/libnetdude/0.6/protocols/libnd_ethernet.la
188
%%PORTDOCS%%%%DOCSDIR%%/x101.html
96
share/libnetdude/0.6/protocols/libnd_ethernet.a
189
%%PORTDOCS%%%%DOCSDIR%%/x104.html
97
share/libnetdude/0.6/protocols/libnd_fddi.so
190
%%PORTDOCS%%%%DOCSDIR%%/x107.html
98
share/libnetdude/0.6/protocols/libnd_fddi.la
191
%%PORTDOCS%%%%DOCSDIR%%/x108.html
99
share/libnetdude/0.6/protocols/libnd_fddi.a
192
%%PORTDOCS%%%%DOCSDIR%%/x111.html
100
share/libnetdude/0.6/protocols/libnd_icmp.so
193
%%PORTDOCS%%%%DOCSDIR%%/x114.html
101
share/libnetdude/0.6/protocols/libnd_icmp.la
194
%%PORTDOCS%%%%DOCSDIR%%/x26.html
102
share/libnetdude/0.6/protocols/libnd_icmp.a
195
%%PORTDOCS%%%%DOCSDIR%%/x36.html
103
share/libnetdude/0.6/protocols/libnd_ip.so
196
%%PORTDOCS%%%%DOCSDIR%%/x43.html
104
share/libnetdude/0.6/protocols/libnd_ip.la
197
%%PORTDOCS%%%%DOCSDIR%%/x56.html
105
share/libnetdude/0.6/protocols/libnd_ip.a
198
%%PORTDOCS%%%%DOCSDIR%%/x75.html
106
share/libnetdude/0.6/protocols/libnd_sll.so
199
%%PORTDOCS%%%%DOCSDIR%%/x82.html
107
share/libnetdude/0.6/protocols/libnd_sll.la
200
%%PORTDOCS%%%%DOCSDIR%%/x85.html
108
share/libnetdude/0.6/protocols/libnd_sll.a
201
%%PORTDOCS%%%%DOCSDIR%%/x92.html
109
share/libnetdude/0.6/protocols/libnd_snap.so
202
%%PORTDOCS%%%%DOCSDIR%%/x93.html
110
share/libnetdude/0.6/protocols/libnd_snap.la
203
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_802_11.so
111
share/libnetdude/0.6/protocols/libnd_snap.a
204
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_802_11.la
112
share/libnetdude/0.6/protocols/libnd_tcp.so
205
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_802_11.a
113
share/libnetdude/0.6/protocols/libnd_tcp.la
206
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_arp.so
114
share/libnetdude/0.6/protocols/libnd_tcp.a
207
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_arp.la
115
share/libnetdude/0.6/protocols/libnd_udp.so
208
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_arp.a
116
share/libnetdude/0.6/protocols/libnd_udp.la
209
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ethernet.so
117
share/libnetdude/0.6/protocols/libnd_udp.a
210
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ethernet.la
118
share/libnetdude/0.6/plugins/libnd_cksumfix.so
211
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ethernet.a
119
share/libnetdude/0.6/plugins/libnd_cksumfix.la
212
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_fddi.so
120
share/libnetdude/0.6/plugins/libnd_cksumfix.a
213
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_fddi.la
121
share/libnetdude/0.6/plugins/libnd_bpf.so
214
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_fddi.a
122
share/libnetdude/0.6/plugins/libnd_bpf.la
215
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_icmp.so
123
share/libnetdude/0.6/plugins/libnd_bpf.a
216
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_icmp.la
124
@dirrm include/libnetdude/0.6/protocols/fddi
217
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_icmp.a
125
@dirrm include/libnetdude/0.6/protocols/icmp
218
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ip.so
126
@dirrm include/libnetdude/0.6/protocols/ip
219
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ip.la
127
@dirrm include/libnetdude/0.6/protocols/snap
220
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_ip.a
128
@dirrm include/libnetdude/0.6/protocols/tcp
221
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_sll.so
129
@dirrm include/libnetdude/0.6/protocols/udp
222
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_sll.la
130
@dirrm include/libnetdude/0.6/protocols
223
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_sll.a
131
@dirrm include/libnetdude/0.6/plugins
224
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_snap.so
132
@dirrm include/libnetdude/0.6
225
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_snap.la
226
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_snap.a
227
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_tcp.so
228
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_tcp.la
229
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_tcp.a
230
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_udp.so
231
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_udp.la
232
%%DATADIR%%/%%PORTVERSION%%/protocols/libnd_udp.a
233
%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_cksumfix.so
234
%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_cksumfix.la
235
%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_cksumfix.a
236
%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_bpf.so
237
%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_bpf.la
238
%%DATADIR%%/%%PORTVERSION%%/plugins/libnd_bpf.a
239
@dirrm include/libnetdude/%%PORTVERSION%%/protocols/fddi
240
@dirrm include/libnetdude/%%PORTVERSION%%/protocols/icmp
241
@dirrm include/libnetdude/%%PORTVERSION%%/protocols/ip
242
@dirrm include/libnetdude/%%PORTVERSION%%/protocols/snap
243
@dirrm include/libnetdude/%%PORTVERSION%%/protocols/tcp
244
@dirrm include/libnetdude/%%PORTVERSION%%/protocols/udp
245
@dirrm include/libnetdude/%%PORTVERSION%%/protocols
246
@dirrm include/libnetdude/%%PORTVERSION%%/plugins
247
@dirrm include/libnetdude/%%PORTVERSION%%
133
@dirrm include/libnetdude
248
@dirrm include/libnetdude
134
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
249
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
135
%%PORTDOCS%%@dirrm %%DOCSDIR%%
250
%%PORTDOCS%%@dirrm %%DOCSDIR%%
136
@dirrm share/libnetdude/0.6/plugins
251
@dirrm %%DATADIR%%/%%PORTVERSION%%/plugins
137
@dirrm share/libnetdude/0.6/protocols
252
@dirrm %%DATADIR%%/%%PORTVERSION%%/protocols
138
@dirrm share/libnetdude/0.6
253
@dirrm %%DATADIR%%/%%PORTVERSION%%
139
@dirrm share/libnetdude
254
@dirrm %%DATADIR%%
140
-------------------------- END LIBNETDUDE PATCH --------------------

Return to bug 96425