Opened 19 years ago
Closed 19 years ago
#3966 closed defect (fixed)
libgda Portfile has inconsistent mysql dependencies
Reported by: | rick@… | Owned by: | gnome-darwinports@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
The portfile for libgda specified variant mysql4, but hanss a depends_libs on:
lib:libmysqlclient:mysql
(should be lib:libmysqlclient:mysql4 ?)
and a variant depends_lib on:
path:${prefix}/lib/mysql/libmysqlclient_r.12.dylib:mysql4
(current lib is libmysqlclient_r.14.dylib)
Change History (2)
comment:1 Changed 19 years ago by mww@…
Owner: | changed from darwinports-bugs@… to gnome-darwinports@… |
---|
comment:2 Changed 19 years ago by olegb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In reply to comment #0)
no thats fine... as is should be.
i fix the variant to use port:portname dep syntax, so fixored.