From owner-freebsd-questions@FreeBSD.ORG Thu Dec 4 23:20:54 2014 Return-Path: Delivered-To: freebsd-questions@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 4BEE1E5C for ; Thu, 4 Dec 2014 23:20:54 +0000 (UTC) Received: from mario.brtsvcs.net (mario.brtsvcs.net [199.48.128.182]) (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 211967F7 for ; Thu, 4 Dec 2014 23:20:53 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:2580:674:21c:c0ff:fe7f:96ee]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mario.brtsvcs.net (Postfix) with ESMTPSA id EE3F92C160E; Thu, 4 Dec 2014 23:20:51 +0000 (UTC) Received: from [IPv6:2601:7:2580:674:baca:3aff:fe83:bd29] (ivy.libssl.so [IPv6:2601:7:2580:674:baca:3aff:fe83:bd29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by chombo.houseloki.net (Postfix) with ESMTPSA id 35D661B54; Thu, 4 Dec 2014 15:20:50 -0800 (PST) Message-ID: <5480EC4B.5010803@bluerosetech.com> Date: Thu, 04 Dec 2014 15:20:43 -0800 From: Darren Pilgrim Reply-To: freebsd-questions@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: John Levine Subject: Re: switching from ports to pkg -- mailman group mismatch References: <20141204214125.33860.qmail@ary.lan> In-Reply-To: <20141204214125.33860.qmail@ary.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 23:20:54 -0000 On 12/4/2014 1:41 PM, John Levine wrote: >> Second, I now find myself in a situation where some software must be >> installed with pkg and some must be installed from ports. If it's just >> mailman, that's one thing. If it becomes a bunch of packages, I have a >> real mess on my hands. > > Yes, we have a mess. If you need a port compiled with other than the > standard options, you can't use the package, and it's a challenge > to keep pkg from stomping your locally compiled versions. What issue are you seeing?