pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/fricas Skip checks until better solution found.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88b62e1d7c4a
branches:  trunk
changeset: 568888:88b62e1d7c4a
user:      asau <asau%pkgsrc.org@localhost>
date:      Wed Dec 23 17:17:35 2009 +0000

description:
Skip checks until better solution found.

diffstat:

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

diffs (20 lines):

diff -r bdce1624eb88 -r 88b62e1d7c4a math/fricas/Makefile
--- a/math/fricas/Makefile      Wed Dec 23 14:21:48 2009 +0000
+++ b/math/fricas/Makefile      Wed Dec 23 17:17:35 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/12/15 23:36:28 asau Exp $
+# $NetBSD: Makefile,v 1.10 2009/12/23 17:17:35 asau Exp $
 
 PKGNAME=               fricas-1.0.8
 DISTNAME=              ${PKGNAME_NOREV}-full
@@ -28,7 +28,9 @@
 .include "options.mk"
 
 .if !empty(PKG_OPTIONS:Mclisp)
-INSTALL_UNSTRIPPED=    yes     # don't strip AXIOMsys, it breaks FFI
+# Don't strip, it breaks FFI:
+INSTALL_UNSTRIPPED=    yes
+CHECK_WRKREF_SKIP=     lib/*/hypertex lib/*/viewAlone lib/*/view2D lib/*/view3D lib/*/viewman
 .endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index