home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_povray.idb / usr / freeware / src / povray / patches.z / patches
Encoding:
Text File  |  1999-04-16  |  2.4 KB  |  51 lines

  1. --- ./source/unix/unixconf.h    Thu Mar  4 20:06:50 1999
  2. +++ ../povray31/./source/unix/unixconf.h    Wed Mar 31 04:47:32 1999
  3. @@ -74,7 +74,7 @@
  4.   * Define the default location of the POV-Ray library
  5.   */
  6.  #ifndef POV_LIB_DIR
  7. -#define POV_LIB_DIR    "/usr/local/lib/povray31"
  8. +#define POV_LIB_DIR    "/usr/freeware/lib/povray31"
  9.  #endif
  10.  
  11.  /**********************************************************/
  12. --- ./source/unix/povray.1    Thu Mar  4 18:45:32 1999
  13. +++ ../povray31/./source/unix/povray.1    Wed Mar 31 04:48:10 1999
  14. @@ -22,7 +22,7 @@
  15.  description language, or for a better explanation of the meaning of the
  16.  command\-line and INI file options, please consult the documentation
  17.  that should accompany all versions of \fBPOV\-Ray\fP.  On some sites this
  18. -will be installed in /usr/local/lib/povray31.  Some of the Unix specific
  19. +will be installed in /usr/freeware/lib/povray31.  Some of the Unix specific
  20.  features are:
  21.  .IP
  22.  Support for X Windows display automatically uses the best visual class
  23. @@ -319,14 +319,14 @@
  24.  the location for the standard include files, first in the environment 
  25.  variable \fI$POVINI\fP, then in \fI./povray.ini\fP, then in 
  26.  \fI$HOME/.povrayrc\fP, then in 
  27. -\fI/usr/local/lib/povray31/povray.ini\fP, which directory can be changed at 
  28. +\fI/usr/freeware/lib/povray31/povray.ini\fP, which directory can be changed at 
  29.  compile\-time by modifying POVLIBDIR in the makefile.
  30.  .LP
  31.  POVLEGAL.DOC should be accompany all installations of \fBPOV\-Ray\fP,
  32.  and outlines specific conditions and restrictions on the \fBPOV\-Ray\fP
  33.  software.  A condition of POVLEGAL.DOC requires that documentation, INI,
  34.  and scene files be available to all users of \fBPOV\-Ray\fP  They are
  35. -often installed in /usr/local/lib/povray31, but may be in other locations
  36. +often installed in /usr/freeware/lib/povray31, but may be in other locations
  37.  on some systems.
  38.  .LP
  39.  The most recent version of \fBPOV\-Ray\fP and its documentation can always
  40. --- ./source/optout.h    Thu Mar  4 21:09:49 1999
  41. +++ ../povray31/./source/optout.h    Wed Mar 31 06:06:40 1999
  42. @@ -36,7 +36,7 @@
  43.  #define POV_RAY_VERSION "3.1e"
  44.  
  45.  #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:"
  46. -#define DISTRIBUTION_MESSAGE_2 "FILL IN NAME HERE........................."
  47. +#define DISTRIBUTION_MESSAGE_2 "Vince Levey <vincel@sgi.com>"
  48.  #define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team(tm) is not responsible for supporting this version."
  49.  
  50.  /* Number of help pages (numbered 0 to MAX_HELP_PAGE). */
  51.