Bug 169163 - [patch] graphics/imlib giflib-related fix for the call to PrintGifError
Summary: [patch] graphics/imlib giflib-related fix for the call to PrintGifError
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-16 19:30 UTC by Kurt Jaeger
Modified: 2012-06-20 12:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.17 KB, patch)
2012-06-16 19:30 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2012-06-16 19:30:19 UTC
	imlib uses giflib, which was recently updated to 4.2.0
	During that update, PrintGifError(), a published interface from
	giflib, was deleted.
	Other ports (e.g. magicpoint) require imlib and PrintGifError()
	and fail to compile.

	This patch might not be the perfect solution (should that one
	be provided by giflib ?), but it seems to work 8-}

How-To-Repeat: 	see above
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-16 19:51:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-20 12:31:15 UTC
kwm         2012-06-20 11:31:01 UTC

  FreeBSD ports repository

  Modified files:
    graphics/imlib       Makefile 
  Added files:
    graphics/imlib/files patch-PrintGifError 
  Log:
  Fix unresolved symbol in library after giflib update.
  
  PR:             ports/169163
  Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu>
  
  Revision  Changes    Path
  1.115     +1 -1      ports/graphics/imlib/Makefile
  1.1       +21 -0     ports/graphics/imlib/files/patch-PrintGifError (new)
_______________________________________________
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 Koop Mast freebsd_committer freebsd_triage 2012-06-20 12:31:17 UTC
State Changed
From-To: open->closed

Committed thanks!