Blender is looking for OpenGL headers in the hard-coded location /usr/X11R6/include. This works with the compatibility symlink in place, but fails when upgrading a pre-Xorg-7.2 system and will certainly also break once the symlink has been removed. Fix: The attached patch to graphics/blender-devel/Makefile makes Blender look in the right place (${X11BASE}/include). Patch attached with submission follows:
State Changed From-To: open->feedback Awaiting maintainers feedback
This looks good to me. I'll have the 2.44 update submitted pretty soon also. ----- Original Message ---- From: Edwin Groothuis <edwin@FreeBSD.org> To: dyeske@yahoo.com Sent: Friday, June 1, 2007 3:50:08 PM Subject: Re: ports/113233: [PATCH] graphics/blender-devel build fails if /usr/X11R6 does not exist Maintainer of graphics/blender-devel, Please note that PR ports/113233 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/113233 -- Edwin Groothuis edwin@FreeBSD.org ____________________________________________________________________________________ Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
State Changed From-To: feedback->open maitnainer approved
rafan 2007-06-21 06:36:49 UTC FreeBSD ports repository Modified files: graphics/blender-devel Makefile Log: - Don't hard-coded X11BASE as /usr/X11R6. This fixes build when there is no /usr/X11R6 symlink. PR: ports/113233 Submitted by: Bartosz Fabianowski <freebsd at chillt.de> Approved by: David Yeske <dyeske at yahoo.com> (maintainer) Revision Changes Path 1.34 +2 -1 ports/graphics/blender-devel/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"
State Changed From-To: open->closed Committed. Thanks!