Bug 163525

Summary: 8.2-STABLE buildworld broken due to non-existing MK_INET_SUPPORT
Product: Base System Reporter: Eugene Grosbein <ports>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 8.2-STABLE   
Hardware: Any   
OS: Any   

Description Eugene Grosbein 2011-12-22 09:50:09 UTC
	For 8.2-STABLE, "make MODULES_WITH_WORLD=yes buildworld" fails:

===> sys/modules/netgraph/ipfw (cleandir)
"/usr/local/src/sys/modules/netgraph/ipfw/Makefile", line 10: Malformed conditional (${MK_INET_SUPPORT} ! = "no")
"/usr/local/src/sys/modules/netgraph/ipfw/Makefile", line 18: if-less endif
make: fatal errors encountered -- cannot continue

	This is because MK_INET_SUPPORT was not MFC'd to RELENG_8.

Fix: 

Either perform MFC for MK_INET_SUPPORT to RELENG_8
	or fix sys/modules/netgraph/ipfw/Makefile to not use it.

Eugene Grosbein
How-To-Repeat: 
	See above.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-01-16 01:30:37 UTC
State Changed
From-To: open->feedback

Has this problem been resolved?
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2012-01-17 05:13:26 UTC
State Changed
From-To: feedback->closed

problem has been resolved.