graphics/exiv2 is still on 0.24; 0.25 has been released in june 2015.
Also switch to using cmake during build (as it needs less patching), and is
simpler (ymmv).
Differential D7283
Update graphics/exiv2 to 0.25 and switch to using cmake tcberner on Jul 22 2016, 2:06 PM. Authored by Tags None Referenced Files
Subscribers
Details
graphics/exiv2 is still on 0.24; 0.25 has been released in june 2015. Also switch to using cmake during build (as it needs less patching), and is
Diff Detail
Event Timeline
Comment Actions Please be sure all the ports that depend on exiv2 build with the new version. The shlib bump already is a red flag to me. Comment Actions I ran:
Result:
There were 10 errors, but none related to the exiv2 update as far as I could see. Comment Actions I've added some inline comments that are not blockers for landing this. With that said, since there seem to be quite a few ports depending on this one it's probably a good idea to ask for an exp-run, and also post an updated version of this patch with all the PORTREVISION bumps in the dependent ports.
Comment Actions Looks good to me, but please ask for an exp-run and bump PORTREVISION in dependent ports (I usually check the "Libraries" list in the port's FreshPorts entry). Comment Actions Running things on CURRENT is a nice touch, but running bulk on 10.1 or 9.3 would be more interesting, it is what people are using, and where it is most important things build. Also, using the INDEX is good, but using grep -r graphics/exiv2 /usr/ports is better, there are ports with optional dependencies :-) (I use git for my ports work, and git grep is way faster than grep -r) |