Altivec needs {} for vectors instead of ().
lib/libsleefgnuabi.so is not built on powerpc64.
PR: 239468
Approved by: jmd (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D21216
dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
default). fpc is not working with lld. We will use binutils-ports when
ld.bfd is moved from base if lld not working on future version
of fpc
- Bump PORTREVISION
Release notes at
https://kde.org/announcements/kde-frameworks-5.61.0.php
Thanks to
antoine@ for the exp-runs,
tcberner@ for most of the prep-work,
the Gentoo community for cherry-picking patches
There are a bunch of changes in (implicitly included) headers, which
broke existing KDE Applications builds; that's why there are a whole
bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo
packaging). Those will go away with the next KDE Applications release,
PR: 239777
Submitted by: tcberner
Changelog:
* Many improvements and bugfixes in the LaTeX and HTML export function
* Many updated translations
* Resolved a freeze on autocompletion
* A sidebar that shows the contents of variables
* Simplified the recalculation logic in order to squash the remaining bugs
* Simplified the sync between input and output cells
https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-19.07.0
PR: 239689
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
MFH: 2019Q3
Maintainer reset due to the extended timeout, as per policy.
Take maintainership.
7 ports are bumped.
PR: 239367
Approved by: waitman@waitman.net (maintainer's timeout; ~6months on a PR#235789 for the same port)
This port seems to enable all SSE* CPU features even outside of x86 platforms. Disable that to fix build.
Also add USES=compiler:c++11-lang, the port needs C++11 and add USES=gl.
PR: 238895
Approved by: yuri (maintainer timeout), linimon (mentor)
Differential Revision: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238895
ChangeLog:
https://github.com/CVC4/CVC4/releases/tag/1.7
* New Features:
Proofs:
Support for bit-vector proofs with eager bitblasting
Strings:
Support for str.replaceall operator.
New option --re-elim
SyGuS:
Support for abduction (--sygus-abduct)
* Improvements:
Strings:
Significantly better performance
* Changes:
API change: Expr::iffExpr() is renamed to Expr::eqExpr()
Compiling the language bindings now requires SWIG 3 instead of SWIG 2.
The CVC3 compatibility layer has been removed.
The build system now uses CMake instead of Autotools