Date: Tue, 21 Feb 2012 14:55:34 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: amdmi3@FreeBSD.org Subject: ports/165372: [PATCH] graphics/osg-devel: migrate from libungif to giflib Message-ID: <201202211955.q1LJtY4h027140@meatwad.mouf.net> Resent-Message-ID: <201202212000.q1LK0UB5041749@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165372 >Category: ports >Synopsis: [PATCH] graphics/osg-devel: 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:30 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-devel-2.9.11_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/osg-devel/Makefile,v retrieving revision 1.63 diff -u -u -r1.63 Makefile --- Makefile 18 Feb 2012 10:18:26 -0000 1.63 +++ Makefile 21 Feb 2012 19:55:20 -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-devel-2.9.11_3.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.q1LJtY4h027140>