Commit b8e72f7c authored by Miroslav Lachman's avatar Miroslav Lachman Committed by Felix Palmen
Browse files

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
parent d70bd0e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −17
Original line number Diff line number Diff line
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"
+3 −10
Original line number Diff line number Diff line
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>