Date: Mon, 14 Oct 2024 19:33:05 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 282080] graphics/pecl-imagick: add option to link to nox11-version of ImageMagick Message-ID: <bug-282080-7788-aOzvEjscc0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282080-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-282080-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282080 Miroslav Lachman <000.fbsd@quip.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(000.fb |maintainer-feedback+ |sd@quip.cz) | --- Comment #1 from Miroslav Lachman <000.fbsd@quip.cz> --- (In reply to wolfgang from comment #0) This option was removed 1 year ago in this commit: https://github.com/FreeBSD/freebsd-ports/commit/b8e72f7c31046aee0be12553dd1= fffde7706ffde The point is - all ports dependent on ImageMagick should use USES=3Dmagick = which takes care of what version of ImageMagick will be used as a build / run dependency. If you will set ImageMagick to nox11 flavor, pecl-imagick will be built with this dependency. With the following options in the make.conf DEFAULT_VERSIONS=3D php=3D8.1 IMAGEMAGICK=3D7-nox11 The resulting packages are: ImageMagick7-nox11-7.1.1.26_4 php81-pecl-imagick-3.7.0_4 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282080-7788-aOzvEjscc0>