gamerenderer.cpp:81:30: error: non-constant-expression cannot be narrowed from type 'double' to 'GLfloat' (aka 'float') in initializer list [-Wc++11-narrowing]
GLfloat specular_color[] = {3.0*lightCol.x, 3.0*lightCol.y, 3.0*lightCol.z, 1.0};
^~~~~~~~~~~~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/ultimatestunts-0.7.7.1_4.log
- Fix bad absolute symlink
- Mark as LLD_UNSAFE because of audio/openal-soft dependency [1]
PR: 226980 [1]
common/d_dehacked.cpp:883:16: error: non-constant-expression cannot be narrowed from type 'uintptr_t' (aka 'unsigned int') to 'ptrdiff_t' (aka 'int') in initializer list [-Wc++11-narrowing]
{ "ID #", myoffsetof(mobjinfo_t,doomednum) },
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p475044_s336572/logs/odamex-0.7.0_2.log
- While here add missing libpng dependency so that it doesn't use its own
bundled version
./load.h:109:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
sprintf(path, "%s"DIR_SEP"%s", directory, filename);
^
./load.h:95:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
directory = LIBDIR;
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/maelstrom-3.0.6_13.log
- While here fix some bad implicit declaration warnings
clients2c.cpp:259:45: error: non-constant-expression cannot be narrowed from type
'short' to 'float' in initializer list [-Wc++11-narrowing]
vec v = { ents[i].x, ents[i].y, ents[i].z };
^~~~~~~~~
clients2c.cpp:352:20: warning: ISO C++11 does not allow conversion from string
literal to 'char *' [-Wwritable-strings]
neterr("type");
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/cube-2005.08.29_17.log
- Add missing GL dependency
deduce he had lang/gcc48 installed and reproduce the build error
in a poudriere jail:
/usr/local/lib/gcc48/libstdc++.so.6: version CXXABI_1.3.9 required by /usr/local/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc not found
He also reported that the binaries from the FreeBSD built package
produced this error.
The fix is explicitly set LD_RUN_PATH to the gcc lib directory.
Reported by: danny@cs.huji.ac.il
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D16477
lang/ruby23 is already fixed same way, port it to newer releases
By the way, this unbreak ninja builds with any port relied on libruby.so
PR: 229898
Submitted by: fluffy
Reviewed by: ruby (miwi)
Approved by: ruby (miwi)
Exp-run by: antoine
MFH: 2018Q3
Differential Revision: D16341
This is a major version update that switches from using PyQt4 and Python 2.7
to PyQt5 and Python 3.5+
Update audio/picard-plugins to 20180707 snapshot from the 2.0 branch
Side-by-side comparison of the old and new distfiles shows that
upstream have apparently rerolled the distfile, with changes to the
content. However these changes are innocuous and consist of updating
some autoconf related files changing an embedded version string from
7.5devel to 7.5.0
Affected files:
% diff -qr pg_citus.{orig,newest}
Files pg_citus.orig/citus-7.5.0/configure and pg_citus.newest/citus-7.5.0/configure differ
Files pg_citus.orig/citus-7.5.0/configure.in and pg_citus.newest/citus-7.5.0/configure.in differ
Files pg_citus.orig/citus-7.5.0/src/test/regress/expected/multi_extension.out and pg_citus.newest/citus-7.5.0/src/test/regress/expected/multi_extension.out differ
Reported by: olgeni, pkg-fallout