CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/03/12 18:14:20
Modified files:
net/tdesktop : Makefile
net/tdesktop/pkg: PLIST
Log message:
Switch from bundled minizip to system minizip-ng
aja and tb pointed out bulk build failures due to missing <zip.h>.
tdesktop builds fine with the bundle and both archivers/{mini,lib}zip
uninstalled, so this smells like tdesktop configure picking up one of
them only for build to fail once it gets junked.
minizip-ng used to be incompatible, now upstream works fine with it.
Sync PLIST (forgotten during previous update) while here.