New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15014 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

mysqltcl: Portfile has errors for variant mysql4

Reported by: philipproessler@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: mysqltcl mysql4 Cc:
Port:

Description

mysqltcl won't build for variant mysql4 because the Portfile contains errors. Here's the corrected section:

variant mysql4 {
    depends_lib-delete port:mysql5
    depends_lib-append port:mysql4
    configure.args-delete --with-mysql-include=${prefix}/include/mysql5/mysql
    configure.args-delete --with-mysql-lib=${prefix}/lib/mysql5/mysql
    configure.args-append --with-mysql-include=${prefix}/include/mysql
    configure.args-append --with-mysql-lib=${prefix}/lib/mysql
}

Philipp R.

Attachments

Portfile Download (1.1 KB) - added by philipproessler@… 4 years ago.
Corrected Portfile

Change History

Changed 4 years ago by philipproessler@…

Corrected Portfile

Changed 4 years ago by rhwood@…

  • status changed from new to closed
  • resolution set to fixed

Committed in r36039

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.