Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2005 13:08:18 +0200
From:      Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88656: [patch] sysutils/ipa cannot be built on FreeBSD >= 6.x
Message-ID:  <20051108110818.GA9490@pm513-1.comsys.ntu-kpi.kiev.ua>
Resent-Message-ID: <200511081110.jA8BAF4l099405@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051108110818.GA9490>