ports/165375: [PATCH] print/advi: migrate from libungif to giflib

Steve Wills swills at FreeBSD.org
Tue Feb 21 21:10:13 UTC 2012


>Number:         165375
>Category:       ports
>Synopsis:       [PATCH] print/advi: migrate from libungif to giflib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 21 21:10:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:
See patch, which makes this use giflib instead of libungif. The two were
recently made to conflict and giflib is the prefered one.

Submitting a PR on this rather than committing directly since it should wait
for PR ports/165369 to be committed first.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- advi-1.9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/print/advi/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	24 Oct 2011 03:33:13 -0000	1.14
+++ Makefile	21 Feb 2012 20:58:05 -0000
@@ -18,7 +18,7 @@
 
 BUILD_DEPENDS=	${CI_DEPEND}:${PORTSDIR}/graphics/ocaml-images \
 		kpsewhich:${PORTSDIR}/print/teTeX-base
-LIB_DEPENDS=	ungif.5:${PORTSDIR}/graphics/libungif \
+LIB_DEPENDS=	gif.5:${PORTSDIR}/graphics/giflib \
 		png.6:${PORTSDIR}/graphics/png \
 		jpeg.11:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff
--- advi-1.9.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list