Bug 113233 - [PATCH] graphics/blender-devel build fails if /usr/X11R6 does not exist
Summary: [PATCH] graphics/blender-devel build fails if /usr/X11R6 does not exist
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-01 20:50 UTC by freebsd
Modified: 2007-06-21 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (344 bytes, patch)
2007-06-01 20:50 UTC, freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2007-06-01 20:50:04 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-01 20:50:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 David Yeske 2007-06-01 21:09:21 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-01 23:48:32 UTC
State Changed
From-To: feedback->open

maitnainer approved
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-06-21 07:36:54 UTC
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"
Comment 5 Rong-En Fan freebsd_committer freebsd_triage 2007-06-21 07:36:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!