Solved png=no?

factor

Verified User
Joined
Jul 22, 2017
Messages
3,761
Location
USA
I notice CB always wants to update png in FreeBSD.
Code:
Latest version of libpng: 1.6.37
Installed version of libpng: 1.6.37+apng
Code:
pkg version -v | grep png
png-1.6.37

Is it possible to set something like curl=no for png? A Lot of these libraries the OS maintains we don't need showing up in CB. Other OS might need the same not sure. I dont know about others but I would much prefer the OS maintained binaries for libraries if possible.
@smtalk @DirectAdmin Support
 
Last edited:
Try this in custom_versions.txt:
Code:
libpng_current:0:

I've also improved the check in latest version of CB (to ignore everything after the +).
 
Back
Top