ports/102416: building flowd on Freebsd 4.11
Maurice Castro
maurice at vinum.clari.net.au
Wed Aug 23 03:40:18 UTC 2006
>Number: 102416
>Category: ports
>Synopsis: building flowd on Freebsd 4.11
>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 23 03:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Maurice Castro
>Release: FreeBSD 4.11-RELEASE i386
>Organization:
Clarinet Internet Solutions
>Environment:
System: FreeBSD vinum.clari.net.au 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Tue May 16 17:07:31 EST 2006 danny at vinum.clari.net.au:/usr/src/sys/compile/VINUM i386
All
>Description:
Suggested change to fix fonfigure bug
>How-To-Repeat:
>Fix:
Substitute the following in the port config file
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
with
.if ${OSVERSION} < 500000
CONFIGURE_ARGS+="ac_cv_sizeof_sa_family_t=1"
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list