Changes between Initial Version and Version 2 of Ticket #2208


Ignore:
Timestamp:
Mar 24, 2016, 2:47:26 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2208

    • Property Status changed from new to closed
    • Property Type changed from defect to enhancement
    • Property Resolution changed from to fixed
    • Property Port qt3-mac added
  • Ticket #2208 – Description

    initial v2  
     1{{{
    12--- Portfile    1 May 2004 23:33:11 -0000       1.15
    23+++ Portfile    13 Sep 2004 12:43:03 -0000
     
    1617+variant mysql {
    1718+                depends_lib-append lib:libmysqlclient.12:mysql4
    18 +                configure.args-append -qt-sql-mysql -L${prefix}/lib/mysql
    19 -I${prefix}/include/mysql -plugin-sql-mysql
     19+                configure.args-append -qt-sql-mysql -L${prefix}/lib/mysql -I${prefix}/include/mysql -plugin-sql-mysql
    2020+}
    2121+
     
    2323 configure.cmd  "echo yes | ./configure"
    2424 configure.env  QMAKESPEC='' QTDIR='' DYLD_LIBRARY_PATH=''
     25}}}