From owner-freebsd-ports@FreeBSD.ORG Thu Sep 27 18:04:41 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1970316A418 for ; Thu, 27 Sep 2007 18:04:41 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id D8E2313C459 for ; Thu, 27 Sep 2007 18:04:40 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: (qmail 7451 invoked from network); 27 Sep 2007 17:38:00 -0000 Received: from aldan.algebra.com (HELO aldan-mlp) ([216.254.65.224]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 Sep 2007 17:38:00 -0000 From: Mikhail Teterin To: Randy Pratt Date: Thu, 27 Sep 2007 13:37:57 -0400 User-Agent: KMail/1.7.1 References: <57200BF94E69E54880C9BB1AF714BBCB011187@w2003s01.double-l.local> <20070927153931.GB70278@Klabautermann.ks.se> <20070927133127.93b676be.rpratt1950@embarqmail.com> In-Reply-To: <20070927133127.93b676be.rpratt1950@embarqmail.com> Organization: Virtual Estates, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200709271337.58208.mi+mill@aldan.algebra.com> Cc: Christopher Illies , freebsd-ports@freebsd.org Subject: Re: ImageMagick X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2007 18:04:41 -0000 =DE=C5=D4=D7=C5=D2 27 =D7=C5=D2=C5=D3=C5=CE=D8 2007 01:31 =D0=CF, Randy Pra= tt =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9: > I turned off IMAGEMAGICK_PERL and it does complete with or without > IMAGEMAGICK_SVG support and IMAGEMAGICK_TESTS on. =9AI'm not sure how > this affects the port or its capabilities. =9AIt may help someone track > down the cause. Its beyond my meager abilities bit I'm willing to do > testing. There is a number of issues currently with PerlMagick and fxp, all of them,= =20 apparently, /exposed/ (rather than /triggered/) by the tests. A solution is= =20 being worked on. Another problem -- with optional libraries like -ltiff being not found in s= ome=20 configurations (such as -nox11) -- was corrected yesterday. The LDFLAGS are= =20 now passed on correctly. -mi