#12418 closed enhancement (fixed)
libconfuse installs either pkg-config file or confuse-config script
Reported by: | flameeyes@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
For some reason, upstream libconfuse thought it would be nice to install either the .pc file or the confuse-config script depending on the presence of pkg-config tool itself. This makes it difficult to tell whether one or the other is present.
In Gentoo Linux, we made sure that pkg-config was present in the system (so that it creates and install the .pc file), and then also installed the confuse-config script.
Maybe you could set a pkg_config variant to make sure that pkg-config is picked up as a dependency.
HTH, Diego Pettenò
Change History (4)
comment:1 Changed 17 years ago by nox@…
Milestone: | → Port Enhancements |
---|---|
Type: | defect → enhancement |
Version: | 1.5.0 |
comment:2 Changed 17 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to jmr@… |
---|---|
Status: | new → assigned |
comment:3 Changed 17 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Added a dependency on pkgconfig in r36147.