From a30b3164708f7e2089d8b9a5135dd26669037be2 Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 10 Nov 2018 19:57:07 +0000 Subject: Update ImageMagick to 6.9.10.14 [1] * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen --- x11-themes/cursor-crystal-theme/Makefile | 2 +- x11-themes/icons-tango-extras/Makefile | 2 +- x11-themes/icons-tango/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-themes') diff --git a/x11-themes/cursor-crystal-theme/Makefile b/x11-themes/cursor-crystal-theme/Makefile index 42a3967ddc5f..580df3c88b5a 100644 --- a/x11-themes/cursor-crystal-theme/Makefile +++ b/x11-themes/cursor-crystal-theme/Makefile @@ -14,7 +14,7 @@ COMMENT= KDE Crystal style X cursor theme LICENSE= LGPL21 -BUILD_DEPENDS= convert:graphics/ImageMagick \ +BUILD_DEPENDS= convert:graphics/ImageMagick6 \ xcursorgen:x11/xcursorgen USES= gmake tar:bzip2 diff --git a/x11-themes/icons-tango-extras/Makefile b/x11-themes/icons-tango-extras/Makefile index 62838661568b..bbe8c36dfa93 100644 --- a/x11-themes/icons-tango-extras/Makefile +++ b/x11-themes/icons-tango-extras/Makefile @@ -13,7 +13,7 @@ COMMENT= Extra set of icons from the Tango project BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils \ ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango \ - Magick-config:graphics/ImageMagick + Magick-config:graphics/ImageMagick6 RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango GNU_CONFIGURE= yes diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile index 3455168d5723..c262bc2465c3 100644 --- a/x11-themes/icons-tango/Makefile +++ b/x11-themes/icons-tango/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Basic set of icons for the most common usage BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils \ - Magick-config:graphics/ImageMagick + Magick-config:graphics/ImageMagick6 GNU_CONFIGURE= yes USE_GNOME= intlhack -- cgit