svn commit: r541427 - head/math/maxima

Niclas Zeising zeising at FreeBSD.org
Tue Jul 7 15:17:24 UTC 2020


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


More information about the svn-ports-all mailing list