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
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed thanks!