ports/165370: [PATCH] graphics/osg: migrate from libungif to giflib
Steve Wills
swills at FreeBSD.org
Tue Feb 21 20:00:31 UTC 2012
>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 at 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:
More information about the freebsd-ports-bugs
mailing list