ports/93107: MySQL ports missing switch to compile with CSV engine.

Robert Uzzi ruzzi at compedgeracing.com
Thu Feb 9 22:00:20 UTC 2006


>Number:         93107
>Category:       ports
>Synopsis:       MySQL ports missing switch to compile with CSV engine.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 09 22:00:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Robert Uzzi
>Release:        6.1 prerelease
>Organization:
>Environment:
FreeBSD www.compedgeracing.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Tue Feb  7 12:13:59 CST 2006     root at www.compedgeracing.com:/usr/obj/usr/src/sys/CUSTOM-SMP  i386 
>Description:
The server port of MySQL 5.0 has no switch to build the port with CSV storage engine support.
>How-To-Repeat:
N/A
>Fix:
Add the following lines to the ports makefile.

After statement WITH_ARCHIVE
.if defined(WITH_CSV)
 CONFIGURE_ARGS+=--with-csv-storage-engine
.endif


And later in the file again after echo statement WITH_ARCHIVE=yes.

       @${ECHO} "      WITH_CSV=yes            Enable support for CSV Storage E
ngine."



 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list