[Bug 282080] graphics/pecl-imagick: add option to link to nox11-version of ImageMagick

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 17 May 2025 02:31:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282080

DYM <dym@afalina.od.ua> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dym@afalina.od.ua

--- Comment #5 from DYM <dym@afalina.od.ua> ---
Created attachment 260465
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=260465&action=edit
Make control with/without X11 from make.conf in the standard FreeBSD style

I suggest adding the following few lines to the Makeconf file, and nothing in
the basic logic will change, but the control will then be from make.conf in the
standard FreeBSD style, and will be selectable interactively.

That is, if you don't need graphics, you can specify
OPTIONS_UNSET+=X11
or you can specify not to use it for a particular port, or you can select it
interactively in the text interface.

Accordingly, when specifying that X11 is needed:
OPTIONS_SET+=X11.

Again point out: the rest of the logic doesn't change.
IMHO, one shot - two rabbits.

-- 
You are receiving this mail because:
You are the assignee for the bug.