On 2017/04/29 23:14, Rafael Sadowski wrote: > is there any good reason to not update libgd? Here are eight good > reasons for a update:
No reason not to update it. Quite a few things depend on it though, so testing is a bit annoying, which might explain why it's old. > -WANTLIB += c expat fontconfig freetype iconv jpeg m png pthread > -WANTLIB += pthread-stubs ${LIBCXX} tiff vpx z > +#WANTLIB += c expat fontconfig freetype iconv jpeg m png pthread > +#WANTLIB += pthread-stubs ${LIBCXX} tiff vpx z er? > LIB_DEPENDS= converters/libiconv \ > graphics/jpeg \ > graphics/png \ > - graphics/tiff \ > - multimedia/libvpx > + graphics/tiff Need to make sure that dropping libvpx doesn't cause problems in dependent ports. Didn't they change from libvpx to libwebp rather than dropping webp support completely?