On 2023/08/23 13:47:36 -0400, George Koehler <[email protected]> wrote: > Hi ports list. > > On an arch without rust, x11/gnome/librsvg is an old version, and > graphics/imlib2 fails to "make package". The old librsvg 2.40.21 > fails a configure check for 2.46, so svg.so is missing. > > This diff adds pkg/PFRAG.svg to package imlib2 without svg.so if we > don't have rust. On macppc-powerpc, this unbreaks imlib2 and allows > graphics/feh to show images (but not svg images). > > This diff also adds sharpyuv to WANTLIB. I redid WANTLIB on a rust > arch by running "make port-lib-depends-check RUST_ARCHS=" to get the > libs without rust, then a normal check to add svg.so's libs. > > ok?
while I can't test on a !rust arch I did a few 'simulation' and it seems to package correctly both with and without rsvg. not super-familiar with plist fragments but it seems fine. ok op@ Thanks!
