Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/maxima math/maxima: ignore shell portability in u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f655cd1c1da
branches:  trunk
changeset: 432626:9f655cd1c1da
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 23 19:02:12 2020 +0000

description:
math/maxima: ignore shell portability in unneeded file

diffstat:

 math/maxima/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ebe9cad2b313 -r 9f655cd1c1da math/maxima/Makefile
--- a/math/maxima/Makefile      Sat May 23 18:11:53 2020 +0000
+++ b/math/maxima/Makefile      Sat May 23 19:02:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/05/21 15:15:56 rillig Exp $
+# $NetBSD: Makefile,v 1.57 2020/05/23 19:02:12 rillig Exp $
 
 DISTNAME=              maxima-5.41.0
 PKGREVISION=           4
@@ -13,6 +13,8 @@
 # Note: lisp backend is depended and setup up for in options.mk
 DEPENDS+=              tk-[0-9]*:../../x11/tk
 
+CHECK_PORTABILITY_SKIP=        doc/info/fix_tab
+
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake makeinfo perl
 



Home | Main Index | Thread Index | Old Index