Date: Tue, 7 Jul 2020 15:17:23 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541427 - head/math/maxima Message-ID: <202007071517.067FHNHZ030312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Tue Jul 7 15:17:23 2020 New Revision: 541427 URL: https://svnweb.freebsd.org/changeset/ports/541427 Log: math/maxima: Fix build with SAGE option Fix the build of math/maxima with the SAGE option [1] Add missing man pages to plist PR: 247805 [1] Submitted by: Robert Cina (with modifications) [1] Modified: head/math/maxima/Makefile head/math/maxima/pkg-plist Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Tue Jul 7 15:09:11 2020 (r541426) +++ head/math/maxima/Makefile Tue Jul 7 15:17:23 2020 (r541427) @@ -3,7 +3,7 @@ PORTNAME= maxima PORTVERSION= 5.44.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source @@ -70,6 +70,7 @@ NOUSERINIT_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_ NOUSERINIT_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-OFF-src_maxima.in SAGE_DESC= Build with patches from Sage (implies ECL) +SAGE_BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops SAGE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-share_linearalgebra_matrixexp.lisp \ ${PATCHDIR}/extra-patch-src_grind.lisp \ ${PATCHDIR}/extra-patch-src_hayat.lisp \ Modified: head/math/maxima/pkg-plist ============================================================================== --- head/math/maxima/pkg-plist Tue Jul 7 15:09:11 2020 (r541426) +++ head/math/maxima/pkg-plist Tue Jul 7 15:17:23 2020 (r541427) @@ -6,6 +6,8 @@ lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%BINNAME%% %%CMUCL%%lib/maxima/%%PORTVERSION%%/%%BINDIR%%/lisp libexec/maxima/%%PORTVERSION%%/mgnuplot %%MANPAGES%%man/man1/maxima.1.gz +%%MANPAGES%%man/de/man1/%%BINNAME%%.1.gz +%%MANPAGES%%man/ru/man1/%%BINNAME%%.1.gz share/applications/net.sourceforge.maxima.xmaxima.desktop share/bash-completion/completions/maxima share/bash-completion/completions/rmaxima
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007071517.067FHNHZ030312>