ports/64424: Fix port: net/proxy-suite

Hiroki Sato hrs at FreeBSD.org
Thu Mar 18 16:00:33 UTC 2004


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



More information about the freebsd-ports-bugs mailing list