From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 06:55:06 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 402FE4EC for ; Fri, 5 Dec 2014 06:55:06 +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 BB2FAAC8 for ; Fri, 5 Dec 2014 06:55:05 +0000 (UTC) Received: (qmail 14181 invoked from network); 5 Dec 2014 06:55:02 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:in-reply-to:references:mime-version:content-type:user-agent; s=3764.548156c6.k1412; bh=XM73X117k1e6T3OUArWMOBoIw3bTs66TIBVkJ1JKsSM=; b=nwGcg3tr1fUBP+t9ywZ6wb9OOtlYsx2WA1GLeFdcl/AQN9FisPAr3PLXSiWQpi6RovwdPYY99vYLVz1puGwMyaxQTcQXJ2J8HgeygtY/f4YQKdG+kjvwJuQUyCwYhmA93YfZsug+lSVCmpASk5VUtiQfyc0X+dKibqwNZqCfGLp5kR2xSx8+74HLzyjAAP3ZyK5wzZb6tx1a5FdtEhOVi5YRMrCOmSaCXMMWOuPVnKHP2tVO3CdRPmMWXu97NOZt Received: from localhost ([IPv6:2001:470:1f07:1126::78:696d:6170]) by imap.iecc.com ([IPv6:2001:470:1f07:1126::78:696d:6170]) with ESMTPS (TLS1.0/X.509/SHA1) via TCP6; 05 Dec 2014 06:55:02 -0000 Date: 5 Dec 2014 01:55:03 -0500 Message-ID: From: "John R. Levine" To: freebsd-questions@freebsd.org Subject: Re: switching from ports to pkg -- mailman group mismatch In-Reply-To: <5481543E.7040208@bluerosetech.com> References: <20141204214125.33860.qmail@ary.lan> <5480EC4B.5010803@bluerosetech.com> <5481543E.7040208@bluerosetech.com> User-Agent: Alpine 2.11 (OSX 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 06:55:06 -0000 >> wants to install mysql55-client, which would break percona. The >> dependencies in the ports work, so I don't know why pkg gets it wrong. > > Which port is this? I think it's p5-DBD-mysql. The port builds fine with percona, it's only a problemw pkg upgrade. > It's also possible the depending port is specifically asking for mysql 5.5. Not in this case. R's, John