ports/163589: [PATCH] astro/xplanet: switch to giflib

Steve Wills swills at FreeBSD.org
Sat Dec 24 19:30:11 UTC 2011


>Number:         163589
>Category:       ports
>Synopsis:       [PATCH] astro/xplanet: switch 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:   Sat Dec 24 19:30:10 UTC 2011
>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 #8: Mon Dec 19 15:53:28 EST 2011
>Description:
Switch gif dependency to giflib. It's newer and API/ABI compatible. Also using giflib avoids duplicate files with kde meta ports and other ports that depend on giflib.

Port maintainer (novel at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- xplanet-1.2.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/astro/xplanet/Makefile,v
retrieving revision 1.51
diff -u -u -r1.51 Makefile
--- Makefile	23 Sep 2011 22:20:54 -0000	1.51
+++ Makefile	24 Dec 2011 18:41:07 -0000
@@ -48,7 +48,7 @@
 
 .if !defined(WITHOUT_GIF)
 CONFIGURE_ARGS+=	--with-gif
-LIB_DEPENDS+=	ungif.5:${PORTSDIR}/graphics/libungif
+LIB_DEPENDS+=	gif.5:${PORTSDIR}/graphics/giflib
 .else
 CONFIGURE_ARGS+=	--without-gif
 .endif
--- xplanet-1.2.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list