- Add an ECL option to build maxima using ecl lisp. Option enabled by
default so that Sage can work properly when using packages. [1]
- Add a SAGE option (implies ECL) to apply some patches so that Sage can
work properly. This option is also enabled by default to get working
Sage packages. [1]
- Fix a bug in xmaxima about documentation. This also introduces an
XMAXIMA option (enabled by default) because to have xmaxima working we
need to ensure that DOCS and TEST are enabled, which is done by using
XMAXIMA_IMPLIES. This also has the advantage to remove USES= tk for
users who want to disable XMAXIMA. [2]
- Modify TEST option so that it only installs tests, but it does not run
them any more in the post-build-TEST-on target. Tests can still be run
using "make test".
Submitted by: thierry (based on) [1]
Reported by: thierry [2]
Approved by: thierry, tcberner (co-mentor)
Differential Revision: https://reviews.freebsd.org/D24959
Returning NULL as bool is not ok.
--- globe_gores.lo ---
globe_gores.cpp: In member function 'bool CGlobe_Gores::Add_Gore(int, int)':
globe_gores.cpp:210:16: error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive]
210 | return( NULL );
PR: 246720
Approved by: rhurlin@gwdg.de (maintainer)
Also:
- build the port by patching existing Makefiles instead of copying a new one
from ${FILESDIR} in the hope that this eases maintainance;
- change the SMALLDEG option so that it now applies a patch conditionally
instead of using ${REINPLACE_CMD}.
Approved by: gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D25234
Clang fails to build this port:
src/s_cpow.c:77:16: error: a parameter list without types is only allowed in a function definition
__strong_alias(cpowl, cpow);
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
PORTREVISION is bumped for all of the above, because we will almost
certainly build these differently when the replacements actually start
working.
These were all detected by the below-referenced exp-run [1]. The patch
included forbids many ordinary characters from being escaped, since we'll
later imbue those with special meanings. This has had the nice side effect
of picking up various things that we didn't handle properly, e.g. \t and \r
for tab and carriage return.
PR: 229925 [1]
Approved by: koobs (mentor)
Approved by: portmgr (blanket: trivial build fixes)
MFH: no (invasive risk)
Differential Revision: https://reviews.freebsd.org/D25185
- Bugfixes.
- Workflow improvements.
- Improvements for some computations.
- New feature: computation of refined triangulations, using all input
generators or all lattice points in a polytope or being unimodular.
- Optional packages have been updated to the latest versions.
Approved by: gerald (mentor)
It seems that I forgot to ship this patch in the last review/commit.
Approved by: tcberner (mentor), adridg
Differential Revision: https://reviews.freebsd.org/D25142
2020-06-05 audio/workman: Depends on expired x11-toolkits/xview
2020-05-05 x11-toolkits/xview: 64-bit unsupported
2020-06-05 math/p5-Algorithm-KMeans: Depends on expired math/p5-Math-GSL
2020-05-05 math/p5-Math-GSL: Broken for more than 6 months
2020-06-05 net/openbsc: Depends on expired devel/libosmo-netif
2020-05-05 devel/libosmo-netif: Broken for more than 6 months
2020-06-05 audio/xvmixer: Depends on expired x11-toolkits/xview
2020-06-05 devel/libosmo-sccp: Depends on expired devel/libosmo-netif
2020-06-05 audio/p5-Audio: Depends on expired math/p5-Math-GSL