summaryrefslogtreecommitdiff
path: root/graphics/rayshade/patches
AgeCommit message (Collapse)AuthorFilesLines
1999-10-04This fixes an error that will only occur on machines fast enough tohubertf1-0/+22
compile through two directories in the "libray" directorie in 1 second: the upto-date check of libray.a will fail because it was already touched in this very second. Slowing things down here will help. (I seem to remember some hacking about this before, maybe in make(1), but I don't remember, and I won't start hacking make(1) now ;-)
1998-08-24Addition of rayshade-4.0, an extensible system for creating ray-tracedagc3-0/+118
images using the Utah Raster Toolkit, to the NetBSD packages collection. This was originally taken from the FreeBSD port, but hacked around to work on NetBSD.