[MacPorts] #15435: Mysql5 is not support readline

MacPorts noreply at macports.org
Mon May 26 17:07:55 PDT 2008


#15435: Mysql5 is not support readline
-------------------------------+--------------------------------------------
 Reporter:  naoya.n at gmail.com  |       Owner:  macports-tickets at 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


More information about the macports-tickets mailing list