Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2011 13:43:07 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        novel@FreeBSD.org
Subject:   ports/163589: [PATCH] astro/xplanet: switch to giflib
Message-ID:  <201112241843.pBOIh74e031902@meatwad.mouf.net>
Resent-Message-ID: <201112241930.pBOJUBVr047335@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112241843.pBOIh74e031902>