Update ImageMagick to 6.9.10.57.
Temperarly disable RAQM support in the -nox11 port since it pulls in X libraries (via harfbuzz->cairo->X) [1]. Thanks to the reportes for tracking down where the extra dependancies came from. PR: 239156 [1] Reported by: Martin Waschbüsch <martin@waschbuesch.de> Ting-Wei Lan <lantw44@gmail.com> Gary <freebsd-bugzilla@in-addr.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# the SVG and PANGO plugins need X11
|
||||
OPTIONS_EXCLUDE= X11 SVG PANGO
|
||||
OPTIONS_EXCLUDE= X11 SVG PANGO RAQM
|
||||
PORTSCOUT= ignore:1
|
||||
# workaround until bsd.port.mk code can grok the disabling of the X11 option
|
||||
WITHOUT_X11=yes
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ImageMagick
|
||||
DISTVERSION= 6.9.10-50
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 6.9.10-57
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= http://www.imagemagick.org/download/ \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1561565020
|
||||
SHA256 (ImageMagick-6.9.10-50.tar.xz) = a6d48c608c9976f55d1fa726cc0e77b3be2c71c99d987a15346c0150bec315dd
|
||||
SIZE (ImageMagick-6.9.10-50.tar.xz) = 8941584
|
||||
TIMESTAMP = 1564344871
|
||||
SHA256 (ImageMagick-6.9.10-57.tar.xz) = c6be2a86d541cc076395f05a6de7f82cded78aa880f5af0cae18b818503af096
|
||||
SIZE (ImageMagick-6.9.10-57.tar.xz) = 8945296
|
||||
|
||||
Reference in New Issue
Block a user