summaryrefslogtreecommitdiff
path: root/net/tcpslice/patches
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-26 05:49:31 +0000
committerjlam <jlam>2001-09-26 05:49:31 +0000
commit7ffe6ada8c0a0dcd886a69eb085ed508290e6115 (patch)
treec59648d6e931c648fb1346c608ce5dd85c6263ee /net/tcpslice/patches
parent71961e267aeb266e2921f2d6ae6b2dd78e70e564 (diff)
downloadpkgsrc-7ffe6ada8c0a0dcd886a69eb085ed508290e6115.tar.gz
net/tcpslice - tool for extracting portions of tcpdump's packet trace files
Tcpslice extract pieces of and/or merge together packet trace files generated using tcpdump's -w flag. Tcpslice uses libpcap, a system-independent interface for user-level packet capture. Provided in pkg/13926 by Stoned Elipot <seb@pbox.org>.
Diffstat (limited to 'net/tcpslice/patches')
-rw-r--r--net/tcpslice/patches/patch-aa26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/tcpslice/patches/patch-aa b/net/tcpslice/patches/patch-aa
new file mode 100644
index 00000000000..e2649bedd1f
--- /dev/null
+++ b/net/tcpslice/patches/patch-aa
@@ -0,0 +1,26 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/09/26 05:49:31 jlam Exp $
+
+--- Makefile.in.orig Sun Sep 10 10:54:27 2000
++++ Makefile.in
+@@ -56,6 +56,9 @@
+
+ INSTALL = @INSTALL@
+
++INSTALL_PROGRAM_DIR = $(BSD_INSTALL_PROGRAM_DIR)
++INSTALL_MAN_DIR = $(BSD_INSTALL_MAN_DIR)
++
+ # Explicitly define compilation rule since SunOS 4's make doesn't like gcc.
+ # Also, gcc does not remove the .o before forking 'as', which can be a
+ # problem if you don't own the file but can write to the directory.
+@@ -97,9 +100,11 @@
+ sed -e 's/.*/char version[] = "&";/' $(srcdir)/VERSION > $@
+
+ install: force
++ -$(INSTALL_PROGRAM_DIR) $(DESTDIR)$(BINDEST)
+ $(INSTALL) -m 555 -o bin -g bin tcpslice $(DESTDIR)$(BINDEST)
+
+ install-man: force
++ $(INSTALL_MAN_DIR) $(DESTDIR)$(MANDEST)/man1
+ $(INSTALL) -m 444 -o bin -g bin $(srcdir)/$(PROG).1 \
+ $(DESTDIR)$(MANDEST)/man1
+