From owner-freebsd-questions@FreeBSD.ORG Thu Jan 29 16:34:49 2015 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 3ED92745 for ; Thu, 29 Jan 2015 16:34:49 +0000 (UTC) Received: from mail.physics.umn.edu (smtp.spa.umn.edu [128.101.220.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BDE4376 for ; Thu, 29 Jan 2015 16:34:48 +0000 (UTC) Received: from c-66-41-25-68.hsd1.mn.comcast.net ([66.41.25.68] helo=[192.168.0.137]) by mail.physics.umn.edu with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1YGrO1-000Mqp-Bp for freebsd-questions@freebsd.org; Thu, 29 Jan 2015 09:52:05 -0600 Message-ID: <54CA5722.5000807@physics.umn.edu> Date: Thu, 29 Jan 2015 09:52:02 -0600 From: Graham Allan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: mysql dependencies, but I have mariadb References: <20150129034311.GB86143@home.parts-unknown.org> In-Reply-To: <20150129034311.GB86143@home.parts-unknown.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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, 29 Jan 2015 16:34:49 -0000 I don't have any definitive answer for you but I *believe* you want to set something like: USE_MYSQL_VER=55m where the "m" signifies to use the mariadb variant... Sorry but that's the extent of my notes on the subject! Graham On 1/28/2015 9:43 PM, David Benfell wrote: > Hi all, > > I'm increasingly running into trouble building ports because they > depend on the original mysql. I use mariadb and everything I see says > this is preferable to mysql. > > Is there a way to tell pkg and the ports to accept mariadb equivalents > of mysql packages? > > Thanks! >