HDRI has been enabled by default on ImageMagick. This breaks Xastir badly as it assumes QuantumDepth is an integer. Fix: This fix below removes ImageMagick from the build and defaults to GraphicsMagick which still works.
Responsible Changed From-To: freebsd-ports-bugs->xride xride@ wants his PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: xride->db Xride has okayed I take his PRs while he moves
db 2012-06-23 01:23:21 UTC FreeBSD ports repository Modified files: comms/xastir Makefile Log: - HDRI has been enabled by default on ImageMagick. This breaks Xastir badly as it assumes QuantumDepth is an integer. This fix below removes ImageMagick from the build and defaults to GraphicsMagick which still works. (From PR) - Convert to options NG while I am in here. (db) PR: ports/169172 Submitted by: carl@stagecraft.cx Revision Changes Path 1.46 +34 -41 ports/comms/xastir/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!