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]
This commit is contained in:
parent
99828e87db
commit
2533e1c03e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541427
2 changed files with 4 additions and 1 deletions
|
@ -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_maxima.in
|
|||
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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue