From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:51:35 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 977FB16A4DA for ; Mon, 7 Aug 2006 10:51:35 +0000 (UTC) (envelope-from sdrhodus@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6AF43D5C for ; Mon, 7 Aug 2006 10:51:33 +0000 (GMT) (envelope-from sdrhodus@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so1356199nfe for ; Mon, 07 Aug 2006 03:51:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=P4lzICkZppagKUHWF2ngqQXBfFp1e+CCsUJvp6yWMRDsh03UoI96Brwn8goSIjaRsD1eSVHE7CAFwANuCPi+vdd/dbGP5V+z226Wy6PdXYDCRCFMiuqWHoDkgz+etkLEOWucrvdMbLizoXK0FX6EU/sSSljPsW5tVxMxcqOyD7k= Received: by 10.78.156.6 with SMTP id d6mr2336326hue; Mon, 07 Aug 2006 03:51:32 -0700 (PDT) Received: by 10.78.143.10 with HTTP; Mon, 7 Aug 2006 03:51:32 -0700 (PDT) Message-ID: Date: Mon, 7 Aug 2006 06:51:32 -0400 From: "David Rhodus" Sender: sdrhodus@gmail.com To: "Ion-Mihai Tetcu" In-Reply-To: <20060801055533.6b5d8122@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607311640.k6VGe1rK039757@repoman.freebsd.org> <20060801055533.6b5d8122@it.buh.tecnik93.com> X-Google-Sender-Auth: d0ccdde5e8260909 Cc: Mathieu Arnold , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports UPDATING ports/graphics/GraphicsMagick Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 10:51:35 -0000 On 7/31/06, Ion-Mihai Tetcu wrote: > On Mon, 31 Jul 2006 16:40:01 +0000 (UTC) > Mathieu Arnold wrote: > > > mat 2006-07-31 16:40:01 UTC > > > > FreeBSD ports repository > > > > Modified files: > > . UPDATING > > graphics/GraphicsMagick Makefile > > Log: > > In order to fix a symbol collision between GraphicsMagick and > > libtidy, GraphicsMagick has been updated so that all its symbols are > > now prefixed with 'Gm'. All depending ports will have to be > > recompiled as noted in UPDATING. > > I have a nagging feeling this breaks more things that it fixes. > > For example: > ---> Reinstalling 'pecl-imagick-0.9.11_5' (graphics/pecl-imagick) > ---> Building '/usr/ports/graphics/pecl-imagick' > ..... > checking for imagick support... yes, shared > checking for imagick support... yes > Building with GraphicsMagick as backend > checking for GraphicsMagick in provided path... found in /usr/local > checking for GraphicsMagick 1.0.0 or later with /usr/local/bin/GraphicsMagick-config... 1.1.6 > checking for InitializeMagick in -lGraphicsMagick... no > configure: error: There is something wrong. Please check config.log for more information. > ===> Script "configure" failed unexpectedly. > Same error here. -DR