View | Details | Raw Unified | Return to bug 92571
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 19-27 Link Here
19
SLAVEDIRS=	databases/mysql50-client
19
SLAVEDIRS=	databases/mysql50-client
20
USE_AUTOTOOLS=	libtool:15
20
USE_AUTOTOOLS=	libtool:15
21
USE_REINPLACE=	yes
21
USE_REINPLACE=	yes
22
WITH_LOCALSTATEDIR?=/var/db/mysql
22
23
23
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ARGS=	--localstatedir=/var/db/mysql \
25
CONFIGURE_ARGS=	--localstatedir=${WITH_LOCALSTATEDIR} \
25
		--without-libedit \
26
		--without-libedit \
Lines 132-137 Link Here
132
	@${ECHO} ""
133
	@${ECHO} ""
133
	@${ECHO} "You may use the following build options:"
134
	@${ECHO} "You may use the following build options:"
134
	@${ECHO} ""
135
	@${ECHO} ""
136
	@${ECHO} "	WITH_LOCALSTATEDIR=path	Define location of localstate dir (/var/db/mysql)."
135
	@${ECHO} "	WITH_CHARSET=charset	Define the primary built-in charset (latin1)."
137
	@${ECHO} "	WITH_CHARSET=charset	Define the primary built-in charset (latin1)."
136
	@${ECHO} "	WITH_XCHARSET=list	Define other built-in charsets (may be 'all')."
138
	@${ECHO} "	WITH_XCHARSET=list	Define other built-in charsets (may be 'all')."
137
	@${ECHO} "	WITH_COLLATION=collate	Define default collation (latin1_swedish_ci)."
139
	@${ECHO} "	WITH_COLLATION=collate	Define default collation (latin1_swedish_ci)."

Return to bug 92571