Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Mar 2005 19:49:48 GMT
From:      Tim Wilde <freebsd@krellis.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/78427: mysql41-server port lost DB_DIR option
Message-ID:  <200503041949.j24Jnmlx050604@www.freebsd.org>
Resent-Message-ID: <200503041950.j24JoFYX070904@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78427
>Category:       ports
>Synopsis:       mysql41-server port lost DB_DIR option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 04 19:50:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tim Wilde
>Release:        4.11
>Organization:
DynDNS.org
>Environment:
FreeBSD topaz.bos.dyndns.org 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri Jan 21 17:21:22 GMT 2005     root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
In the update to MySQL 4.1.10, the mysql41-server port lost its DB_DIR make option.  The DB_DIR is now set statically in the compile to /var/db/mysql.  This appears to have been part of a "fix" to being able to specify the DB_DIR in rc.conf, but I don't understand why this was taken out at the same time.  It should still be possible to specify the database directory passed to mysql's configure script.
>How-To-Repeat:
      
>Fix:
Simply add DB_DIR back into the Makefile, and set --localstatedir=${DB_DIR} instead of --localstatedir=/var/db/mysql
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503041949.j24Jnmlx050604>