Bug 165558

Summary: add --enable-local-infile option to mysql-server ports
Product: Ports & Packages Reporter: rainer
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description rainer 2012-02-29 16:10:19 UTC
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.

Fix: 

.if defined(WITH_LOCAL_INFILE)
CONFIGURE_ARGS+=--enable-local-infile
.endif
How-To-Repeat: n/a
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-03-02 08:00:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

over to maintainer of the ports in question.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2012-03-02 10:11:14 UTC
State Changed
From-To: open->closed

Not needed, you can enable such option at runtime.