misc/vxl: Fix build on i386
On i386 architectures projects that need SSE2 have to explicitly enable it using -msse2.
Also fix WWW.
Approved by: ports-secteam (fluffy)
misc/openmvg: Fix build by adding liblz4
For some reason lz4 symbols were missing during build.
Reported by: fallout
Approved by: ports-secteam (fluffy)
misc/glow: Fix build on 13
Add the workaround for a bug in Glow that it uses the default C++ compiler when the supplied LLVM version is different.
Reported by: fallout
Approved by: ports-secteam (fluffy)
misc/mnn: Fix build on 13 by unbundling Flatbuffers
The bundled Flatbuffers was failing to build on 13 for some reason.
Reported by: fallout
Approved by: ports-secteam (joneum)
graphics/ilmbase, graphics/openexr: security update to v2.5.3
ChangeLog:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.3
"Patch release with various bug/security fixes and build/install fixes, plus a performance optimization:
* Various sanitizer/fuzz-identified issues related to handling of invalid input
* Fixes to misc compiler warnings [...]
* Read performance optimization (#782)
* Fix for building on non-glibc (#798)
* Fixes to tests"
The full name of shared libraries changed from *.25.0.1 to *.25.0.2
=> PORTREVISION bumps for all ports that use either ilmbase or openexr
coming up in separate commit to ease MFH.
All test builds of direct users succeeded on 12.1 amd64.
Bump PORTREVISION of all ports using ilmbase or openexr.
Security: b1d6b383-dd51-11ea-a688-7b12871ef3ad
Approved by: ports-secteam@ (joneum@)
misc/nn-insight: fix build with GCC and on head
Add missing includes. This fixes build on stable/12 for powerpc64 (with GCC) and on head with powerpc64. Looking at https://www.freshports.org/misc/nn-insight/, it seems currently doesn't build even on head/amd64, so those includes should fix it.
The original error that made me look into it was:
/wrkdirs/usr/ports/misc/nn-insight/work/nn-insight-1.0.5/tensor.h:18:75: error: 'std::shared_ptr' has not been declared
18 | bool readTensorDataAsJson(const char *fileName, const TensorShape &shape, std::shared_ptr<const float> &tensorData);
| ^~~
Approved by: portmgr (fix build blanket)
misc/xiphos: fix build on GCC architectures
Use C11 compiler:
/usr/local/include/unicode/localpointer.h:224: error: expected ';' before 'noexcept'
Also required is bumping GCC for misc/biblesync because of libstdc++ ABI error.
Approved by: portmgr (fix build blanket)
Switch to the 2.0 API for locationforecast.
PR: 247644
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by: ports-secteam (joneum)
- While I'm here, add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
(devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb renaming)
PR: 246546
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 40 days)
e2fsprogs's misc/blkid utility would expect a /proc/partitions file
in a Linux-specific format. Add code to read the kern.geom.conftxt
sysctl(3) value instead, and adjust parser.
While here, patch /etc/blkid.tab location to ${ETCDIR}.
Reported by: Adam Dobrawy (private mail)
Tip to: bapt@ (for the pointer to kern.geom.conftxt)
June 06, 2020. KDE today announces the release of KDE Frameworks 5.71.0.
KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Announcement:
https://kde.org/announcements/kde-frameworks-5.71.0
Exp-run by: antoine
PR: 247240
All components but:
caja
atril
marco
Have been upgraded to 1.24
The above 3 other components depends on a newer version of glib
so they will be upgraded later