ports/88656: [patch] sysutils/ipa cannot be built on FreeBSD >= 6.x

Andrey Simonenko simon at comsys.ntu-kpi.kiev.ua
Tue Nov 8 11:10:17 UTC 2005


>Number:         88656
>Category:       ports
>Synopsis:       [patch] sysutils/ipa cannot be built on FreeBSD >= 6.x
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 08 11:10:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Simonenko
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
>Environment:
>Description:

Port sysutils/ipa cannot be built on FreeBSD >= 6.x:

1.	IPA does not support IP Filter >= 4.x

2.	IPFW2 in FreeBSD >= 6.x is not defined in <netinet/ip_fw.h>

>How-To-Repeat:
>Fix:
--- Makefile.orig	Wed Oct 19 15:44:10 2005
+++ Makefile	Tue Nov  8 12:57:47 2005
@@ -33,6 +33,16 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} >= 600000
+MAKE_ARGS+=	-DWITHOUT_IPFIL
+WITHOUT_IPFIL=	yes
+.endif
+
+.if ${OSVERSION} >= 600000
+MAKE_ARGS+=	-DIPFW2
+IPFW2=		yes
+.endif
+
 pre-everything::
 	@${ECHO_MSG} "-------------------------------------------------------------------"
 .if !defined(WITHOUT_IPFW)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list