From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 19:15:26 2014 Return-Path: Delivered-To: freebsd-questions@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 145CB8C7 for ; Fri, 5 Dec 2014 19:15:26 +0000 (UTC) Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "miucha.iecc.com", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 964739D7 for ; Fri, 5 Dec 2014 19:15:25 +0000 (UTC) Received: (qmail 15169 invoked from network); 5 Dec 2014 19:15:21 -0000 Received: from miucha.iecc.com (64.57.183.18) by mail1.iecc.com with QMQP; 5 Dec 2014 19:15:21 -0000 Date: 5 Dec 2014 19:15:01 -0000 Message-ID: <20141205191501.36669.qmail@ary.lan> From: "John Levine" To: freebsd-questions@freebsd.org Subject: Re: switching from ports to pkg -- mailman group mismatch In-Reply-To: <54815D29.9060602@FreeBSD.org> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit Cc: matthew@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: Fri, 05 Dec 2014 19:15:26 -0000 >You're using p5-DBD-mysql from the default pkg repos? That's going to >have the dependency on mysql55-client baked into it -- if you want to >use percona, then in that case you'll need to compile your own. Yes, that's what I said. The problem is that whenever I do pkg upgrade, it tries to replace my version with the default version, and install mysql55 as well. I can deter it by locking the package, but it's a pain. >We do have plans for improving the pkg experience with precompiled >packages in this regard. There are two measures in particular: Looking forward to them. Tnx. R's, John