#12054 closed defect (fixed)
BUG: lincity-ng-1.1.0 missing pkgconfig dependency
Reported by: | putte_xvi@… | Owned by: | pguyot (Paul Guyot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.4.42 |
Keywords: | Cc: | pguyot (Paul Guyot) | |
Port: |
Description
The configure script for lincity-ng (1.1.0) checks for pkgconfig, but it isn't listed as a dependency, so installation fails if it isn't already installed.
Change History (5)
comment:1 Changed 17 years ago by markd@…
Milestone: | → Port Bugs |
---|---|
Summary: | lincity-ng requires pkgconfig but doesn't list it as a dependency → BUG: lincity-ng-1.1.0 missing pkgconfig dependency |
comment:2 Changed 17 years ago by markd@…
Cc: | pguyot@… added |
---|---|
Owner: | changed from macports-dev@… to pguyot@… |
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
comment:4 Changed 17 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with r32635.
Note: See
TracTickets for help on using
tickets.
True. If I try to install lincity-ng 1.10_0 without pkgconfig active, I get this:
I would expect people wouldn't actually run into this problem in practice, since lincity-ng depends on libsdl_mixer which depends on libvorbis which depends on pkgconfig. Still, lincity-ng should itself declare its dependency on pkgconfig.