Opened 18 years ago
Closed 18 years ago
#11359 closed defect (fixed)
rb-mysql mysql4 variant portfile is broken
Reported by: | renaud.morvan@… | Owned by: | blair (Blair Zajac) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | |
Keywords: | rb-mysql mysql | Cc: | roberto@…, markd@… |
Port: |
Description
Path are wrong in the mysql variant of rb-mysql here are the fix:
variant mysql4 { depends_lib-delete port:mysql5 configure.args-delete --with-mysql-include=${prefix}/include/mysql5/mysql \ --with-mysql-lib=${prefix}/lib/mysql5/mysql depends_lib-append port:mysql4 configure.args-append --with-mysql-include=${prefix}/include/mysql \ --with-mysql-lib=${prefix}/lib/mysql }
Change History (2)
comment:1 Changed 18 years ago by pipping@…
Cc: | roberto@… added |
---|---|
Owner: | changed from macports-dev@… to blair@… |
severity: | Crash/data loss → Other |
comment:2 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
'committed fix. Thanks!