aboutsummaryrefslogtreecommitdiff
path: root/graphics/opendx
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 4.0.10.Thomas Gellekum2000-02-1411-85/+90
| | | | Notes: svn path=/head/; revision=25817
* Upgrade to 4.0.9. Include some fixes for dxworker.Thomas Gellekum1999-11-033-8/+29
| | | | | | | | PR: 14213 Submitted by: Tatsuto Toyonaga <toyonaga@msd.ts.fujitsu.co.jp> Notes: svn path=/head/; revision=22886
* Add netcdf support.Thomas Gellekum1999-10-051-3/+6
| | | | Notes: svn path=/head/; revision=22171
* Don't use 'cc -D${ARCH} -c foo.c' especially when '${ARCH} = alpha' andSteve Price1999-09-291-0/+176
| | | | | | | | | | you have this in your code, 'double alpha[30];'. The preprocessor does what it's supposed to do and replaces all of occurrences of alpha with 1 and the compiler sees code like this 'double 1[10]' which it summarily yacks on. :) Notes: svn path=/head/; revision=22058
* Use a find | xargs perl command in post-patch to replace the -lXm'sSatoshi Asami1999-09-221-0/+4
| | | | | | | | | with ${MOTIFLIB}'s in all Makefile.in's. (The substitution pattern will only work for -lXm's in the middle of a line but since it requires other libraries, I guess that's ok.) Notes: svn path=/head/; revision=21867
* New port opendx, the Open Source version of IBM's Data Explorer.Thomas Gellekum1999-09-2010-0/+2400
Notes: svn path=/head/; revision=21820