From owner-cvs-all@FreeBSD.ORG Fri Jan 13 04:28:41 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A465106564A; Fri, 13 Jan 2012 04:28:41 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2813F8FC13; Fri, 13 Jan 2012 04:28:40 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id D835A56173; Thu, 12 Jan 2012 22:28:39 -0600 (CST) Date: Thu, 12 Jan 2012 22:28:39 -0600 From: Mark Linimon To: Doug Barton Message-ID: <20120113042839.GB12998@lonesome.com> References: <201201061944.q06JiwUR048089@repoman.freebsd.org> <4F0BF9F3.40009@FreeBSD.org> <4F0C2E7C.6070802@FreeBSD.org> <4F0CC4DF.6030906@FreeBSD.org> <4F0ED9F1.20305@FreeBSD.org> <4F0F800E.6060505@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F0F800E.6060505@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Michael Scheidell , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Greg Larkin , Gabor Kovesdan , raven428@gmail.com, cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/devel/pinba_engine Makefile distinfo ports/devel/pinba_engine/files patch-src__ha_pinba.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 04:28:41 -0000 On Thu, Jan 12, 2012 at 04:51:26PM -0800, Doug Barton wrote: > On 01/12/2012 05:02, Gabor Kovesdan wrote: > > Em 11-01-2012 00:08, Doug Barton escreveu: > >> .if ${MYSQL_VER} == 52 > >> MYSQL_PORTDIR= ${PORTSDIR}/databases/mariadb-server > >> .else > >> MYSQL_PORTDIR= ${PORTSDIR}/databases/mysql${MYSQL_VER}-server > >> .endif > > Although compatible, MariaDB is not MySQL. > > We use it heavily as a drop-in replacement and have not run into any > problems. Do you have specific concerns? To me, on inspection it would be surprising behavior. I requested MySQL and I got something else as a dependency instead. mcl