CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/05/08 12:20:57
Modified files:
www/dillo : Makefile
Removed files:
www/dillo/patches: patch-dpi_datauri_c
Log message:
dillo: fix hidden dep on libwebp, reported by John DiMarco
Drop a bogus patch that was pointless since 2008 (the original patch
changed from %d to %ld to print a long, upstream decided to cast the
long to int instead, so we ended up printing an int as long, creating
the reverse problem of what we tried to fix).
