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
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer
State Changed From-To: open->closed Committed, thanks!