pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/libmatheval
Module Name: pkgsrc
Committed By: gdt
Date: Sat Mar 5 19:46:02 UTC 2022
Modified Files:
pkgsrc/math/libmatheval: DESCR Makefile
Log Message:
libmatheval: Note unmaintained status
Note report to upstream that it doesn't build with guile 2.0 or 2.2.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/math/libmatheval/DESCR
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/libmatheval/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/libmatheval/DESCR
diff -u pkgsrc/math/libmatheval/DESCR:1.1.1.1 pkgsrc/math/libmatheval/DESCR:1.2
--- pkgsrc/math/libmatheval/DESCR:1.1.1.1 Tue Aug 24 12:36:29 2004
+++ pkgsrc/math/libmatheval/DESCR Sat Mar 5 19:46:02 2022
@@ -5,3 +5,5 @@ can be used later to evaluate a function
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.
Index: pkgsrc/math/libmatheval/Makefile
diff -u pkgsrc/math/libmatheval/Makefile:1.23 pkgsrc/math/libmatheval/Makefile:1.24
--- pkgsrc/math/libmatheval/Makefile:1.23 Sat Jan 18 23:32:51 2020
+++ pkgsrc/math/libmatheval/Makefile Sat Mar 5 19:46:02 2022
@@ -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 @@ TEST_TARGET= check
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