Mon Dec 12 07:11:06 2011 UTC ()
games/velena: Mask DragonFly-x86_64

DragonFly x86_64 can't build 32-bit binaries.


(marino)
diff -r1.12 -r1.13 pkgsrc/games/velena/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/games/velena/Makefile (expand / switch to unified diff)

--- pkgsrc/games/velena/Makefile 2011/05/28 22:41:43 1.12
+++ pkgsrc/games/velena/Makefile 2011/12/12 07:11:06 1.13
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile,v 1.12 2011/05/28 22:41:43 dholland Exp $ 1# $NetBSD: Makefile,v 1.13 2011/12/12 07:11:06 marino Exp $
2# 2#
3 3
4DISTNAME= veleng10 4DISTNAME= veleng10
5PKGNAME= velena-1.0 5PKGNAME= velena-1.0
6PKGREVISION= 4 6PKGREVISION= 4
7CATEGORIES= games 7CATEGORIES= games
8MASTER_SITES= http://www.ce.unipr.it/~gbe/ 8MASTER_SITES= http://www.ce.unipr.it/~gbe/
9EXTRACT_SUFX= .zip 9EXTRACT_SUFX= .zip
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.ce.unipr.it/~gbe/ 12HOMEPAGE= http://www.ce.unipr.it/~gbe/
13COMMENT= Perfect-play engine for connect four 13COMMENT= Perfect-play engine for connect four
14LICENSE= velena-license 14LICENSE= velena-license
15 15
16RESTRICTED= You must not charge a fee for this software nor for any derived work in which this software is included. 16RESTRICTED= You must not charge a fee for this software nor for any derived work in which this software is included.
17NO_BIN_ON_CDROM= ${RESTRICTED} 17NO_BIN_ON_CDROM= ${RESTRICTED}
18NO_SRC_ON_CDROM= ${RESTRICTED} 18NO_SRC_ON_CDROM= ${RESTRICTED}
19 19
 20NOT_FOR_PLATFORM= DragonFly-*-x86_64 # Can't build 32-bit binaries
20PKG_DESTDIR_SUPPORT= user-destdir 21PKG_DESTDIR_SUPPORT= user-destdir
21 22
22EXTRACT_OPTS_ZIP= -LLaqo 23EXTRACT_OPTS_ZIP= -LLaqo
23WRKSRC= ${WRKDIR} 24WRKSRC= ${WRKDIR}
24MAKE_FILE= makefile 25MAKE_FILE= makefile
25AUTO_MKDIRS= yes 26AUTO_MKDIRS= yes
26 27
27SUBST_CLASSES+= path 28SUBST_CLASSES+= path
28SUBST_STAGE.path= pre-configure 29SUBST_STAGE.path= pre-configure
29SUBST_FILES.path= connect4.h 30SUBST_FILES.path= connect4.h
30SUBST_SED.path= -e 's,"white_ob.cn4","${PREFIX}/share/velena/white_ob.cn4",' 31SUBST_SED.path= -e 's,"white_ob.cn4","${PREFIX}/share/velena/white_ob.cn4",'
31 32
32SUBST_CLASSES+= ansi-c 33SUBST_CLASSES+= ansi-c