svn commit: r434380 - in head: . Mk accessibility/qt4-accessible astro/xglobe/files audio/qmpdclient cad/klayout/files chinese/qt4-codecs-cn chinese/qt4-codecs-tw comms/hamfax/files comms/qt5-conne...
Torsten Zuehlsdorff
freebsd at toco-domains.de
Mon Feb 20 10:55:42 UTC 2017
On 18.02.2017 20:48, Tobias C. Berner wrote:
> Author: tcberner
> Date: Sat Feb 18 19:48:05 2017
> New Revision: 434380
> URL: https://svnweb.freebsd.org/changeset/ports/434380
>
> Log:
> Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
>
> * Update Qt5 to 5.7.1
> * Move Qt4 binaries to lib/qt4/bin
> * Move Qt5 libraries to lib/qt5/lib
> By moving the libraries we should finally be able to get rid of the inplace
> upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
> were lying in /usr/local/lib, which would often get added by pkgconfig to the
> linker paths via dependencies, the already installed libraries were linked
> against, instead of the ones that were being built. This forced us to make
> sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
> linker flags. With this change this should no longer be the case.
> * Rename some ports to match the rest (foo-qtX -> qtX-foo)
> * Depend on new port misc/qtchooser [see UPDATING & CHANGES]
The new port misc/qtchooser conflics with
textproc/rubygem-github-linguist. When trying to install www/gitlab it
breaks with:
===> Installing for rubygem-github-linguist-5.0.0
===> Checking if rubygem-github-linguist already installed
===> Registering installation for rubygem-github-linguist-5.0.0 as
automatic
Installing rubygem-github-linguist-5.0.0...
pkg-static: rubygem-github-linguist-5.0.0 conflicts with qtchooser-39
(installs files into the same place). Problematic file:
/usr/local/bin/linguist
*** Error code 70
I have no solution right now, but at least a CONFLICT could be a start?
Any ideas?
Greetings,
Torsten
More information about the freebsd-ruby
mailing list