Commit graph

15 commits

Author SHA1 Message Date
dholland
7e3bf295cf Improve the plop message generated when the OS isn't recognized. 2015-10-17 22:34:21 +00:00
dholland
a770ddc146 Pass around input buffer lengths properly and don't use gets().
PKGREVISION -> 11 for this and previous changes.
2012-12-27 00:23:21 +00:00
dholland
2a2f0cd6ed Some minor fixups. 2012-12-27 00:20:56 +00:00
dholland
29ecbe422e Fix up return types for clang. Fix problem this exposed calling XFlush()
with the wrong (no) arguments.
2012-12-26 22:31:31 +00:00
dholland
a1bbfc17fd When looking inside FILE, don't assume that platforms without specific
handling that are using gcc are also using glibc. Might fix the Solaris
build.

XXX: looking inside FILE is gross, someone should sort this out
XXX: in collaboration with upstream.
2012-12-26 21:55:37 +00:00
dholland
77ec2374d8 Disable the logic that regenerates the version information .c file, as it
(1) uses ed and breaks on linux, and (2) contrives to generate the wrong
version number.
2011-11-14 02:35:25 +00:00
dholland
195794b509 fix broken bulk build 2011-10-03 02:53:39 +00:00
dholland
68a16da69a Rewrite csh scripts in sh, by request of agc. Closes PR 37581.
While here, clean up a lot of pkglint; it appears that the manual
substitutions in the makefile got rolled into several of the patches
at some point. Various problems remain (e.g. the build system runs
/usr/bin/make explicitly in a number of places; plus the manual
substitutions should be tidied away) but this should cover the most
serious ones.

PKGREVISION++.
2009-04-29 05:15:14 +00:00
joerg
5d94bd3c49 Avoid conflict with libc symbol setcontext. 2007-04-18 18:47:21 +00:00
joerg
bbf54cc200 Never ever touch the included libtiff. Bump revision. 2006-04-28 16:55:10 +00:00
joerg
3c497f3de3 Make X11 dependency explicit. Use X11BASE for include and link pathes.
Add DragonFly support.
2006-02-26 21:26:32 +00:00
wiz
94cbd3d20d Make build with newer tiffs. Remove BROKEN_IN. 2006-02-18 21:27:57 +00:00
jschauma
6f458e98ae Make this work on IRIX. 2005-02-17 00:38:37 +00:00
jschauma
228b57a9a5 install lib files differently
also patch makefiles to use RANLIB and AR variables
2005-02-16 23:20:24 +00:00
jschauma
b984db48e2 Initial import of Radiance (aka ``ray'') into pkgsrc.
Radiance is a physically based rendering package written largely by Greg Ward,
initially at LBNL, EPFL, then SGI, now running Anyhere Software. It is a
physically-based, image-generating, backward raytracer with very a powerful
rendering engine. It is used worldwide for lighting analysis and can generate
accurate values for radiance/luminance (W/sr.m^2,cd/m^2) and
irradiance/illuminance (W/m,Lux).

http://www.radiance-online.org/
2005-02-16 22:17:33 +00:00