From owner-freebsd-ports@FreeBSD.ORG Wed Mar 26 06:45:03 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72F143EF; Wed, 26 Mar 2014 06:45:03 +0000 (UTC) Received: from mail-pb0-x235.google.com (mail-pb0-x235.google.com [IPv6:2607:f8b0:400e:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 453BEEC1; Wed, 26 Mar 2014 06:45:03 +0000 (UTC) Received: by mail-pb0-f53.google.com with SMTP id rp16so1513885pbb.40 for ; Tue, 25 Mar 2014 23:45:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=NA68GLXTZFSrzT5/mlpicXyjyePfu8bGBx/uNWeLY6c=; b=AgbU0bqr2Uyz5AI27VD1obbkxPS8FAjtoD3Ll1GFH4Jt9p5BDgs0ysQqpBjSRHPEpn +zQX5H4+cl2nr/hGpv925bh1qUaJHwY0KFrkzA/qIJQQVLlkyTLCFgJ+ClD3CFGJan78 jzlgB7CcZDjxBCqF9vM4MwXCBbqCkq4D5DMczJNfFyTAt8l30ODfemrS4hvKvR2h3tgW QTbC2jISXEhhIgsAi+mAc3OSvs3WcTbIgMYQb2w5VqMdx+t653mhFrPFADrgroubbEcR 9/O/+SMr75JBHL1hXnB4QJ8M/4Vvw2V8WrCiUjStyEeklUsBmJ3GKLvxLYTRFyqbhOPF jglg== MIME-Version: 1.0 X-Received: by 10.67.3.40 with SMTP id bt8mr2537133pad.78.1395816302922; Tue, 25 Mar 2014 23:45:02 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.0.164 with HTTP; Tue, 25 Mar 2014 23:45:02 -0700 (PDT) In-Reply-To: References: <53319795.9010705@FreeBSD.org> Date: Tue, 25 Mar 2014 23:45:02 -0700 X-Google-Sender-Auth: J_GXnH4ZacpQa3z60ej30iJCd9M Message-ID: Subject: Re: GraphicsMagick + perl From: Kevin Oberman To: Andriy Gapon Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 06:45:03 -0000 I was editing way to fast. While it should not impact function, s/IMAGEMAGICK/GRAPHICSMAGICK/ would be a really good idea. I don't know if GraphicsMagick has the same issue of needing to have threading match perl threading, so the whole section on this might be replaced with a simple THREADING option, but I wanted to play it safer since I am not familiar with the program. Sorry! On Tue, Mar 25, 2014 at 7:22 PM, Kevin Oberman wrote: > On Tue, Mar 25, 2014 at 7:49 AM, Andriy Gapon wrote: > >> >> Would anyone be so kind to add a perl option to GraphicsMagick similarly >> to >> ImageMagick? >> Currently GraphicsMagick is always configured --without-perl. >> Thanks! >> >> -- >> Andriy Gapon >> > > I am attaching a Makefile that MIGHT work. I don't use GraphMagick and > there are several things I am not sure of on this. I used ImageMagick as a > template. > > I did quite a bit more than add "--with_perl" in place of "--without-perl" > like deal with whether perl is threaded. I think it's right, but no > promises. If it works, you probably should submit it as a PR sine I am not > a commiter (nor should I be). > -- > R. Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com > -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com