Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2012 14:55:00 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        amdmi3@FreeBSD.org
Subject:   ports/165370: [PATCH] graphics/osg: migrate from libungif to giflib
Message-ID:  <201202211955.q1LJt00f026159@meatwad.mouf.net>
Resent-Message-ID: <201202212000.q1LK0T6H041717@freefall.freebsd.org>

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

>Number:         165370
>Category:       ports
>Synopsis:       [PATCH] graphics/osg: 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 20:00:28 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.

Port maintainer (amdmi3@FreeBSD.org) is cc'd.

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

--- osg-2.8.2_7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/osg/Makefile,v
retrieving revision 1.56
diff -u -u -r1.56 Makefile
--- Makefile	31 Oct 2011 09:53:16 -0000	1.56
+++ Makefile	21 Feb 2012 19:54:02 -0000
@@ -41,7 +41,7 @@
 OPTIONS=	CURL     "Support for cURL"                 off \
 		FREETYPE "Support for FreeType"             on \
 		GDAL     "Support for GDAL"                 off \
-		GIF      "Support for libungif"             on \
+		GIF      "Support for giflib"               on \
 		INVENTOR "Support for SGI OpenInventor"     off \
 		JASPER   "Support for JPEG2000"             off \
 		XINE     "Support for Xine"                 off \
@@ -94,7 +94,7 @@
 
 .if defined(WITH_GIF)
 FORCE_REQUIRE+=	GIFLIB
-LIB_DEPENDS+=	ungif.5:${PORTSDIR}/graphics/libungif
+LIB_DEPENDS+=	gif.5:${PORTSDIR}/graphics/giflib
 PLIST_SUB+=	GIF=""
 .else
 FORCE_IGNORE+=	GIFLIB
--- osg-2.8.2_7.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?201202211955.q1LJt00f026159>