ports/165558: add --enable-local-infile option to mysql-server ports
Rainer Duffner
rainer at ultra-secure.de
Wed Feb 29 16:10:20 UTC 2012
>Number: 165558
>Category: ports
>Synopsis: add --enable-local-infile option to mysql-server ports
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 29 16:10:19 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Rainer Duffner
>Release: 8.2p6
>Organization:
>Environment:
>Description:
hi,
would it possible to add this section to the various mysql-server ports (I've only looked at 5.1, but I assume it's the same for 5.5):
.if defined(WITH_LOCAL_INFILE)
CONFIGURE_ARGS+=--enable-local-infile
.endif
We have people who need this and tbh, I don't want to maintain this change locally.
It might be useful for some people and as it's off by default, it shouldn't do any harm.
>How-To-Repeat:
n/a
>Fix:
.if defined(WITH_LOCAL_INFILE)
CONFIGURE_ARGS+=--enable-local-infile
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list