Modify ↓
#4699 closed defect (invalid)
rb-mysql mysql4 variant portfile is broken
Reported by: | Renaud Morvan | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | project | Version: | |
Severity: | normal | Keywords: | mysql rb-mysql |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
The portfile of rb-mysql has problem with the variant mysql4 so that cannot be installed as the path are wrong
Here is 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 }
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Cc: | removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 by , 18 years ago
Description: | modified (diff) |
---|---|
Priority: | high → normal |
Severity: | blocker → normal |
Note:
See TracTickets
for help on using tickets.
whooops wtf????, sorry for the post