aboutsummaryrefslogtreecommitdiff
path: root/graphics/opendx/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix core dump in dxexec. Bump PORTREVISION.Thomas Gellekum2001-10-121-0/+22
| | | | | | | PR: 31141. Notes: svn path=/head/; revision=48707
* Upgrade to 4.1.3.Thomas Gellekum2001-07-0510-262/+43
| | | | | | | | PR: 28307 Submitted by: Randall Hopper <aa8vb@nc.rr.com> Notes: svn path=/head/; revision=44783
* - Remove `-lcompat' again, the new patches contain code fixes.Thomas Gellekum2001-03-215-19/+187
| | | | | | | | - Fix paths in the documentation (/usr/lpp -> ${PREFIX}). - patch-ae is no longer needed with gmake. Notes: svn path=/head/; revision=40155
* Fix building.Thomas Gellekum2001-03-199-195/+32
| | | | | | | | | | PR: 23301 Submitted by: Mark van Woerkom <3d> Clean up (mis-)use of $ARCH. Notes: svn path=/head/; revision=40049
* Update to version 4.1.0.Steve Price2000-05-295-25/+25
| | | | | | | | PR: 18843 Submitted by: Randall Hopper <aa8vb@nc.rr.com> Notes: svn path=/head/; revision=28855
* Upgrade to 4.0.10.Thomas Gellekum2000-02-148-81/+84
| | | | Notes: svn path=/head/; revision=25817
* Upgrade to 4.0.9. Include some fixes for dxworker.Thomas Gellekum1999-11-031-4/+25
| | | | | | | | PR: 14213 Submitted by: Tatsuto Toyonaga <toyonaga@msd.ts.fujitsu.co.jp> Notes: svn path=/head/; revision=22886
* 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
* New port opendx, the Open Source version of IBM's Data Explorer.Thomas Gellekum1999-09-205-0/+66
Notes: svn path=/head/; revision=21820