Bug 38895

Summary: *MAINTAINER == ports@* soundcard.h fix for games/miscom
Product: Ports & Packages Reporter: Trish Lynch <trish>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Trish Lynch 2002-06-04 16:20:02 UTC
	games/miscom does not compile on -current due to removal of 
	machine/soundcard.h symlink

Fix: apply patch at http://www.bsdunix.net/ports/games-miscom-port.patch

it should be safe enough since it was a symlink to sys/soundcard.h anyway.
How-To-Repeat: 	build games/miscom on recent -current system
Comment 1 Trish Lynch 2002-06-04 16:23:55 UTC
I screwed up the patch order, its at the same URL, but changed to this:

diff -ruN miscom.old/files/patch-af miscom/files/patch-af
--- miscom.old/files/patch-af   Tue Jun  4 10:44:33 2002
+++ miscom/files/patch-af       Tue Jun  4 11:07:48 2002
@@ -4,7 +4,7 @@
  #include <stdlib.h>
  #include <fcntl.h>
  #include <unistd.h>
-+#ifdef __FreeBSD__
++#if __FreeBSD__ <= 4
 +#include <machine/soundcard.h>
 +#else
  #include <sys/soundcard.h>



--
Trish Lynch					trish@bsdunix.net
FreeBSD						The Power to Serve
Ecartis Core Team				trish@listmistress.org
                   http://www.freebsd.org
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2002-06-07 01:12:48 UTC
State Changed
From-To: open->closed

Committed, thanks!  I just removed patch-af completely.