Update graphics/drm-fbsd11.2-kmod to the latest snapshot. This is a security
update, containing fixes for local privilege escalation and denial of
service bugs, as part of the Intel 2019.2 IPU
MFH: 2019Q4 (implicit, security, drm-drivers blanket)
Security: ecb7fdec-0b82-11ea-874d-0c9d925bbbc0
Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented
in C++ and released under the MIT license. Greatly inspired by OGRE and
Horde3D.
WWW: https://urho3d.github.io/
- Report correct (actual) program version in various places
- Simplify the grammar in the explanation about DIST_SUBDIR
- Wrap USES string a little earlier and put missing `gl' to
USE_GL list as reported by stage Q/A
- repo-copied from r488806
- update based on submission by Trenton Schulz <trueos@norwegianrockcat.com>
PR: 242315
Reported by: Trenton Schulz <trueos@norwegianrockcat.com>
In file included from src/glew.c:43:
include/GL/eglew.h:115: error: redefinition of typedef 'EGLint'
/usr/local/include/EGL/eglplatform.h:158: error: previous declaration of 'EGLint' was here
$ gcc42 -xc -c -
typedef int foo;
typedef int foo;
^D
<stdin>:2: error: redefinition of typedef 'foo'
<stdin>:1: error: previous declaration of 'foo' was here
PR: 242310
Reported by: pkubaj
Base LLVM9 fails to build this port with clang crash (reported on https://bugs.llvm.org/show_bug.cgi?id=43862). The port builds when using LLVM8. Since we depend on LLVM8 anyway, use it also for compilation on elfv2.
Approved by: zeising (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D22274
NEW FEATURES:
General : new RawImport plugin interface to delegate Raw decoding function to extra engine with ImageEditor.
General : new DImg plugin interface to externalize image loaders from core implementation.
General : new HEIC image loader compatible with media generated by Apple devices.
Import : add new option to convert on the fly to HEIC lossless format while downloading.
ImageEditor: add new setting from setup dialog to select right Raw Import plugin.
ImageEditor: add new clone tool to fix artifacts on image.
ImageEditor: add new tool to import RAW image using UFRaw.
ImageEditor: add new tool to import RAW image using RawTherapee.
ImageEditor: add new tool to import RAW image using DarkTable.
BQM : add new tool to convert to HEIC format.
lld on powerpc64 elfv2 can't link this port, add LLD_UNSAFE=yes:
ld: error: relocation refers to a discarded section: .text.__clang_call_terminate
>>> defined in common/CMakeFiles/pcl_common.dir/src/pcl_base.cpp.o
>>> section group signature: __clang_call_terminate
>>> prevailing definition is in common/CMakeFiles/pcl_common.dir/src/point_types.cpp.o
>>> referenced by pcl_base.cpp
>>> common/CMakeFiles/pcl_common.dir/src/pcl_base.cpp.o:(pcl::PCLBase<pcl::PCLPointCloud2>::initCompute())
PR: 241944
Approved by: mentors (implicit approval), yuri (maintainer timeout)
The sed substitution for %%LOCALBASE%% is no longer needed after a patch file was removed in r506495.
PR: 241654
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
Reviewed by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D22456
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
YACReader is a free cross-platform comic reader with support for
multiple comic files and image formats. YACReader comes with
YACReaderLibrary an application for browsing and managing your comic
collections with various smooth transition effects.
https://www.yacreader.com/
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
Disable building of Go example code to avoid adding build dependency on go and
gmake.
PR: 242083
Submitted by: Sebastian Steinmetz <freebsd@sebastiansteinmetz.ch> (maintainer)
Reported by: gja822@narod.ru