#13567 closed defect (fixed)
vips portfile is missing a dependency on swig
Reported by: | jcupitt (John Cupitt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | Cc: | ||
Port: |
Description
The Portfile for VIPS is missing a dependency on swig. As a result, the Python binding is not built.
Also, I wonder if the dependency on perl and p5-xml-parser should be depends_build rather than depends_lib? VIPS uses perl and swig at build time, but not at runtime. Though I'm extremely inexperienced with port and I'm probably wrong.
I attach a modified Portfile that incorporates these changes.
Attachments (1)
Change History (4)
Changed 17 years ago by jcupitt (John Cupitt)
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sounds reasonable to me. I committed your modified portfile in r32285. Thanks!