Bug 104542 - graphics/yafray fix
Summary: graphics/yafray fix
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-18 16:50 UTC by David Yeske
Modified: 2006-10-21 11:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Yeske 2006-10-18 16:50:18 UTC
Fix Yafray on FreeBSD by using malloc() when posix_memalign() is not available.
Remove WITH_OPTIMIZED_CFLAGS knob until scons based ports play nice with it.

Fix: 

http://futurebsd.sourceforge.net/freebsd/ports/patch-yafray
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-10-18 17:17:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-21 11:12:37 UTC
rafan       2006-10-21 10:12:31 UTC

  FreeBSD ports repository

  Modified files:
    graphics/yafray      Makefile 
    graphics/yafray/files patch-src_yafraycore_y_alloc.h 
  Log:
  - Unbreak on system < 7.x by using malloc(3)
  - Remove optimized cflags until other scons based ports play nice with them
  
  PR:             ports/104542
  Submitted by:   David Yeske <dyeske at yahoo.com> (maintainer)
  Approved by:    portmgr (erwin)
  
  Revision  Changes    Path
  1.14      +2 -12     ports/graphics/yafray/Makefile
  1.2       +18 -3     ports/graphics/yafray/files/patch-src_yafraycore_y_alloc.h
_______________________________________________
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 Rong-En Fan freebsd_committer freebsd_triage 2006-10-21 11:12:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!