ports/165335: [PATCH] graphics/swftools to use libgif

dirk.meyer at dinoex.sub.org dirk.meyer at dinoex.sub.org
Mon Feb 20 20:00:23 UTC 2012


>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:



More information about the freebsd-ports-bugs mailing list