svn commit: r370955 - head/graphics/ImageMagick
Adam Weinberger
adamw at adamw.org
Wed Oct 15 23:15:17 UTC 2014
Why is liblqr-1 being forced? It worked fine as it was before. There is already a LQR option, and now it brings in glib2 which wasn’t forced before.
# Adam
--
Adam Weinberger
adamw at adamw.org
http://www.adamw.org
On 15 Oct, 2014, at 14:52, Koop Mast <kwm at FreeBSD.org> wrote:
> Author: kwm
> Date: Wed Oct 15 20:52:44 2014
> New Revision: 370955
> URL: https://svnweb.freebsd.org/changeset/ports/370955
> QAT: https://qat.redports.org/buildarchive/r370955/
>
> Log:
> Add missing depend on liblqr-1.
>
> Submitted by: Daniel Reichelt <reicheltmail at googlemail.com>
>
> Modified:
> head/graphics/ImageMagick/Makefile
>
> Modified: head/graphics/ImageMagick/Makefile
> ==============================================================================
> --- head/graphics/ImageMagick/Makefile Wed Oct 15 20:49:22 2014 (r370954)
> +++ head/graphics/ImageMagick/Makefile Wed Oct 15 20:52:44 2014 (r370955)
> @@ -2,7 +2,7 @@
>
> PORTNAME= ImageMagick
> DISTVERSION= 6.8.9-8
> -PORTREVISION= 2
> +PORTREVISION= 3
> PORTEPOCH= 1
> CATEGORIES= graphics perl5
> MASTER_SITES= http://www.imagemagick.org/download/ \
> @@ -34,7 +34,8 @@ COMMENT= Image processing tools
>
> #LICENSE= APACHE20
>
> -LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
> +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
> + liblqr-1.so:${PORTSDIR}/graphics/liblqr-1
>
> # This port uses .la files, keep libtool:keepla! (magick/module.c)
> USES= gmake libtool:keepla pathfix perl5 pkgconfig shebangfix tar:xz
>
More information about the svn-ports-all
mailing list