summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-10-27 17:14:01 +0000
committeragc <agc@pkgsrc.org>1999-10-27 17:14:01 +0000
commit606e5ab825667ae1cc8e3de2d47cefb96cad506c (patch)
treef51aaf90d1e8972aed77ac565f03fb7a22d028aa /games
parent0aaf70604932e93148d871f4f41685169f601339 (diff)
downloadpkgsrc-606e5ab825667ae1cc8e3de2d47cefb96cad506c.tar.gz
Mark packages as broken, where necessary.
Diffstat (limited to 'games')
-rw-r--r--games/pacman/Makefile4
-rw-r--r--games/wormz/Makefile4
-rw-r--r--games/xarchon/Makefile10
3 files changed, 15 insertions, 3 deletions
diff --git a/games/pacman/Makefile b/games/pacman/Makefile
index 3021447d2b8..902b584bf66 100644
--- a/games/pacman/Makefile
+++ b/games/pacman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/07/22 08:56:20 garbled Exp $
+# $NetBSD: Makefile,v 1.3 1999/10/27 17:14:07 agc Exp $
DISTNAME= Pacman-1.0.0
CATEGORIES= games x11
@@ -7,6 +7,8 @@ MASTER_SITES= http://dark.x.dtu.dk/clansoft/clanlib/download/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.clanlib.org/
+BROKEN= Problems with ClanLib instance
+
DEPENDS+= ClanLib-0.1.15:../../graphics/clanlib
USE_X11BASE= yes
diff --git a/games/wormz/Makefile b/games/wormz/Makefile
index 13823ede1e6..6e4d3314d33 100644
--- a/games/wormz/Makefile
+++ b/games/wormz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/01/30 23:18:48 agc Exp $
+# $NetBSD: Makefile,v 1.3 1999/10/27 17:14:07 agc Exp $
#
DISTNAME= Wormz-1.0b5
@@ -9,6 +9,8 @@ MASTER_SITES= http://lide.punknet.cz/miri/
MAINTAINER= root@garbled.net
HOMEPAGE= http://lide.punknet.cz/miri/wormz.html
+BROKEN= Compilation problems
+
WRKSRC= ${WRKDIR}/Wormz
USE_GMAKE= yes
USE_X11BASE= yes
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile
index f85ff298586..2d238340698 100644
--- a/games/xarchon/Makefile
+++ b/games/xarchon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/10/22 23:41:45 tron Exp $
+# $NetBSD: Makefile,v 1.5 1999/10/27 17:14:08 agc Exp $
#
DISTNAME= xarchon-0.42
@@ -9,6 +9,8 @@ MASTER_SITES= http://xarchon.seul.org/ \
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://xarchon.seul.org/
+BROKEN= Compilation problems
+
DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= esound-*:../../audio/esound
@@ -18,4 +20,10 @@ CONFIGURE_ARGS+=--with-xpm-prefix=${X11BASE} \
--with-gtk-prefix=${X11BASE} \
--with-esd-prefix=${LOCALBASE}
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= CC="${CC}"
+.endif
+
.include "../../mk/bsd.pkg.mk"