From maurice@vinum.clari.net.au  Wed Aug 23 03:37:49 2006
Return-Path: <maurice@vinum.clari.net.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 64C1816A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Aug 2006 03:37:49 +0000 (UTC)
	(envelope-from maurice@vinum.clari.net.au)
Received: from vinum.clari.net.au (vinum.clari.net.au [203.29.224.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 63E3243D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Aug 2006 03:37:44 +0000 (GMT)
	(envelope-from maurice@vinum.clari.net.au)
Received: from vinum.clari.net.au (localhost [127.0.0.1])
	by vinum.clari.net.au (8.13.6/8.13.1) with ESMTP id k7N3bd5x073131
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Aug 2006 13:37:39 +1000 (EST)
	(envelope-from maurice@vinum.clari.net.au)
Received: (from root@localhost)
	by vinum.clari.net.au (8.13.6/8.13.1/Submit) id k7N3bcAU073130;
	Wed, 23 Aug 2006 13:37:38 +1000 (EST)
	(envelope-from maurice)
Message-Id: <200608230337.k7N3bcAU073130@vinum.clari.net.au>
Date: Wed, 23 Aug 2006 13:37:38 +1000 (EST)
From: Maurice Castro <maurice@vinum.clari.net.au>
Reply-To: Maurice Castro <maurice@vinum.clari.net.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: building flowd on Freebsd 4.11
X-Send-Pr-Version: 3.113
X-GNATS-Notify: janos.mohacsi@bsd.hu

>Number:         102416
>Category:       ports
>Synopsis:       building net-mgmt/flowd on Freebsd 4.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 23 03:40:15 GMT 2006
>Closed-Date:    Wed Sep 20 13:40:50 GMT 2006
>Last-Modified:  Wed Sep 20 13:40:50 GMT 2006
>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@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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Aug 23 04:17:43 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102416 
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: shaun 
Responsible-Changed-When: Mon Sep 4 21:10:51 UTC 2006 
Responsible-Changed-Why:  
4.x fixes make me happy. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102416 
State-Changed-From-To: feedback->closed 
State-Changed-By: shaun 
State-Changed-When: Wed Sep 20 13:31:15 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102416 
>Unformatted:
