Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2008 08:29:43 GMT
From:      "Anton E. Kartashev" <amokk@seb.org.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126676: fix to build ports/securuty/oidentd on freebsd 8
Message-ID:  <200808200829.m7K8ThaO081143@www.freebsd.org>
Resent-Message-ID: <200808200830.m7K8U1oY006932@freefall.freebsd.org>

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

>Number:         126676
>Category:       ports
>Synopsis:       fix to build ports/securuty/oidentd on freebsd 8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 20 08:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Anton E. Kartashev
>Release:        8-current
>Organization:
>Environment:
>Description:
I've added support for fsbd8-current for building security/oidentd, but without nat options. 
>How-To-Repeat:

>Fix:
--- Makefile.orig       2008-08-09 16:59:54.000000000 +0300
+++ Makefile    2008-08-20 11:24:53.000000000 +0300
@@ -17,6 +17,7 @@

 USE_RC_SUBR=   oidentd
 GNU_CONFIGURE= yes
+
 CONFIGURE_TARGET=      --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

 MAN5=          oidentd.conf.5 oidentd_masq.conf.5
@@ -29,17 +30,13 @@

 .include <bsd.port.pre.mk>

-.if ${OSVERSION} >= 800000
-BROKEN=                does not build
-.endif
-
 .if defined(WITHOUT_IPV6)
 CONFIGURE_ARGS+=--disable-ipv6
 .else
 CATEGORIES+=   ipv6
 .endif

-.if defined(WITHOUT_MASQ)
+.if defined(WITHOUT_MASQ) || ${OSVERSION} >= 800000
 CONFIGURE_ARGS+=--disable-masq
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



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