diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-19 03:56:43 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-19 03:56:43 +0000 |
commit | b62eea42855d4a3ef84a368759dc4682e37e390f (patch) | |
tree | 89effbbe7fa504a4d84748ff70045ab7cf57b424 /games | |
parent | fc8f64a25a9650e6b861cbfdf8b3c18cd68af679 (diff) | |
download | FreeBSD-ports-b62eea42855d4a3ef84a368759dc4682e37e390f.zip FreeBSD-ports-b62eea42855d4a3ef84a368759dc4682e37e390f.tar.gz |
unbreak port, took maintainership.
removed bogus patch:
patch-ae 1.1 10 days kris Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
apply changes in existing patchfile.
Diffstat (limited to 'games')
-rw-r--r-- | games/xboing/Makefile | 2 | ||||
-rw-r--r-- | games/xboing/files/patch-ab | 2 | ||||
-rw-r--r-- | games/xboing/files/patch-ae | 11 |
3 files changed, 2 insertions, 13 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile index 6f597ae..e84cc18 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.Org +MAINTAINER= dinoex@FreeBSD.Org .if ${MACHINE_ARCH} == "alpha" PLIST= ${PKGDIR}/pkg-plist.alpha diff --git a/games/xboing/files/patch-ab b/games/xboing/files/patch-ab index d84e20d..90acedf 100644 --- a/games/xboing/files/patch-ab +++ b/games/xboing/files/patch-ab @@ -13,7 +13,7 @@ #include <unistd.h> #include <stdio.h> #include <fcntl.h> -! #include <machine/soundcard.h> +! #include <sys/soundcard.h> #include "include/error.h" #include "include/audio.h" diff --git a/games/xboing/files/patch-ae b/games/xboing/files/patch-ae deleted file mode 100644 index 3487c0d7..0000000 --- a/games/xboing/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- audio.c.orig Sun Sep 8 01:47:55 2002 -+++ audio.c Sun Sep 8 01:48:02 2002 -@@ -55,7 +55,7 @@ - #include <unistd.h> - #include <stdio.h> - #include <fcntl.h> --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - - #include "include/error.h" - #include "include/audio.h" |