ports/126676: fix to build ports/securuty/oidentd on freebsd 8

Anton E. Kartashev amokk at seb.org.ua
Wed Aug 20 08:30:02 UTC 2008


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



More information about the freebsd-ports-bugs mailing list