Opened 17 years ago
Closed 13 years ago
#15147 closed defect (fixed)
libgda 1.2.4_3 follows undeclared dependencies
Reported by: | sfiera@… | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | haspatch | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | libgda |
Description
libgda provides support for several different databases. Support for some can be disabled (for example, I didn't care to install postgresql or db44) but might be autodetected by libgda's configure script. For example, an (older, incompatible) version of BDB is installed in /usr on Leopard at least, preventing libgda from building.
In order to control the circumstances of building, database support should be explicitly disabled and re-enabled as necessary for variants. An attached patch will do that.
Attachments (1)
Change History (4)
Changed 17 years ago by sfiera@…
Attachment: | libgda-patch.diff added |
---|
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Keywords: | haspatch added; libgda db44 variant configure removed |
---|---|
Port: | libgda added |
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Applied patch in r80031. Thanks.
Note: See
TracTickets for help on using
tickets.
Patch updated with bumped revision; better indenting