Thu Jan 1 11:10:15 2015 UTC ()
Use BROKEN_ON_PLATFORM for "core dumps".
XXX: this should probably be all LP64PLATFORMS, not just alpha.


(dholland)
diff -r1.24 -r1.25 pkgsrc/math/xlispstat/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/math/xlispstat/Makefile (expand / switch to unified diff)

--- pkgsrc/math/xlispstat/Makefile 2012/09/11 23:04:36 1.24
+++ pkgsrc/math/xlispstat/Makefile 2015/01/01 11:10:15 1.25
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.24 2012/09/11 23:04:36 asau Exp $ 1# $NetBSD: Makefile,v 1.25 2015/01/01 11:10:15 dholland Exp $
2 2
3DISTNAME= xlispstat-3-52-20 3DISTNAME= xlispstat-3-52-20
4PKGNAME= xlispstat-3.52.20 4PKGNAME= xlispstat-3.52.20
5CATEGORIES= math lang 5CATEGORIES= math lang
6MASTER_SITES= http://lib.stat.cmu.edu/xlispstat/Src/3-52/ \ 6MASTER_SITES= http://lib.stat.cmu.edu/xlispstat/Src/3-52/ \
7 ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/ 7 ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.stat.uiowa.edu/~luke/xls/xlsinfo/ 10HOMEPAGE= http://www.stat.uiowa.edu/~luke/xls/xlsinfo/
11COMMENT= Statistics/X11-based LISP interpreter 11COMMENT= Statistics/X11-based LISP interpreter
12 12
13MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_X11BASE= yes 16USE_X11BASE= yes
17 17
18NOT_FOR_PLATFORM= *-*-alpha # core dumps 18BROKEN_ON_PLATFORM= *-*-alpha # core dumps
19 19
20BUILD_TARGET= xlispstat 20BUILD_TARGET= xlispstat
21 21
22.include "../../mk/bsd.prefs.mk" 22.include "../../mk/bsd.prefs.mk"
23 23
24.if ${OPSYS} == "SunOS" 24.if ${OPSYS} == "SunOS"
25MAKE_ENV+= CPPFLAGS= 25MAKE_ENV+= CPPFLAGS=
26.endif 26.endif
27 27
28MAKE_ENV+= DISPLAY= # Prevent 'Rejected connection' 28MAKE_ENV+= DISPLAY= # Prevent 'Rejected connection'
29 29
30BUILDLINK_DEPMETHOD.libXt?= build 30BUILDLINK_DEPMETHOD.libXt?= build
31 31