From 7ffe6ada8c0a0dcd886a69eb085ed508290e6115 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 26 Sep 2001 05:49:31 +0000 Subject: 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 . --- net/tcpslice/patches/patch-aa | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 net/tcpslice/patches/patch-aa (limited to 'net/tcpslice/patches') 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 + -- cgit v1.2.3