From owner-freebsd-ports@freebsd.org Tue Oct 10 18:52:44 2017 Return-Path: Delivered-To: freebsd-ports@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 3822EE39F6D for ; Tue, 10 Oct 2017 18:52:44 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 276BC67D51 for ; Tue, 10 Oct 2017 18:52:44 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: by mailman.ysv.freebsd.org (Postfix) id 26ABEE39F6B; Tue, 10 Oct 2017 18:52:44 +0000 (UTC) Delivered-To: ports@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 263C2E39F6A for ; Tue, 10 Oct 2017 18:52:44 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from smtp.osorio.me (smtp.osorio.me [5.196.94.126]) by mx1.freebsd.org (Postfix) with ESMTP id EB77D67D50 for ; Tue, 10 Oct 2017 18:52:43 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from [192.168.1.117] (unknown [78.194.61.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id E0A8438618 for ; Tue, 10 Oct 2017 18:52:35 +0000 (UTC) From: Rodrigo Osorio Subject: Files conflicts in ports To: ports@FreeBSD.org Message-ID: Date: Tue, 10 Oct 2017 20:52:35 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 18:52:44 -0000 Dear port maintainers, It appears that a number of ports install files with the same names at the same locations, causing file conflicts and unexpected behaviors for users. To help solving this issue I ran a tool to list per maintainer the conflicting ports with the list of impacted files ; the list is updated every day at 4am UTC. http://pkgtool.osorio.me/conflicts/ I believe most of the conflicts are trivial and can be solved with a proper declaration in the CONFLICTS variable. So take a look at it and don't hesitate to come back to me if you have questions. best regards, - rodrigo