From owner-freebsd-ports@FreeBSD.ORG Tue May 26 17:39:26 2015 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21BB555D; Tue, 26 May 2015 17:39:26 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 3A75DEEA; Tue, 26 May 2015 17:39:24 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA04381; Tue, 26 May 2015 20:39:15 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1YxIos-000KO0-Mj; Tue, 26 May 2015 20:39:14 +0300 Message-ID: <5564AF89.8040108@FreeBSD.org> Date: Tue, 26 May 2015 20:38:17 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: ports CC: timur@FreeBSD.org, =?UTF-8?B?TWlja2HDq2wgTWFpbGxvdA==?= Subject: pkg install kodi does not like samba Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2015 17:39:26 -0000 Not sure if this is a problem with multimedia/kodi port or if it is with pkg or both: $ pkg install kodi Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. Updating poudriere repository catalogue... poudriere repository is up-to-date. All repositories are up-to-date. Checking integrity... done (1 conflicting) Checking integrity... done (0 conflicting) The following 13 package(s) will be affected (of 0 checked): Installed packages to be REMOVED: samba36-3.6.25 New packages to be INSTALLED: kodi: 14.2 [FreeBSD] tinyxml: 2.6.2_1 [FreeBSD] samba36-nmblookup: 3.6.25 [FreeBSD] libnfs: 1.3.0_1 [FreeBSD] libcec: 2.2.0 [FreeBSD] libbluray: 0.7.0,1 [FreeBSD] libbdplus: 0.1.2 [FreeBSD] libaacs: 0.8.0 [FreeBSD] libass: 0.12.1 [FreeBSD] sdl2: 2.0.3_4 [FreeBSD] shairplay: 0.9.0.20140422 [FreeBSD] lzo2: 2.09 [FreeBSD] So, pkg wants to replace samba36 with samba36-nmblookup. I think that those packages conflict because samba36 provides a superset of what samba36-nmblookup provides. So, there should be no reason to not just use samba36. Finally, why do we need net/samba-nmblookup at all? Seems like kodi is its only user and it is not a light-weight port already. -- Andriy Gapon