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)
Fix gexiv dependencies in the port.
The port was erroneously depending on graphics/py-exiv2 while in fact it only
needs exiv2 itself (which was always present anyway because py-exiv2 depends on
it). This port builds a Python module that links against exiv2, so clarify the
situation and stop depending on py-exiv2, which is BROKEN and DEPRECATED.
PR: 236806
Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Approved by: ports-secteam (blanket approval)
multimedia/libva: unbreak DRM backend in some cases
$ vainfo
error: XDG_RUNTIME_DIR not set in the environment.
error: can't connect to X server!
vaInitialize failed with error code 1 (operation failed),exit
$ ls -lL /dev/dri
total 0
crw-rw---- 1 root video 0x188 Mar 30 17:28 card0
crw-rw---- 1 root video 0x208 Mar 30 17:28 renderD128
$ echo $((0x208 & 0x80))
0
Reported by: 김종성 (via private mail)
Approved by: ports-secteam blanket
- Make sure man pages are always built correctly. They were
only built if asciidoc happened to be installed and
the output was XML instead of troff.
- Fix build on 13-CURRENT - the build picked up
OpenMP implicitly and didn't link the library to libomp
properly, which broke dependent ports (like graphics/ffmpeg).
- Fix build on releases if OpenMP was already installed.
- Enable building with OpenMP support by default on i386
and amd64.
- Bump revision
PR: 234285
Approved by: portmgr (build fix blanket)
Restore distribution information of World Vector Shoreline (WVS) that
disappeared with revision 494518.
PR: 236302
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>