diff options
author | kwm <kwm@FreeBSD.org> | 2018-11-11 03:57:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2018-11-11 03:57:07 +0800 |
commit | a30b3164708f7e2089d8b9a5135dd26669037be2 (patch) | |
tree | 0b5ef334a151c39e9372903664b7ca648b9009bb /textproc | |
parent | 145415f3cf5406abae11b6e3271692627c2e875c (diff) | |
download | freebsd-ports-gnome-a30b3164708f7e2089d8b9a5135dd26669037be2.tar.gz freebsd-ports-gnome-a30b3164708f7e2089d8b9a5135dd26669037be2.tar.zst freebsd-ports-gnome-a30b3164708f7e2089d8b9a5135dd26669037be2.zip |
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 <pascal.christen@hostpoint.ch>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook2odf/Makefile | 3 | ||||
-rw-r--r-- | textproc/ecromedos/Makefile | 4 | ||||
-rw-r--r-- | textproc/eqe/Makefile | 2 | ||||
-rw-r--r-- | textproc/pdfsandwich/Makefile | 3 | ||||
-rw-r--r-- | textproc/tex2im/Makefile | 4 |
5 files changed, 9 insertions, 7 deletions
diff --git a/textproc/docbook2odf/Makefile b/textproc/docbook2odf/Makefile index 155a9386a503..0a9f2f556fb6 100644 --- a/textproc/docbook2odf/Makefile +++ b/textproc/docbook2odf/Makefile @@ -3,6 +3,7 @@ PORTNAME= docbook2odf PORTVERSION= 0.244 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= http://open.comsultia.com/docbook2odf/dwn/ @@ -13,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libsablot.so:textproc/sablotron \ libxslt.so:textproc/libxslt -RUN_DEPENDS= convert:graphics/ImageMagick \ +RUN_DEPENDS= convert:graphics/ImageMagick6 \ zip:archivers/zip \ p5-Archive-Zip>=0:archivers/p5-Archive-Zip diff --git a/textproc/ecromedos/Makefile b/textproc/ecromedos/Makefile index 31da2817394c..e412b4f6fbf3 100644 --- a/textproc/ecromedos/Makefile +++ b/textproc/ecromedos/Makefile @@ -3,7 +3,7 @@ PORTNAME= ecromedos PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc print www MASTER_SITES= http://www.ecromedos.net/files/src/${PORTVERSION}/ @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>=0:textproc/py-libxml2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libxslt>=0:textproc/py-libxslt@${PY_FLAVOR} \ - convert:graphics/ImageMagick \ + convert:graphics/ImageMagick6 \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} NO_BUILD= yes diff --git a/textproc/eqe/Makefile b/textproc/eqe/Makefile index 465ee64d08e5..709be4e0c221 100644 --- a/textproc/eqe/Makefile +++ b/textproc/eqe/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/GPL.txt BUILD_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ - Magick++-config:graphics/ImageMagick + Magick++-config:graphics/ImageMagick6 USES= perl5 shebangfix tar:bzip2 SHEBANG_FILES= src/eqe src/eqedit diff --git a/textproc/pdfsandwich/Makefile b/textproc/pdfsandwich/Makefile index 4f4c274ce6d3..35c8161eb8d3 100644 --- a/textproc/pdfsandwich/Makefile +++ b/textproc/pdfsandwich/Makefile @@ -2,6 +2,7 @@ PORTNAME= pdfsandwich DISTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ @@ -12,7 +13,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= gawk:lang/gawk \ ocamlopt:lang/ocaml -RUN_DEPENDS= convert:graphics/ImageMagick \ +RUN_DEPENDS= convert:graphics/ImageMagick6 \ tesseract:graphics/tesseract \ unpaper:graphics/unpaper diff --git a/textproc/tex2im/Makefile b/textproc/tex2im/Makefile index 9815828cdac0..913879c8be09 100644 --- a/textproc/tex2im/Makefile +++ b/textproc/tex2im/Makefile @@ -3,14 +3,14 @@ PORTNAME= tex2im PORTVERSION= 1.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MASTER_SITES= http://www.nought.de/ MAINTAINER= TsurutaniNaoki@gmail.com COMMENT= Converts LaTeX formulas into high resolution pixmap graphics -RUN_DEPENDS= convert:graphics/ImageMagick \ +RUN_DEPENDS= convert:graphics/ImageMagick6 \ bash:shells/bash USE_TEX= latex |