Change jpeg port to install in a location that does not conflict with
libjpeg-turbo or mozjpeg. Change all jpeg dependencies to use
libjpeg-turbo by default while allowing mozjpeg as a drop-in
replacement. Rev bump dependent ports due to differing library version.
Fixes: https://trac.macports.org/ticket/38907
* dcmtk: Simplify variants, add -static sub-port
Remove (make mandatory) optional (previously default-on) dependency variants. Most of these libs will be installed by users already (xml2, jpeg, png, zlib ...)
Add dcmtk-static sub-port (depends_run on port:dcmtk) which only includes static libraries. This enables building binaries statically-linked against dcmtk. (This is a user request, not a typical use-case, to be sure.)
Generated with the following command:
rg -l -g Portfile ':openssl\b' ../macports-ports | grep -v '/lang/php/' | grep -v '/aqua/qt5' | xargs ./revbump-ports.sh
revbump-ports.sh is from https://github.com/yan12125/revbump-ports/tree/4a47ad53d5bc1553b86f48dfbf946bc9a466306c
Skipping lang/php and aqua/qt5 as only php*-{ftp,openssl} and
qt*-qtbase subports need revbumping, respectively.