Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Feb 2012 16:06:02 GMT
From:      Rainer Duffner <rainer@ultra-secure.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165558: add --enable-local-infile option to mysql-server ports
Message-ID:  <201202291606.q1TG626N063646@red.freebsd.org>
Resent-Message-ID: <201202291610.q1TGAJFZ022447@freefall.freebsd.org>

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

>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:



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