Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 13:23:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269381] Mk/Uses/magick.mk does not support OPTIONS_UNSET+= X11 in make.conf when package Makefile has "USES = magick"
Message-ID:  <bug-269381-7788-CmjInmriSI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269381-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269381-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=3D269381

--- Comment #9 from lysfjord.daniel@smokepit.net ---
Changed today with commit be67c1c353cabc6b17698f85efa4e5dce70b8e31. Still d=
oes
not respect "OPTIONS_UNSET+=3DX11", as shown by the following output from "=
pkg
upgrade":

The following 13 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        ImageMagick7: 7.1.0.62_3
        ghostscript9-agpl-x11: 9.56.1
        libICE: 1.1.0_1,1
        libSM: 1.2.3,1
        libX11: 1.7.2,1
        libXext: 1.3.4,1
        libXt: 1.2.1,1
        libraqm: 0.9.0
        libwmf: 0.2.13

Installed packages to be UPGRADED:
        ImageMagick7-nox11: 7.1.0.62_2 -> 7.1.0.62_3
        rubygem-mini_magick: 4.12.0 -> 4.12.0_1
        rubygem-mini_magick410: 4.10.1 -> 4.10.1_1
        vips: 8.14.2_2 -> 8.14.2_3

Number of packages to be installed: 9
Number of packages to be upgraded: 4

The process will require 43 MiB more space.
23 MiB to be downloaded.

Proceed with this action? [y/N]: n

ImageMagick7 is pulled in by rubygem-mini_magick, as shown by the following
snippet from the build log:
=3D=3D=3D>   rubygem-mini_magick-4.12.0_1 depends on shared library: libMag=
ick++-7.so
- not found
=3D=3D=3D>   Installing existing package /packages/All/ImageMagick7-7.1.0.6=
2_3.pkg

--=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-269381-7788-CmjInmriSI>