1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

graphics/pecl-imagick: Convert to USES=magick

This will build it with whatever ImageMagick version is set in
DEFAULT_VERSIONS, so it obsoletes the -im7 slave port. Remove it and
document in MOVED.

PR:		268833
This commit is contained in:
Miroslav Lachman 2023-07-04 20:53:00 +00:00 committed by Felix Palmen
parent d70bd0e00f
commit b8e72f7c31
4 changed files with 4 additions and 28 deletions

1
MOVED
View File

@ -7775,3 +7775,4 @@ japanese/kterm||2023-07-12|Has expired: Last upstream release was in 2011
graphics/gmic-qt@krita|graphics/krita-gmic-plugin|2023-07-14|Forked to a seperate project
devel/capstone5|devel/capstone|2023-07-15|Keep the latest version without any pkgnamesufix
games/naev-data||2023-07-15|Remove obsoleted port. Now games/naev installs data files
graphics/pecl-imagick-im7|graphics/pecl-imagick|2023-07-19|Merged into master port

View File

@ -763,7 +763,6 @@
SUBDIR += pear-Image_GraphViz
SUBDIR += pear-Image_Transform
SUBDIR += pecl-imagick
SUBDIR += pecl-imagick-im7
SUBDIR += pecl-qrencode
SUBDIR += pecl-vips
SUBDIR += pencil2d

View File

@ -1,17 +0,0 @@
PORTREVISION= 2
PKGNAMESUFFIX= -im7
MAINTAINER= 000.fbsd@quip.cz
COMMENT= PHP wrapper to the ImageMagick/GraphicsMagick library version 7
LICENSE= PHP301
MASTERDIR= ${.CURDIR}/../pecl-imagick
CONFLICTS_INSTALL= ${PKGNAMEPREFIX}${PORTNAME}
X11_USES?= magick:7
X11_USES_OFF?= magick:7,nox11
.include "${MASTERDIR}/Makefile"

View File

@ -1,25 +1,18 @@
PORTNAME= imagick
PORTVERSION= 3.7.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= 000.fbsd@quip.cz
COMMENT?= PHP wrapper to the ImageMagick/GraphicsMagick library version 6
COMMENT?= PHP wrapper to the ImageMagick/GraphicsMagick library
WWW= https://pecl.php.net/package/imagick
LICENSE= PHP301
USES= cpe php:pecl localbase
USES= cpe php:pecl localbase magick
CPE_VENDOR= php
CONFLICTS_INSTALL?= ${PKGNAMEPREFIX}${PORTNAME}-im7
OPTIONS_DEFINE= X11
X11_USES?= magick:6
X11_USES_OFF?= magick:6,nox11
CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
.include <bsd.port.mk>