| Summary: | MySQL ports missing switch to compile with CSV engine. | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Robert Uzzi <ruzzi> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer State Changed From-To: open->closed Committed, thanks! |
The server port of MySQL 5.0 has no switch to build the port with CSV storage engine support. 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." How-To-Repeat: N/A