aboutsummaryrefslogtreecommitdiff
path: root/games/xboing
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-19 03:56:43 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-19 03:56:43 +0000
commit319c621608d5b501a050a99baa86936ba75c2ff5 (patch)
treef26df33acfae949883f5165360c2c1903fbe5c99 /games/xboing
parent543543bb0cf7cc031d420fe9e6f71da3a2f6d379 (diff)
downloadports-319c621608d5b501a050a99baa86936ba75c2ff5.tar.gz
ports-319c621608d5b501a050a99baa86936ba75c2ff5.zip
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.
Notes
Notes: svn path=/head/; revision=66678
Diffstat (limited to 'games/xboing')
-rw-r--r--games/xboing/Makefile2
-rw-r--r--games/xboing/files/patch-ab2
-rw-r--r--games/xboing/files/patch-ae11
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"