--- pvmpov.patch.orig Sat Sep 8 00:29:33 2001 +++ pvmpov.patch Wed Feb 23 14:32:36 2005 @@ -579,9 +579,9 @@ /* Print redirecting options. */ -diff -r -c ../povray31/source/optout.h povray31/source/optout.h -*** ../povray31/source/optout.h Mon Nov 22 04:24:23 1999 ---- povray31/source/optout.h Thu Sep 6 14:29:51 2001 +diff -r -c povray31/source/optout.h.orig povray31/source/optout.h +*** povray31/source/optout.h.orig Tue Feb 22 23:47:08 2005 +--- povray31/source/optout.h Wed Feb 23 14:27:00 2005 *************** *** 19,24 **** --- 19,27 ---- @@ -595,29 +595,28 @@ *************** -*** 36,49 **** +*** 36,48 **** #define POV_RAY_VERSION "3.1g" - #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:" - #define DISTRIBUTION_MESSAGE_2 "FILL IN NAME HERE........................." + #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). */ #define MAX_HELP_PAGE 7 ! -! + /***************************************************************************** - * Global typedefs --- 39,58 ---- #define POV_RAY_VERSION "3.1g" - #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:" + #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled for" + #ifdef PVM + #define DISTRIBUTION_MESSAGE_2 "Jakob Flierl - PVMPOV Version 3.1g.2" + #else - #define DISTRIBUTION_MESSAGE_2 "FILL IN NAME HERE........................." + #define DISTRIBUTION_MESSAGE_2 "FreeBSD, http://www.freebsd.org/" + #endif #define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team(tm) is not responsible for supporting this version." @@ -629,8 +628,8 @@ #define MAX_HELP_PAGE 7 ! #endif + /***************************************************************************** - * Global typedefs diff -r -c ../povray31/source/povray.c povray31/source/povray.c *** ../povray31/source/povray.c Sat May 1 15:01:26 1999 --- povray31/source/povray.c Thu Sep 6 14:23:55 2001