FreeBSD Bugzilla – Attachment 61820 Details for
Bug 92571
databases/mysql50-server: add option for localstatedir into Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mf.diff
mf.diff (text/plain), 894 bytes, created by
Jan Kuldan
on 2006-01-30 22:50:02 UTC
(
hide
)
Description:
mf.diff
Filename:
MIME Type:
Creator:
Jan Kuldan
Created:
2006-01-30 22:50:02 UTC
Size:
894 bytes
patch
obsolete
>--- Makefile.old Mon Jan 30 20:16:54 2006 >+++ Makefile Mon Jan 30 20:19:17 2006 >@@ -19,9 +19,10 @@ > SLAVEDIRS= databases/mysql50-client > USE_AUTOTOOLS= libtool:15 > USE_REINPLACE= yes >+WITH_LOCALSTATEDIR?=/var/db/mysql > > CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} >-CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ >+CONFIGURE_ARGS= --localstatedir=${WITH_LOCALSTATEDIR} \ > --without-debug \ > --without-readline \ > --without-libedit \ >@@ -132,6 +133,7 @@ > @${ECHO} "" > @${ECHO} "You may use the following build options:" > @${ECHO} "" >+ @${ECHO} " WITH_LOCALSTATEDIR=path Define location of localstate dir (/var/db/mysql)." > @${ECHO} " WITH_CHARSET=charset Define the primary built-in charset (latin1)." > @${ECHO} " WITH_XCHARSET=list Define other built-in charsets (may be 'all')." > @${ECHO} " WITH_COLLATION=collate Define default collation (latin1_swedish_ci)."
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 92571
: 61820