From owner-freebsd-ports@FreeBSD.ORG Tue Feb 21 19:30:52 2012 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 3DFAC106566C for ; Tue, 21 Feb 2012 19:30:52 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 004538FC08 for ; Tue, 21 Feb 2012 19:30:51 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so11624185obc.13 for ; Tue, 21 Feb 2012 11:30:51 -0800 (PST) Received-SPF: pass (google.com: domain of lumiwa@gmail.com designates 10.182.149.71 as permitted sender) client-ip=10.182.149.71; Authentication-Results: mr.google.com; spf=pass (google.com: domain of lumiwa@gmail.com designates 10.182.149.71 as permitted sender) smtp.mail=lumiwa@gmail.com; dkim=pass header.i=lumiwa@gmail.com Received: from mr.google.com ([10.182.149.71]) by 10.182.149.71 with SMTP id ty7mr14970756obb.70.1329852651555 (num_hops = 1); Tue, 21 Feb 2012 11:30:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WZE5WkzBr3SImRCp8Tinp2/77dQF0fudKgQDZVQzBpQ=; b=Ol/G2GlPh0i27W08q26LvkaKTCX5Tkx9+YauNk+3NKcMaqgDXkC7v0y10M0szMkkHd NkHZa/HOKYRchaypWd5jpd1H2Kmur+TZs7clRw6cp3DKoEq/Z/PaTo4FLcA1vnXUFqFq t3Hz8bdckRbiQG6MqVmk78Ox51DCrrsBjWcFE= MIME-Version: 1.0 Received: by 10.182.149.71 with SMTP id ty7mr12600263obb.70.1329852650880; Tue, 21 Feb 2012 11:30:50 -0800 (PST) Received: by 10.182.198.7 with HTTP; Tue, 21 Feb 2012 11:30:50 -0800 (PST) In-Reply-To: <20120221084016.2fa4b3ba@scorpio> References: <4F434A3A.4060208@gwdg.de> <20120221084016.2fa4b3ba@scorpio> Date: Tue, 21 Feb 2012 13:30:50 -0600 Message-ID: From: Franci Nabalanci To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: giflib in graphics/gdal 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: Tue, 21 Feb 2012 19:30:52 -0000 I saw new gdal in ports... My question is: in the /usr/ports/UPDATING is first uninstall libungif and than install giflib and reinstall all ports. Is it correct to use portmaster -o graphics/giflib graphics/libungif And thew next question is I have in /var/db/pgs bot giflib and libingif. How can I find whic one is installed, please? Or are both? Thanks in advance. On Tue, Feb 21, 2012 at 7:40 AM, Jerry wrote: > On Tue, 21 Feb 2012 08:39:38 +0100 > Rainer Hurling articulated: > > > Dear list, > > > > after changing from graphics/ungif to graphics/giflib there is a > > problem with building graphics/gdal. Because other ports depending on > > it, this should be corrected as soon as possible, I think. > > > > The patch could be something like this: > > > > --- Makefile.orig 2012-02-08 07:52:24.000000000 +0100 > > +++ Makefile 2012-02-21 08:34:04.000000000 +0100 > > @@ -104,7 +104,7 @@ > > .endif > > > > .if !defined(WITHOUT_GIF) > > -LIB_DEPENDS+=3D ungif.5:${PORTSDIR}/graphics/libungif > > +LIB_DEPENDS+=3D gif.5:${PORTSDIR}/graphics/giflib > > CONFIGURE_ARGS+=3D --with-gif=3D${LOCALBASE} > > .endif > > > > @@ -276,9 +276,6 @@ > > .endif > > > > post-patch: > > -.if !defined(WITHOUT_GIF) > > - @${REINPLACE_CMD} -e 's|lgif|lungif|' ${WRKSRC}/configure > > -.endif > > .if defined(WITH_PYTHON) > > @${REINPLACE_CMD} -e '\ > > s,%%MAKE_ENV%%,${MAKE_ENV},; \ > > Did you contact the port maintainer: sunpoet@FreeBSD.org as well as > possibly submitting a PR against the port? If not, it might prove > useful. > > -- > Jerry =E2=99=94 > > Disclaimer: off-list followups get on-list replies or get ignored. > Please do not ignore the Reply-To header. > __________________________________________________________________ > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >