#15435: Mysql5 is not support readline -------------------------------+-------------------------------------------- Reporter: naoya.n@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Low | Milestone: MacPorts 1.6.1 Component: ports | Version: 1.6.0 Keywords: | -------------------------------+-------------------------------------------- Mysql5 is not support readline. I found below the patch. This patch is added variant readline. --- /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/mysql5/Portfile.orig 2008-05-05 13:56:36.000000000 +0900 +++ /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/mysql5/Portfile 2008-05-26 15:53:07.000000000 +0900 @@ -68,6 +68,12 @@ startupitem.stop "${prefix}/share/${mysql}/mysql/mysql.server stop" } +variant readline { + # enable readline + depends_lib-append port:readline + configure.args-append --with-readline +} + pre-destroot { # Some directories we must have in all cases xinstall -m 755 -d ${destroot}${sysconfdir} -- Ticket URL: <http://trac.macports.org/ticket/15435> MacPorts <http://www.macports.org/> Ports system for Mac OS