Bug 40949

Summary: port games/doom no longer compiles under -STABLE or -CURRENT
Product: Ports & Packages Reporter: gavin <gavin>
Component: Individual Port(s)Assignee: jmz
Status: Closed FIXED    
Severity: Affects Only Me CC: gavin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description gavin 2002-07-24 11:40:08 UTC
	games/doom no longer compiles under -STABLE or -CURRENT.
It relies on IPPORT_USERRESERVED which was removed from
netinet/in.h version 1.66 (HEAD) and 1.48.2.27 (RELENG_4)
over 3 months ago.

Additionally, under -CURRENT, the removal of machine/soundcard.h
also prevents compilation.

Fix: I have hardcoded the result of the calculation that was based on
IPPORT_USERRESERVED in the below patch. 
The changes to use sys/soundcard.h over machine/soundcard.h is done
unconditionally, as the file has existed in sys/ since 4.0


How-To-Repeat: 	cd /usr/ports/games/doom && make all
Comment 1 jmz freebsd_committer freebsd_triage 2002-07-24 12:31:38 UTC
Responsible Changed
From-To: freebsd-ports->jmz

I am the maintainer.
Comment 2 jmz freebsd_committer freebsd_triage 2002-07-24 13:16:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!