[kde-freebsd] [SVN Commit] area51/PORTS/devel/kdevelop-pg-qt
Raphael Kubo da Costa
rakuco at FreeBSD.org
Wed Nov 6 12:41:47 UTC 2013
SVN commit 9695 by rakuco:
kdevelop-pg-qt: Merge r332984 from ports.
------------------------------------------------------------------------
r332984 | rakuco | 2013-11-06 14:40:11 +0200 (Wed, 06 Nov 2013) | 19 lines
- Support staging. [1]
- Fix a crash while building devel/kdevelop-php on FreeBSD 10 and HEAD by
replacing USE_GCC=yes with USES=compiler:c++11-lib and importing some
upstream commits related to improving clang support.
Curiously enough, we did not have problems building this port with clang
before per se. However, forcing GCC even on systems that use libc++ by
default was causing crashes at runtime (ie. the ones that happened while
building devel/kdevelop-php), probably due to STL mismatch issues.
On the other hand, simply using USES=compiler:c++11-lib is not enough, as
GCC only allows the use of the <unordered_set> header in C++11 mode, so
the upstream patches are also needed.
Bump PORTREVISION due to the change in the build dependencies.
Submitted by: Schaich Alonso <alonsoschaich at fastmail.fm> [1]
------------------------------------------------------------------------
M +2 -3 Makefile
AM files/patch-git_f32988db..5209a043
More information about the kde-freebsd
mailing list