[Bug 208120] devel/cmake: Strips necessary rpath when installing any GNU compiler from ports

2017-04-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208120

Yuri Victorovich  changed:

   What|Removed |Added

 CC||y...@rawbw.com

--- Comment #28 from Yuri Victorovich  ---
cmake doesn't appear to be the right place for a solution, because the problem
isn't related to cmake. The core of the problem is the presence of two versions
of libgcc in the system. This can't be changed in cmake.

One of the versions needs to be eliminated. Either the base libgcc should be
deleted and some other implementation of the Unwind interface should be
adopted, or fortran's libgcc.so should be deleted, and replaced with statically
linked version if this is at all possible.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-21 Thread Tobias Berner
SVN commit 13930 by tcberner:

Depend on gperf

 M  +1 -1  Makefile  




[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-21 Thread Tobias Berner
SVN commit 13929 by tcberner:

Add debug files.



 AMfiles/patch-src_core_core__module.pro  
 M  +15 -0 pkg-plist  




[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-21 Thread Raphael Kubo da Costa
SVN commit 13928 by rakuco:

qtwebengine: Add a comment explaining why QtWebEngine is horrible to port.

Explain that most of the work is getting Chromium to build, that we are missing
a lot of functionality and that we need to investigate a few other items even
after the port builds fine.



 M  +14 -0 Makefile  




[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-21 Thread Raphael Kubo da Costa
SVN commit 13927 by rakuco:

qtwebengine: Do not indent comments.

Very minor nitpick, do not precede '#'s with tabs.



 M  +3 -3  Makefile