games/renpy: unbreak on armv6 and armv7
In file included from ffmedia.c:13:
/usr/include/malloc.h:3:2: error: "<malloc.h> has been replaced by <stdlib.h>"
#error "<malloc.h> has been replaced by <stdlib.h>"
^
Reported by: pkg-fallout
Approved by: ports-secteam blanket
This port requires a C++11-compatible compiler, so add USES=compiler:c++11-lang
to fix build on GCC-based architectures.
While here, add USES=sdl.
PR: 237100
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Fix build on GCC-based architectures by setting -Wno-reserved-user-defined-literal
only for clang.
While here, pet portlint (add 'gl' to USES).
Approved by: portmgr (tier-2 blanket)
Mark BROKEN on i386
In file included from crafty.c:28:
./tbprobe.c:111:9: error: invalid operand for instruction
__asm__("bsfq %1, %0": "=r"(idx):"rm"(b));
Reported by: pkg-fallout
Turn off the -Wno-unused-result flag on GCC-based architectures to
fix the following:
cc1: error: unrecognized command line option "-Wno-unused-result"
Approved by: portmgr (tier-2 blanket)
Mark BROKEN: fails to build
util/gen-luatags.pl
cp rltiles/floor.png dat/tiles/floor.png
cp: rltiles/floor.png: No such file or directory
gmake[1]: *** [Makefile:1665: dat/tiles/floor.png] Error 1
Reported by: pkg-fallout
Conditionalize compiler flags that are specific to clang to fix errors
of the following forms on GCC-based architectures:
cc1plus: error: unrecognized command line option "-Wno-c++11-narrowing"
cc1plus: error: unrecognized command line option "-Wno-reserved-user-defined-literal"
cc1plus: warning: unrecognized command line option '-Wno-error-narrowing'
Approved by: portmgr (tier-2 blanket)
Mark broken on powerpc*:
contrib/profiler/Profiler.h:158:51: error: inconsistent operand constraints in an 'asm'
It may be an easy fix, but it represents as an architectural problem.
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
/usr/local/lib/libboost_filesystem.so: undefined reference to 'std::runtime_error::runtime_error(char const*)@GLIBCXX_3.4.21'
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
Check for working CXX compiler: /usr/bin/c++ -- broken
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: portmgr (tier-2 blanket)
Add compiler:c++0x to USES to fix the following on GCC-based
architectures:
cc1plus: error: unrecognized command line option "-std=c++0x"
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to fix the following build failure on
GCC-based architectures:
configure: error: C++ compiler cannot create executables
Approved by: portmgr (tier-2 blanket)
Add compiler:c++11-lang to USES to avoid the following problem on
GCC-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: portmgr (tier-2 blanket)
Ports for Haskell *libraries* are going to be removed from the ports tree.
Haskell *applications* are going to be statically linked with all dependencies
( https://reviews.freebsd.org/D19730 ), so there is no reason to keep
Haskell libraries in tree.
If you think a port is wrongly marked and should stay, please contact haskell@
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D19244
Unbreak since www/py-qt5-webengine is usable again since r497003.
Also update the patch for aqt/qt.py to load PyQt5.QtWebChannel explicitly.
Otherwise Anki will crash upon invocation.
PR: 233192
Approved by: mentors (implicit)
ld-elf.so.1: /usr/lib/libstdc++.so.6: version CXXABI_1.3.8 required by /wrkdirs/usr/ports/games/stonesoup/work/crawl-0.23.1/crawl-ref/source/rltiles/tool/tilegen.elf not found
PR: 236691
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)