From owner-svn-ports-all@FreeBSD.ORG Wed Oct 15 23:15:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1611849; Wed, 15 Oct 2014 23:15:17 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B715FBF; Wed, 15 Oct 2014 23:15:17 +0000 (UTC) Received: from slab.pk5001z (71-33-48-15.albq.qwest.net [71.33.48.15]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id 1CE2E1140BA; Wed, 15 Oct 2014 17:15:13 -0600 (MDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r370955 - head/graphics/ImageMagick From: Adam Weinberger In-Reply-To: <201410152052.s9FKqjNA058138@svn.freebsd.org> Date: Wed, 15 Oct 2014 17:15:11 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201410152052.s9FKqjNA058138@svn.freebsd.org> To: Koop Mast X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2014 23:15:17 -0000 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=92t forced = before. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org On 15 Oct, 2014, at 14:52, Koop Mast 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/ >=20 > Log: > Add missing depend on liblqr-1. >=20 > Submitted by: Daniel Reichelt >=20 > Modified: > head/graphics/ImageMagick/Makefile >=20 > Modified: head/graphics/ImageMagick/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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 @@ >=20 > PORTNAME=3D ImageMagick > DISTVERSION=3D 6.8.9-8 > -PORTREVISION=3D 2 > +PORTREVISION=3D 3 > PORTEPOCH=3D 1 > CATEGORIES=3D graphics perl5 > MASTER_SITES=3D http://www.imagemagick.org/download/ \ > @@ -34,7 +34,8 @@ COMMENT=3D Image processing tools >=20 > #LICENSE=3D APACHE20 >=20 > -LIB_DEPENDS=3D libltdl.so:${PORTSDIR}/devel/libltdl > +LIB_DEPENDS=3D libltdl.so:${PORTSDIR}/devel/libltdl \ > + liblqr-1.so:${PORTSDIR}/graphics/liblqr-1 >=20 > # This port uses .la files, keep libtool:keepla! (magick/module.c) > USES=3D gmake libtool:keepla pathfix perl5 pkgconfig = shebangfix tar:xz >=20