Bug 165335 - [PATCH] graphics/swftools to use libgif
Summary: [PATCH] graphics/swftools to use libgif
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: Carlo Strub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-20 20:00 UTC by dirk.meyer
Modified: 2012-02-24 18:40 UTC (History)
0 users

See Also:


Attachments
file.diff (586 bytes, patch)
2012-02-20 20:00 UTC, dirk.meyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dirk.meyer 2012-02-20 20:00:21 UTC
	swftools uses obsolete libungif as default
	support for libgif is already in configure.

[...]
checking for DGifOpen in -lungif... no
checking for DGifOpen in -lgif... yes
[...]

Fix: Apply the patch.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-20 20:00:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-24 18:32:25 UTC
cs          2012-02-24 18:32:15 UTC

  FreeBSD ports repository

  Modified files:
    graphics/swftools    Makefile 
  Log:
  Replace obsolete libungif dependency by libgif.
  
  PR:             ports/165335
  Submitted by:   dinoex@
  Approved by:    cs@ (maintainer), glarkin@ (mentor, implicit)
  
  Revision  Changes    Path
  1.42      +3 -3      ports/graphics/swftools/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 Carlo Strub freebsd_committer freebsd_triage 2012-02-24 18:33:08 UTC
State Changed
From-To: open->closed

Committed. Thank you very much.