View | Details | Raw Unified | Return to bug 70654
Collapse All | Expand All

(-)net/pfflowd/Makefile (+4 lines)
Lines 24-29 Link Here
24
IGNORE=		"Only for 5.0 and above"
24
IGNORE=		"Only for 5.0 and above"
25
.endif
25
.endif
26
26
27
.if ${OSVERSION} < 502119
28
EXTRA_PATCHES+=	${FILESDIR}/pf34-Makefile
29
.endif
30
27
.if ${OSVERSION} < 502106
31
.if ${OSVERSION} < 502106
28
BUILD_DEPENDS=	${LOCALBASE}/include/pf/net/pfvar.h:${PORTSDIR}/security/pf
32
BUILD_DEPENDS=	${LOCALBASE}/include/pf/net/pfvar.h:${PORTSDIR}/security/pf
29
RUN_DEPENDS=	${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf
33
RUN_DEPENDS=	${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf
(-)net/pfflowd/files/patch-Makefile (-6 / +4 lines)
Lines 1-6 Link Here
1
--- Makefile	Mon Feb 16 16:30:46 2004
1
--- Makefile	Mon Feb 16 16:30:46 2004
2
+++ Makefile	Wed Feb 25 16:39:29 2004
2
+++ Makefile	Thu Aug 19 22:08:28 2004
3
@@ -7,17 +7,17 @@
3
@@ -7,7 +7,7 @@
4
 LIBS=-lpcap -lutil #-lefence
4
 LIBS=-lpcap -lutil #-lefence
5
 LDFLAGS=-g
5
 LDFLAGS=-g
6
 
6
 
Lines 8-17 Link Here
8
+CFLAGS=-g -O -I /usr/local/include/pf
8
+CFLAGS=-g -O -I /usr/local/include/pf
9
 
9
 
10
 # Uncomment this if you are using pfflowd on OpenBSD <=3.4
10
 # Uncomment this if you are using pfflowd on OpenBSD <=3.4
11
-#CFLAGS+=-DOLD_PFSYNC
11
 #CFLAGS+=-DOLD_PFSYNC
12
+CFLAGS+=-DOLD_PFSYNC
12
@@ -16,8 +16,8 @@
13
 
14
 TARGETS=pfflowd
15
 
13
 
16
 all: $(TARGETS)
14
 all: $(TARGETS)
17
 
15
 
(-)net/pfflowd/files/pf34-Makefile (+11 lines)
Line 0 Link Here
1
--- Makefile.orig	Thu Aug 19 22:10:22 2004
2
+++ Makefile	Thu Aug 19 22:10:29 2004
3
@@ -10,7 +10,7 @@
4
 CFLAGS=-g -O -I /usr/local/include/pf
5
 
6
 # Uncomment this if you are using pfflowd on OpenBSD <=3.4
7
-#CFLAGS+=-DOLD_PFSYNC
8
+CFLAGS+=-DOLD_PFSYNC
9
 
10
 TARGETS=pfflowd
11

Return to bug 70654