Opened 13 years ago
Closed 13 years ago
#33563 closed defect (fixed)
libpixman missing build dependency on pkgconfig
Reported by: | mf2k (Frank Schima) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | libpixman |
Description (last modified by mf2k (Frank Schima))
Sorry I don't have a log because I needed to get it built, but I believe libpixman is missing a build dependency on pkgconfig. Basically it failed in configure without it and built fine when I installed in manually.
This in on Mac OS X 10.7.3 with Xcode 4.3.1.
Change History (3)
comment:1 Changed 13 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This is fallout from #32260 where we added the option to disable libpng support.
Currently libpixman has no dependencies. The goal of #32260 was to make it so that libpixman would not attempt to use a libpng that it found, because I wanted to avoid adding a dependency on libpng. libpng builds quickly and only depends on zlib which also builds quickly:
But on principal, I don't want to add dependencies on software we don't need.
But now somehow we're using pkgconfig, which has a much larger list of dependencies, that I even more greatly do not want to add:
The problem seems not to be the patch itself, but that we're running autoreconf after applying it. libpixman-devel, which already has the patch built-in, does not complain about pkgconfig.