Bug 64424

Summary: Fix port: net/proxy-suite
Product: Ports & Packages Reporter: Hiroki Sato <hrs>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: thomas
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Hiroki Sato freebsd_committer freebsd_triage 2004-03-18 16:00:32 UTC
	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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-03-23 08:57:01 UTC
State Changed
From-To: open->closed

Committed, thanks!