From owner-freebsd-ports@FreeBSD.ORG Tue May 26 18:36:55 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 721A7264 for ; Tue, 26 May 2015 18:36:55 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-ig0-f169.google.com (mail-ig0-f169.google.com [209.85.213.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FFD3FCC for ; Tue, 26 May 2015 18:36:55 +0000 (UTC) (envelope-from timur@bat.ru) Received: by igbsb11 with SMTP id sb11so60519145igb.0 for ; Tue, 26 May 2015 11:36:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=cI5WkffbVIXh/kF69+nG72R8vk1JvoPEuN+d8CV+tcY=; b=SJeKjIUUQgtPV7nOFzDexIxVRYU9msbZCIiZH3Q7OIM7ZmBxpA20zDtO08X6zw6ltf 4oqgt2TgSbizlPvK9XlgQPKn9Dc3EejfZ0wycx5/y6+54/zWN1Jmb2bb4Lj5NsOskaaW hezgVPTkHkj96MBvEbX29y+g4mUWe7gd/q/cNRvZJmTKskgUsWlFjzwzvdgjVzuf+joB 7gJ63ciOupiR7F3ZnRdmKU9mytmO8ngGmpa88hMJTirvq6VetD4qT5azRAB/8ODQ2m76 LCNpYXufrlDhJHMGm1lhm2tR/4oRuYa+IWbhPBevekcmQzQYUFzQxz04IOzZb6mcf+Bv wg6g== X-Gm-Message-State: ALoCoQlirBkzhotzsuLyHlggrAr0M56GL1j8WD03BUV5fCDdZvrqMf3VTi+qrlkHjPep+M8iYRO7 X-Received: by 10.107.131.141 with SMTP id n13mr36803079ioi.74.1432665407994; Tue, 26 May 2015 11:36:47 -0700 (PDT) MIME-Version: 1.0 Sender: timur@bat.ru Received: by 10.107.170.17 with HTTP; Tue, 26 May 2015 11:36:27 -0700 (PDT) In-Reply-To: <5564AF89.8040108@FreeBSD.org> References: <5564AF89.8040108@FreeBSD.org> From: "Timur I. Bakeyev" Date: Tue, 26 May 2015 20:36:27 +0200 X-Google-Sender-Auth: 3bngUovmTtgZg07fHs6FOdY6D60 Message-ID: Subject: Re: pkg install kodi does not like samba To: Andriy Gapon Cc: ports , =?UTF-8?Q?Micka=C3=ABl_Maillot?= Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 18:36:55 -0000 Well, it's all said in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177786. I've added samba36-nmblookup as a courtesy for the xmbc/kodi project while ago so it's not depend on full samba package, but now it's going too far in the request to drop nmblookup from samba36 itself.. The real solution(are we done with GSOC projects for this year already?) would be ability to build multiple packages out of one port, since we already have stagedir. So, only one extra step is required, similar the way it's done in Debian. On Tue, May 26, 2015 at 7:38 PM, Andriy Gapon wrote: > > 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 >