summaryrefslogtreecommitdiff
path: root/graphics/pvmpov/files/patch-FreeBSD-strings
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 21:54:33 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 21:54:33 +0000
commit60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch)
tree42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/pvmpov/files/patch-FreeBSD-strings
parentsecurity/arirang: Mark broken with Ruby 2.0 or newer (diff)
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'graphics/pvmpov/files/patch-FreeBSD-strings')
-rw-r--r--graphics/pvmpov/files/patch-FreeBSD-strings61
1 files changed, 61 insertions, 0 deletions
diff --git a/graphics/pvmpov/files/patch-FreeBSD-strings b/graphics/pvmpov/files/patch-FreeBSD-strings
new file mode 100644
index 000000000000..f515bd7f9d15
--- /dev/null
+++ b/graphics/pvmpov/files/patch-FreeBSD-strings
@@ -0,0 +1,61 @@
+--- 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 <flierl@luga.de> - 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