aboutsummaryrefslogtreecommitdiff
path: root/graphics/yafray
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Unbreak on 4.x through USE_GCC=3.4+Volker Stolz2005-07-251-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=140074
* Add missing filesKris Kennaway2004-11-131-0/+2
| | | | Notes: svn path=/head/; revision=121497
* Unbreak on 5.X and -CURRENT.Alexey Dokuchaev2004-10-063-4/+26
| | | | | | | | Reported by: kris Approved by: portmgr (krion), fjoe (mentor, implicit) Notes: svn path=/head/; revision=118557
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-301-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118509
* - Update to 0.0.6Pav Lucistnik2004-03-213-11/+48
| | | | | | | | PR: ports/64531 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer) Notes: svn path=/head/; revision=104837
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Update to version 0.0.4Kirill Ponomarev2003-10-065-16/+14
| | | | | | | | PR: 57636 Submitted by: maintainer Notes: svn path=/head/; revision=90394
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-141-7/+3
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* Add yafray 0.0.3, a fast XML based raytracer.Will Andrews2003-06-035-0/+72
PR: 52405 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=82123