From owner-freebsd-ports@FreeBSD.ORG Thu Aug 13 20:28:10 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11EA9106566B for ; Thu, 13 Aug 2009 20:28:10 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from mail.vx.sk (core.vx.sk [188.40.32.143]) by mx1.freebsd.org (Postfix) with ESMTP id C4F958FC5A for ; Thu, 13 Aug 2009 20:28:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id E8619170EB for ; Thu, 13 Aug 2009 22:12:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at mail.vx.sk Received: from mail.vx.sk ([127.0.0.1]) by localhost (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nu-pUD6JdwMc for ; Thu, 13 Aug 2009 22:12:24 +0200 (CEST) Received: from [10.9.8.1] (chello089173003218.chello.sk [89.173.3.218]) by mail.vx.sk (Postfix) with ESMTPSA id B09D3170E8 for ; Thu, 13 Aug 2009 22:12:24 +0200 (CEST) Message-ID: <4A8473A2.5000403@FreeBSD.org> Date: Thu, 13 Aug 2009 22:12:18 +0200 From: Martin Matuska User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sk; rv:1.8.1.22) Gecko/20090605 Lightning/0.9 Thunderbird/2.0.0.22 Mnenhy/0.7.5.0 MIME-Version: 1.0 References: <200908122011.20408.lumiwa@gmail.com> In-Reply-To: <200908122011.20408.lumiwa@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org Subject: Re: ImageMagick 6.5.4.10 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, 13 Aug 2009 20:28:10 -0000 The pre-8 FreeBSD systems do not know carg(), my tinderbox didnt discover this. It is now fixed with a patch by replacing carg(x) with atan2(cimag(x),creal(x)) ajtiM wrote / napísal(a): > Update to 6.5.4.10 on FreeBSD 7.2 > > magick/.libs/libMagickCore.so: undefined reference to `carg' > *** Error code 1 > magick/.libs/libMagickCore.so: undefined reference to `carg' > *** Error code 1 > 2 errors > *** Error code 2 > 1 error > *** Error code 1 > > Stop in /usr/ports/graphics/ImageMagick. > *** Error code 1 > > Stop in /usr/ports/graphics/ImageMagick. > > ===>>> make failed for graphics/ImageMagick > ===>>> Aborting update > >