summaryrefslogtreecommitdiff
path: root/net-mgmt/nitpicker/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nitpicker/files')
-rw-r--r--net-mgmt/nitpicker/files/patch-aa20
-rw-r--r--net-mgmt/nitpicker/files/patch-ab11
-rw-r--r--net-mgmt/nitpicker/files/patch-ac10
-rw-r--r--net-mgmt/nitpicker/files/patch-ad20
-rw-r--r--net-mgmt/nitpicker/files/patch-ae9
5 files changed, 0 insertions, 70 deletions
diff --git a/net-mgmt/nitpicker/files/patch-aa b/net-mgmt/nitpicker/files/patch-aa
deleted file mode 100644
index bcec6e517d14..000000000000
--- a/net-mgmt/nitpicker/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/Makefile.orig Sat Jul 5 02:56:12 2003
-+++ src/Makefile Tue Sep 23 09:48:56 2003
-@@ -1,8 +1,8 @@
- TARGET = nitpicker
-
--CC = gcc
-+CC = cc
- INCLUDES = -I../include -I/usr/pkg/include -I..
- LIBS = -lpcap
--CFLAGS = -pg -Wall -g $(INCLUDES) -pthread
-+CFLAGS += $(INCLUDES) -pthread
- PREFIX = /usr/local/
- INCDIR= ${.CURDIR}/../include
-@@ -31,5 +31,5 @@
- install:
- @echo "Your Binaries will be installed into $(PREFIX)/sbin"
-- mkdirhier $(PREFIX)/sbin
-+ mkdir -p $(PREFIX)/sbin
- cp nitpicker $(PREFIX)/sbin
-
diff --git a/net-mgmt/nitpicker/files/patch-ab b/net-mgmt/nitpicker/files/patch-ab
deleted file mode 100644
index f91dd794e110..000000000000
--- a/net-mgmt/nitpicker/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/parse_flowfile/src/Makefile.orig Sat Aug 23 10:41:23 2003
-+++ tools/parse_flowfile/src/Makefile Sat Aug 23 10:42:27 2003
-@@ -3,6 +3,6 @@
- LIBS =
- INCLUDES = -I../include -I../../../include
--CFLAGS = -Wall -g $(INCLUDES)
--CC = g++
-+CFLAGS += $(INCLUDES)
-+CC = c++
- INCDIR= ${.CURDIR}/../include
- .PATH: ${INCDIR}
diff --git a/net-mgmt/nitpicker/files/patch-ac b/net-mgmt/nitpicker/files/patch-ac
deleted file mode 100644
index 13530fd9a5d8..000000000000
--- a/net-mgmt/nitpicker/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- tools/parse_flowfile/src/Makefile.old Fri May 23 00:01:06 2003
-+++ tools/parse_flowfile/src/Makefile Fri May 23 00:01:20 2003
-@@ -16,4 +16,7 @@
- all: $(TARGET) $(OBJS)
-
-+install: $(TARGET) $(OBJS)
-+ cp $(TARGET) $(PREFIX)/bin
-+
- clean:
- rm -f *.o
diff --git a/net-mgmt/nitpicker/files/patch-ad b/net-mgmt/nitpicker/files/patch-ad
deleted file mode 100644
index ffb6df2cebc5..000000000000
--- a/net-mgmt/nitpicker/files/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
---- tools/dumpit/Makefile.orig Fri May 23 10:54:06 2003
-+++ tools/dumpit/Makefile Tue Sep 23 09:49:32 2003
-@@ -1,8 +1,7 @@
- TARGET = dumpit
-
--CC = gcc
-+CC = cc
- INCLUDES = -I../../include -I/usr/pkg/include
--CFLAGS = -Wall -g $(INCLUDES)
--PREFIX = /usr/local
-+CFLAGS += $(INCLUDES)
-
- #CFLAGS += -DDEBUG # Debugging
-@@ -20,5 +19,5 @@
-
- install:
-- mkdirhier $(PREFIX)/bin && cp dumpit $(PREFIX)/bin
-+ mkdir -p $(PREFIX)/bin && cp dumpit $(PREFIX)/bin
-
- $(OBJS): $(HDRS)
diff --git a/net-mgmt/nitpicker/files/patch-ae b/net-mgmt/nitpicker/files/patch-ae
deleted file mode 100644
index 56f591257d21..000000000000
--- a/net-mgmt/nitpicker/files/patch-ae
+++ /dev/null
@@ -1,9 +0,0 @@
---- Makefile.orig Fri May 23 10:48:47 2003
-+++ Makefile Tue Sep 23 10:02:57 2003
-@@ -18,6 +18,2 @@
-
- install:
-- @cd tools/dumpit; make install;
--# @cd tools/parse_flowfile; make install;
-- @cd src; make install;
--