Bug 38895 - *MAINTAINER == ports@* soundcard.h fix for games/miscom
Summary: *MAINTAINER == ports@* soundcard.h fix for games/miscom
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-04 16:20 UTC by Trish Lynch
Modified: 2002-06-07 01:13 UTC (History)
0 users

See Also:


Attachments
file.diff (358 bytes, patch)
2002-06-04 16:20 UTC, Trish Lynch
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.