Bug 64424 - Fix port: net/proxy-suite
Summary: Fix port: net/proxy-suite
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-18 16:00 UTC by Hiroki Sato
Modified: 2004-03-23 08:57 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (730 bytes, patch)
2004-03-18 16:00 UTC, Hiroki Sato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!