diff options
| author | Donald Burr <dburr@FreeBSD.org> | 1999-03-20 14:53:02 +0000 |
|---|---|---|
| committer | Donald Burr <dburr@FreeBSD.org> | 1999-03-20 14:53:02 +0000 |
| commit | d17fb8692173f4ab307c80db67bf5157fdff47f2 (patch) | |
| tree | ce2141bca64f0e36910b8a220e6b16a9de320c59 /graphics/povray31/files/patch-aa | |
| parent | Add MASTER_SITES (diff) | |
Submitted by: Oliver Fromme <olli@fromme.com>
Port of POVRAY 3.1d, a ray tracing program.
This is a new port of POVRAY 3.1d from the DOS sources. POVRAY 3.1d
is a more featureful and generally neater version of POVRAY.
Notes
Notes:
svn path=/head/; revision=17321
Diffstat (limited to 'graphics/povray31/files/patch-aa')
| -rw-r--r-- | graphics/povray31/files/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/povray31/files/patch-aa b/graphics/povray31/files/patch-aa new file mode 100644 index 000000000000..0ec9e51860a1 --- /dev/null +++ b/graphics/povray31/files/patch-aa @@ -0,0 +1,21 @@ +*** source/optout.h.orig Sat Jan 30 14:19:00 1999 +--- source/optout.h Wed Mar 17 22:28:44 1999 +*************** +*** 35,42 **** + + #define POV_RAY_VERSION "3.1d" + +! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:" +! #define DISTRIBUTION_MESSAGE_2 "FILL IN NAME HERE........................." + #define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team(tm) is not responsible for supporting this version." + + /* Number of help pages (numbered 0 to MAX_HELP_PAGE). */ +--- 35,42 ---- + + #define POV_RAY_VERSION "3.1d" + +! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled for" +! #define DISTRIBUTION_MESSAGE_2 "FreeBSD, http://www.freebsd.org/" + #define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team(tm) is not responsible for supporting this version." + + /* Number of help pages (numbered 0 to MAX_HELP_PAGE). */ |
