pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/scilab Tends to go into infinite loops on 64bit p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fef2393fb381
branches:  trunk
changeset: 569083:fef2393fb381
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 06 18:24:12 2010 +0000

description:
Tends to go into infinite loops on 64bit platforms as confirmed on
AMD64, SPARC64 and Alpha by various bulk builders.

diffstat:

 math/scilab/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 800870d0ef6e -r fef2393fb381 math/scilab/Makefile
--- a/math/scilab/Makefile      Wed Jan 06 18:22:33 2010 +0000
+++ b/math/scilab/Makefile      Wed Jan 06 18:24:12 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2009/12/03 13:06:55 asau Exp $
+# $NetBSD: Makefile,v 1.81 2010/01/06 18:24:12 joerg Exp $
 #
 
 DISTNAME=      ${SCIBASE}-src
@@ -18,9 +18,7 @@
 # SCIBASE is updated.
 WRKSRC=                ${WRKDIR}/${SCIBASE}
 
-#needs FPC code not found in older versions of NetBSD
-NOT_FOR_PLATFORM=      NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
-                       NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha
+NOT_FOR_PLATFORM+=     ${LP64PLATFORMS}
 
 USE_LANGUAGES=         c fortran
 USE_X11BASE=           yes



Home | Main Index | Thread Index | Old Index