Bug 87024 - [patch] net/xboxproxy does not build on FreeBSD 4.x
Summary: [patch] net/xboxproxy does not build on FreeBSD 4.x
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-07 02:50 UTC by Antony Mawer
Modified: 2005-10-07 18:21 UTC (History)
0 users

See Also:


Attachments
xboxproxy.patch (1.50 KB, patch)
2005-10-07 02:50 UTC, Antony Mawer
no flags Details | Diff
xboxproxy.diff (1.02 KB, patch)
2005-10-07 05:18 UTC, Antony Mawer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antony Mawer 2005-10-07 02:50:16 UTC
	The net/xboxproxy port I recently submitted was marked BROKEN on 4.x
	as it did not build on there. This was due to it requiring the port
	version of libpcap on 4.x, and a code incompatibility with gcc 2.95.

	The attached patch makes the port depend on net/libpcap on 4.x, as
	well as including a patch to allow it to build with gcc 2.95. The
	patch has been submitted back to the author for inclusion in future
	releases.

	I'm not 100% sure that the way I've set it to pickup the port pcap
	library in preference to the base system one is correct; if someone
	could rubber stamp that it would be appreciated!

How-To-Repeat: 	Attempt to build net/xboxproxy on FreeBSD 4.x; observe it is marked
	BROKEN.
Comment 1 Antony Mawer 2005-10-07 04:43:54 UTC
Please disregard the above patch; the author has corrected these issues 
in the the mainstream source. New patch coming up shortly.
Comment 2 Antony Mawer 2005-10-07 05:18:51 UTC
The attached patch upgrades xboxproxy to v2.1, which fixes the C99 
issues and makes configure respect the --with-pcap option. Kudos to 
Jordon Sissel (program author) for integrating these fixes so quickly!
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2005-10-07 08:29:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take it.
Comment 4 Emanuel Haupt freebsd_committer freebsd_triage 2005-10-07 18:21:41 UTC
State Changed
From-To: open->closed

Committed, thanks!