summaryrefslogtreecommitdiff
path: root/net/nitpicker/files/patch-ab
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2003-08-23 17:48:56 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2003-08-23 17:48:56 +0000
commit2c675045d96ec150362d2622620babdfdf8158a0 (patch)
treea204af08e27f1e49add7846797cdac16eb209023 /net/nitpicker/files/patch-ab
parentAdd a master site. (diff)
Update nitpicker to new version 1.2.1
Since versioning has changed ( 1.23 -> 1.2.1) set PORTEPOCH to 1. Add/Change patches to respect CFLAGS/PREFIX Submitted by: Mirko Steiner <mirko.steiner@slashdevslashnull.de> Reviewed by: PORTEPOCH adviced by freebsd-ports
Notes
Notes: svn path=/head/; revision=87564
Diffstat (limited to 'net/nitpicker/files/patch-ab')
-rw-r--r--net/nitpicker/files/patch-ab21
1 files changed, 11 insertions, 10 deletions
diff --git a/net/nitpicker/files/patch-ab b/net/nitpicker/files/patch-ab
index 31fe3d52f56f..f91dd794e110 100644
--- a/net/nitpicker/files/patch-ab
+++ b/net/nitpicker/files/patch-ab
@@ -1,10 +1,11 @@
---- tools/parse_flowfile/Makefile.old Thu May 22 23:59:52 2003
-+++ tools/parse_flowfile/Makefile Fri May 23 00:00:16 2003
-@@ -4,4 +4,7 @@
- @cd src; make all;
-
-+install:
-+ @cd src; make install
-+
- clean:
- @cd src; make clean;
+--- 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}