Hi all,
I'm running a headless FreeBSD 11.3 server. It's hosting several Wordpress sites along with other websites. Wordpress likes to have the php73-pecl-imagick package installed, plus I often find it handy to use tools like mogrify to do a quick resize of a photo from the command line of the server itself.
The problem is that if I try to use pkg to install php73-percl-imagick, It wants to install all of these "dependencies"
Even if I try to just install ImageMagick6-no11, it's still wanting to install things like cups, avahi-app, wayland, etc. Would installing from ports be a better idea or is there any way to "signal" the package to not add all the extra X stuff and network/printing stuff?
I'm running a headless FreeBSD 11.3 server. It's hosting several Wordpress sites along with other websites. Wordpress likes to have the php73-pecl-imagick package installed, plus I often find it handy to use tools like mogrify to do a quick resize of a photo from the command line of the server itself.
The problem is that if I try to use pkg to install php73-percl-imagick, It wants to install all of these "dependencies"
Code:
New packages to be INSTALLED:
php73-pecl-imagick: 3.4.4
ImageMagick6-nox11: 6.9.10.50,1
libraqm: 0.6.0
harfbuzz: 2.5.3
cairo: 1.16.0,2
xorgproto: 2019.1
libxcb: 1.13.1
libXdmcp: 1.1.3
libXau: 1.0.9
libXrender: 0.9.10_2
libX11: 1.6.8,1
libXext: 1.3.4,1
mesa-libs: 18.3.2_1
libXxf86vm: 1.1.4_3
libXfixes: 5.0.3_2
libXdamage: 1.1.5
wayland: 1.16.0_1
libepoll-shim: 0.0.20190311
libunwind: 20170615
ghostscript9-agpl-base: 9.27_2
cups: 2.2.12
avahi-app: 0.7_2
gnome_subr: 1.0
libdaemon: 0.14_1
dbus-glib: 0.110
dbus: 1.12.12
poppler-data: 0.4.9
libwmf-nox11: 0.2.8.4_15
libraw: 0.19.2
Even if I try to just install ImageMagick6-no11, it's still wanting to install things like cups, avahi-app, wayland, etc. Would installing from ports be a better idea or is there any way to "signal" the package to not add all the extra X stuff and network/printing stuff?