Bug 165370 - [PATCH] graphics/osg: migrate from libungif to giflib
Summary: [PATCH] graphics/osg: migrate from libungif to giflib
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 20:00 UTC by Steve Wills
Modified: 2012-02-22 22:02 UTC (History)
1 user (show)

See Also:


Attachments
osg-2.8.2_7.patch (936 bytes, patch)
2012-02-21 20:00 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2012-02-21 20:00:28 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-21 20:00:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-22 21:51:46 UTC
amdmi3      2012-02-22 21:51:35 UTC

  FreeBSD ports repository

  Modified files:
    graphics/osg         Makefile 
    graphics/osg-devel   Makefile 
  Log:
  - Switch from libungif to giflib
  
  PR:             165370, 165372
  Submitted by:   Steve Wills <swills@freebsd.org>
  
  Revision  Changes    Path
  1.64      +2 -2      ports/graphics/osg-devel/Makefile
  1.57      +3 -3      ports/graphics/osg/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2012-02-22 22:02:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!