Date: Mon, 20 Feb 2012 20:50:37 +0100 (CET) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/165335: [PATCH] graphics/swftools to use libgif Message-ID: <201202201950.q1KJobRp061162@home8.dinoex.sub.de> Resent-Message-ID: <201202202000.q1KK0MhC095155@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165335 >Category: ports >Synopsis: [PATCH] graphics/swftools to use libgif >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 20 20:00:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 8.2-RELEASE >Organization: privat >Environment: >Description: swftools uses obsolete libungif as default support for libgif is already in configure. [...] checking for DGifOpen in -lungif... no checking for DGifOpen in -lgif... yes [...] >How-To-Repeat: >Fix: Apply the patch. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/swftools/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- Makefile 14 Jan 2012 22:26:58 -0000 1.41 +++ Makefile 20 Feb 2012 19:49:06 -0000 @@ -18,7 +18,7 @@ LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ jpeg.11:${PORTSDIR}/graphics/jpeg \ - ungif.5:${PORTSDIR}/graphics/libungif \ + gif.5:${PORTSDIR}/graphics/giflib \ fftw3:${PORTSDIR}/math/fftw3 \ freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202201950.q1KJobRp061162>