These packages must be rebuilt when so much as a bit changes in
lang/sbcl. Without the rebuild, problems such as StumpWM not loading
will occur.
Sponsored by: The FreeBSD Foundation
configure.ac uses the git command if present to populate the VERSION variable.
As a consecuence, this produces a dynamically changing installation directory in
STAGEDIR that breaks the build in some conditions. Note that on a clean
environment (poudriere), this works fine.
This patch comments that portion of configure.ac out since it is of no use
inside the ports tree.
PR: 255683
Reported by: russo@bogodyn.org
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking)
- 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
- adding a new option NOUSERINIT, enabled by default
when enabled, if the chosen lisp implementation is sbcl (the default),
it ensures that sbcl is run ignoring any user init file (~/.sbclrc)
PR: 234853
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Reported by: jszhao@yeah.net
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816