Bug 92815 - [ PATCH ] net/freeradius doesn't compile on 4.x
Summary: [ PATCH ] net/freeradius doesn't compile on 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: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-04 18:20 UTC by Dan Lukes
Modified: 2006-02-04 19:53 UTC (History)
0 users

See Also:


Attachments
file.diff (1.50 KB, patch)
2006-02-04 18:20 UTC, Dan Lukes
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Lukes 2006-02-04 18:20:02 UTC
	Doesn't compile, marked as BROKEN for ${OSVERSION} < 500000

Fix: It doesn't compile due 
1. lack of several definitions in 4.x includes
2. gcc version 2.95.4 doesn't support -Wno-unused-label

	The patch follows. The added definitions are properly patched to be included on FreeBSD 4.x only.

How-To-Repeat: 	cd /usr/ports/net/freeradius ; make
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2006-02-04 19:39:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it.
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2006-02-04 19:53:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!