diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-19 03:56:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-19 03:56:43 +0000 |
commit | 319c621608d5b501a050a99baa86936ba75c2ff5 (patch) | |
tree | f26df33acfae949883f5165360c2c1903fbe5c99 /games/xboing | |
parent | Update to Subversion 0.14.2. (diff) |
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/xboing')
-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 6f597ae9c63d..e84cc182ec4a 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 d84e20dec50a..90acedf57c8a 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 3487c0d7549e..000000000000 --- 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" |