From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 27 16:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5B7A06A4 for ; Fri, 27 Sep 2013 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46AB12B52 for ; Fri, 27 Sep 2013 16:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8RGA1Jq019361 for ; Fri, 27 Sep 2013 16:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8RGA1Ze019360; Fri, 27 Sep 2013 16:10:01 GMT (envelope-from gnats) Date: Fri, 27 Sep 2013 16:10:01 GMT Message-Id: <201309271610.r8RGA1Ze019360@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Michael Gmelin Subject: Re: ports/182426: Update databases/mariadb55-{client,server} to 5.5.33a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Michael Gmelin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 16:10:02 -0000 The following reply was made to PR ports/182426; it has been noted by GNATS. From: Michael Gmelin To: bug-followup@FreeBSD.org, never@nevermind.kiev.ua Cc: Subject: Re: ports/182426: Update databases/mariadb55-{client,server} to 5.5.33a Date: Fri, 27 Sep 2013 17:58:44 +0200 Hi Alexandr, Everything builds and installs fine. I found one problem with mysql monitor, which might not be new to this version of the port: mysql monitor doesn't read the global /usr/local/etc/my.cnf like it does in mysql55-client. It does read ~/.my.cnf like expected though. Since system users usually don't have permissions to read /var/db/mysql/my.cnf, /usr/local/etc/my.cnf is usually a good place to put global configurations (like default hostname and safe mode). Using /etc/mysql/my.cnf would violate hier(7). Cheers, Michael -- Michael Gmelin