From owner-freebsd-ruby@freebsd.org Mon Feb 20 10:55:42 2017 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBD58CE629B for ; Mon, 20 Feb 2017 10:55:42 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A81211D12 for ; Mon, 20 Feb 2017 10:55:42 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: by mailman.ysv.freebsd.org (Postfix) id A4786CE629A; Mon, 20 Feb 2017 10:55:42 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A22E5CE6299; Mon, 20 Feb 2017 10:55:42 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 631621D11; Mon, 20 Feb 2017 10:55:42 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 2A1361AAF056; Mon, 20 Feb 2017 11:55:32 +0100 (CET) Subject: Re: 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... To: "Tobias C. Berner" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ruby@freebsd.org References: <201702181948.v1IJm54i075646@repo.freebsd.org> From: Torsten Zuehlsdorff Message-ID: <57047751-f394-b9f8-cd2a-062c42280ada@toco-domains.de> Date: Mon, 20 Feb 2017 11:55:31 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <201702181948.v1IJm54i075646@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 10:55:42 -0000 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