Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2004 00:54:33 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        thomas@cuivre.fr.eu.org
Subject:   ports/64424: Fix port: net/proxy-suite
Message-ID:  <200403181554.i2IFsX4X099229@alph.allbsd.org>
Resent-Message-ID: <200403181600.i2IG0WSX077068@freefall.freebsd.org>

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

>Number:         64424
>Category:       ports
>Synopsis:       Fix port: net/proxy-suite
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 18 08:00:32 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hiroki Sato
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Tokyo University of Science
>Environment:
System: FreeBSD alph.allbsd.org 4.9-STABLE FreeBSD 4.9-STABLE #1: Sun Feb  8 19:26:12 JST 2004     hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH  i386


>Description:
	Remove the BROKEN line in the case of ${OSVERSION} >= 502105.
	When both net/pfvar.h and netinet/ip_nat.h exist, compiling
	com-socket.c fails because of duplication of several variable
	definitions.  With the attached patch the detection of pfvar.h
	will be disabled and fix the build problem. (It should be fixed
	in the original distribution to make the two header files be able
	to coexist with each other, though).

>How-To-Repeat:
	N/A

>Fix:

Index: files/patch-configure.in
===================================================================
RCS file: files/patch-configure.in
diff -N files/patch-configure.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-configure.in	18 Mar 2004 15:42:56 -0000
@@ -0,0 +1,11 @@
+--- configure.in.orig	Fri Mar 19 00:41:20 2004
++++ configure.in	Fri Mar 19 00:41:36 2004
+@@ -204,7 +204,7 @@
+ AC_CHECK_HEADERS(sys/filio.h sys/conf.h paths.h stropts.h)
+ AC_CHECK_HEADERS(sys/sockio.h)
+ 
+-AC_CHECK_HEADERS(net/if.h net/pfvar.h netinet/in_systm.h)
++AC_CHECK_HEADERS(net/if.h netinet/in_systm.h)
+ AC_CHECK_HEADERS(netinet/ip.h netinet/ip_fil.h netinet/ip_nat.h)
+ AC_CHECK_HEADERS(netinet/ip_compat.h netinet/ip_fil_compat.h)
+ 
>Release-Note:
>Audit-Trail:
>Unformatted:



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