1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

graphics/ImageMagick can change package name via PKGNAMESUFFIX.

We should not rely on this.

Reported by:	Jarrod Sayers <jarrod at downtools.com.au>
Pointy hat:	az@
This commit is contained in:
Andrej Zverev 2012-07-03 17:38:41 +00:00
parent 2e55a1c0a3
commit 4f3dde191d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300445
13 changed files with 14 additions and 14 deletions

View File

@ -111,7 +111,7 @@ RUN_DEPENDS+= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
.endif
.ifdef WITH_BMP2PNG
RUN_DEPENDS+= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.endif
.if defined(WITH_XMLRPC) || defined(WITH_JSONRPC)

View File

@ -111,7 +111,7 @@ RUN_DEPENDS+= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
.endif
.ifdef WITH_BMP2PNG
RUN_DEPENDS+= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.endif
.if defined(WITH_XMLRPC) || defined(WITH_JSONRPC)

View File

@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Create Gantt charts to manage project scheduling
BUILD_DEPENDS= p5-Class-Date>=0:${PORTSDIR}/devel/p5-Class-Date \
ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
convert:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
p5-Sys-SigAction>=0:${PORTSDIR}/devel/p5-Sys-SigAction \
p5-forks>=0:${PORTSDIR}/devel/p5-forks \
p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \
ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \
convert:${PORTSDIR}/graphics/ImageMagick \
p5-Goo-Canvas>=0:${PORTSDIR}/devel/p5-Goo-Canvas \
p5-Pango>=0:${PORTSDIR}/x11-toolkits/p5-Pango \
p5-Acme-Damn>=0:${PORTSDIR}/devel/p5-Acme-Damn \

View File

@ -16,7 +16,7 @@ MAINTAINER= peter@pean.org
COMMENT= A simple web-gallery generator written in perl
RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \
ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \
convert:${PORTSDIR}/graphics/ImageMagick \
p5-forks>=0:${PORTSDIR}/devel/p5-forks
LIB_DEPENDS+= Magick.*:${PORTSDIR}/graphics/ImageMagick

View File

@ -18,7 +18,7 @@ COMMENT= Methods to create, load, and save vector graphics
RUN_DEPENDS= p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \
p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc \
p5-MatrixReal>=0:${PORTSDIR}/math/p5-MatrixReal \
ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \
convert:${PORTSDIR}/graphics/ImageMagick \
p5-Stream>=0:${PORTSDIR}/devel/p5-Stream \
p5-Math-Geometry-Planar>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar
BUILD_DEPENDS:= ${RUN_DEPENDS}

View File

@ -18,7 +18,7 @@ COMMENT= Convert geographic coordinates into a graphical heatmap
LICENSE_COMB= dual
LICENSE= ART20 GPLv1
RUN_DEPENDS= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
WRKSRC= ${WRKDIR}/${PORTNAME}
PERL_CONFIGURE= yes

View File

@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Sequentially read Image::Magick object from a filehandle
RUN_DEPENDS= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
p5-Image-PBMlib>=0:${PORTSDIR}/graphics/p5-Image-PBMlib
PERL_CONFIGURE= yes

View File

@ -28,7 +28,7 @@ PORTDOCS= AUTHORS README ChangeLog NEWS TODO
.include <bsd.port.options.mk>
.if defined(WITH_IMAGEMAGICK)
RUN_DEPENDS+= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.endif
post-install:

View File

@ -19,7 +19,7 @@ COMMENT= Collects the output from Nagios and generates graphs
BUILD_DEPENDS= \
p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
rrdtool>=0:${PORTSDIR}/databases/rrdtool \
ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \
convert:${PORTSDIR}/graphics/ImageMagick \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-Calendar-Simple>=0:${PORTSDIR}/devel/p5-Calendar-Simple \
${LOCALBASE}/bin/nagios:${PORTSDIR}/net-mgmt/nagios

View File

@ -34,8 +34,8 @@ MAN3= GD::SecurityImage.3 \
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIMAGEMAGICK}
BUILD_DEPENDS+= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS+= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
BUILD_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.endif
.include <bsd.port.pre.mk>

View File

@ -29,7 +29,7 @@ OPTIONS= APACHE "USE_APACHE" off \
.if !defined(WITHOUT_OPTIONAL_MODULES)
RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \
convert:${PORTSDIR}/graphics/ImageMagick \
p5-Crypt-DSA>=0:${PORTSDIR}/security/p5-Crypt-DSA \
p5-Mail-Sendmail>=0:${PORTSDIR}/mail/p5-Mail-Sendmail \
p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \

View File

@ -15,7 +15,7 @@ COMMENT= Include LaTeX formatted math in your TWiki pages
RUN_DEPENDS= dvipng:${PORTSDIR}/print/teTeX-base \
latex:${PORTSDIR}/print/teTeX-base \
ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
convert:${PORTSDIR}/graphics/ImageMagick
post-patch:
${REINPLACE_CMD} -i '' -e 's!=/usr/bin!=${LOCALBASE}/bin!g; s!=/bin!=/usr/bin!g;' \