From owner-freebsd-pkg@FreeBSD.ORG Thu May 21 10:21:16 2015 Return-Path: Delivered-To: pkg@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 3C6242FE for ; Thu, 21 May 2015 10:21:16 +0000 (UTC) Received: from smtp.digiware.nl (smtp.digiware.nl [31.223.170.169]) (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 F174A1595 for ; Thu, 21 May 2015 10:21:15 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 3DAB616A403 for ; Thu, 21 May 2015 12:21:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZwZhaf7WJQ1G; Thu, 21 May 2015 12:21:11 +0200 (CEST) Received: from [IPv6:2001:4cb8:3:1:d022:70fb:bdde:a782] (unknown [IPv6:2001:4cb8:3:1:d022:70fb:bdde:a782]) by smtp.digiware.nl (Postfix) with ESMTP id 5EE5316A402 for ; Thu, 21 May 2015 12:21:11 +0200 (CEST) Message-ID: <555DB198.9070809@digiware.nl> Date: Thu, 21 May 2015 12:21:12 +0200 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: pkg@freebsd.org Subject: pkgs want to go to mariadb, customer does not.... Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 10:21:16 -0000 Hoi, In upgrading clamav I run into: pkg: mariadb53-client-5.3.12_6 conflicts with mysql-client-5.1.67 (installs files into the same place). Problematic file: /usr/local/bin/mysql Which I understand since it seems that nowadays the default DB of choice is MariaDB. But since that requires a lot of required testing, I'd rather not upgrade.... Now is there any incantation in pkg, pkg.conf, to tell pkg that I'd like to stay with mysql-client? Thanx, --WjW