Created attachment 170095 [details] GM: OPTIONS instead of hard deps All of the mandatory dependencies in GraphicsMagick are optional. On systems that have no need to process TTF fonts, or handle JP2000 images etc., it'd be nice to skip those dependencies. The attached patch turns all those hard dependencies into OPTIONS, and then adds them all to OPTIONS_DEFAULT (so the default package doesn't change at all).
Committed after timeout.
A commit references this bug: Author: adamw Date: Sun May 22 14:20:15 UTC 2016 New revision: 415633 URL: https://svnweb.freebsd.org/changeset/ports/415633 Log: Turn hard dependencies into OPTIONS. GraphicsMagick actually has the ability to be a slim package, and support for every format is configurable. All previously hard dependencies are now on by default, so the default package is unchanged. No PORTREVISION bump necessary. PR: 209362 Approved by: maintainer timeout (15 days) Changes: head/graphics/GraphicsMagick/Makefile