pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/libmatheval libmatheval: Note unmaintained status



details:   https://anonhg.NetBSD.org/pkgsrc/rev/710ee040e6cc
branches:  trunk
changeset: 375015:710ee040e6cc
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Mar 05 19:46:02 2022 +0000

description:
libmatheval: Note unmaintained status

Note report to upstream that it doesn't build with guile 2.0 or 2.2.

diffstat:

 math/libmatheval/DESCR    |  2 ++
 math/libmatheval/Makefile |  6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r a4b902c556ae -r 710ee040e6cc math/libmatheval/DESCR
--- a/math/libmatheval/DESCR    Sat Mar 05 19:39:19 2022 +0000
+++ b/math/libmatheval/DESCR    Sat Mar 05 19:46:02 2022 +0000
@@ -5,3 +5,5 @@
 to create a corresponding tree for the function derivative over a
 specified variable, or to write a textual tree representation to a
 specified string. The library exposes C and Fortran 77 interfaces.
+
+This package is unmaintained upstream.
diff -r a4b902c556ae -r 710ee040e6cc math/libmatheval/Makefile
--- a/math/libmatheval/Makefile Sat Mar 05 19:39:19 2022 +0000
+++ b/math/libmatheval/Makefile Sat Mar 05 19:46:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/01/18 23:32:51 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2022/03/05 19:46:02 gdt Exp $
 
 DISTNAME=              libmatheval-1.1.11
 CATEGORIES=            math
@@ -21,6 +21,8 @@
 CONFIGURE_ENV+=                ac_cv_lib_lex="none needed"
 
 # guile 2.0 fails with "matheval.c:33:2: error: #error Neither scm_num2dbl() nor SCM_NUM2DBL available"
-.include "../../lang/guile/buildlink3.mk"
+# guile 2.2 fails
+# Upstream has no bugtracker; reported via bug mailinglist 20220305.
+.include "../../lang/guile20/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index