This new release has support for the latest Boost, Objective-C
and various small improvements. The release notes are at:
https://cmake.org/cmake/help/v3.16/release/3.16.html
Two ports could not be persuaded to build with this new release
(math/openmesh science/fleur) and are marked BROKEN. Other build
fixes have already been done in-tree.
Thanks antoine@ for the exp-runs (multiple).
Thanks tcberner@ for prep-work (most of the work, actually).
PR: 242254
graphics/gstreamer1-plugins-openexr: switch from C++98 to C++11 to
match new OpenEXR headers and unbreak compilation.
Bump PORTREVISION of all ports depending directly on either, based
on assessing INDEX-12 (bump_portrevision.pl -l (shallow) used).
Release Notes:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.4.0
The update was deliberately deferred until after 2020Q1, and should
not be MFH'd back to it.
/etc/make.conf
- Add FPC_LDPATH to freepascal compiler. By default it is defined to
%%LOCALBASE%%/bin/ld.bfd but it can be changed setting FPC_LDPATH environment
variable
- Remove compatX dependencies from bootstrap and compiler. It could fix problems
when GENERIC kernel is not used [1]
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION
PR: 239135
Submitted by: fbsdbugs4 __at__ sentry.org
The upstream bug report is from may 2019, reporting this:
/wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Model/ElasticInteractionGroup.h:55:19: error: no candidate function template was found for dependent friend function template specialization
friend ostream& operator<< <>(ostream&,const CElasticInteractionGroup<T>&);
^
/wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Foundation/vec3.hpp:305:27: note: candidate ignored: not a function template
VEC3_INLINE std::ostream& operator << (std::ostream& ostr,const Vec3& V)
^
/wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Model/ElasticInteraction.h:80:19: note: candidate ignored: not a function template
friend ostream& operator<<(ostream&,const CElasticInteraction&);
This now happens on 12.1 as well.
GeoMet converts GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa.
Extended WKB/WKT are also supported. Conversion functions are exposed through
idiomatic load/loads/dump/dumps interfaces.
GeoMet is intended to cover all common use cases for dealing with 2D, 3D, and 4D
geometries (including 'Z', 'M', and 'ZM').
WWW: https://github.com/geomet/geomet
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil
LLD can't link this port on powerpc64 elfv2:
ld: error: relocation refers to a discarded section: .text._ZN3gum9ExceptionD2Ev
>>> defined in src/CMakeFiles/agrum.dir/agrum/core/approximations/approximationScheme.cpp.o
>>> section group signature: _ZN3gum9ExceptionD2Ev
>>> prevailing definition is in src/CMakeFiles/agrum.dir/agrum/core/approximations/IApproximationSchemeConfiguration.cpp.o
>>> referenced by approximationScheme.cpp
>>> src/CMakeFiles/agrum.dir/agrum/core/approximations/approximationScheme.cpp.o:(gum::OutOfLowerBound::OutOfLowerBound(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >))
PR: 242804
Approved by: yuri (maintainer)
libgoffice 0.10 has been introduced long enough ago 6 years ago, stopping support
for libgoffice 0.8, it is now more than time, to remove libgoffice 0.8 and only
keep 0.10.
Remove the optionnal goffice option for projects not supporting 0.10.
New versions of KDE applications landing in December
The release of new versions for KDE applications is part of KDE’s continued
effort to bring you a complete and up-to-date catalog of fully-featured,
beautiful and useful programs for your system.
Available now are new versions of KDE’s file browser Dolphin; Kdenlive, one of
the most complete open source video editors; the document viewer Okular; KDE’s
image viewer, Gwenview; and all of your other favorite KDE apps and utilities.
All of these applications have been improved, making them faster and more
stable and they boast exciting new features. The new versions of KDE
applications let you be productive and creative, while at the same time making
use of KDE software easy and fun.
We hope you enjoy all the novel features and improvements worked into all of
KDE’s apps!
Announcement: https://kde.org/announcements/releases/2019-12-apps-update/
Needs C++11 compiler after last upgrade:
CMake Error in CMakeLists.txt:
Target "pagmo" requires the language dialect "CXX11" , but CMake does not
know the compile flags to use to enable it.