From owner-svn-ports-head@FreeBSD.ORG Tue Oct 21 22:49:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6D45B89; Tue, 21 Oct 2014 22:49:44 +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 8F676AB3; Tue, 21 Oct 2014 22:49:44 +0000 (UTC) Received: from [192.168.0.40] (71-222-152-115.albq.qwest.net [71.222.152.115]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id AE39911402C; Tue, 21 Oct 2014 16:49:36 -0600 (MDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: svn commit: r370955 - head/graphics/ImageMagick From: Adam Weinberger In-Reply-To: Date: Tue, 21 Oct 2014 16:49:33 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <21B7A5E4-102B-410F-9ACA-931EA9A8E4B6@adamw.org> References: <201410152052.s9FKqjNA058138@svn.freebsd.org> To: Koop Mast X-Mailer: Apple Mail (2.1990.1) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 22:49:44 -0000 Koop, I=92m pinging you again on this. Are you sure that the liblrq-1 = dependency has to be forced? If so, why is there an LQR option? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org > On 15 Oct, 2014, at 17:15, Adam Weinberger wrote: >=20 > 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. >=20 > # Adam >=20 >=20 > --=20 > Adam Weinberger > adamw@adamw.org > http://www.adamw.org >=20 > On 15 Oct, 2014, at 14:52, Koop Mast wrote: >=20 >> 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 >=20