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
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
State Changed From-To: open->closed Committed, thanks! I just removed patch-af completely.