diff options
author | swallace <swallace@FreeBSD.org> | 1994-12-29 09:10:57 +0800 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1994-12-29 09:10:57 +0800 |
commit | f1a50fa7e3f99652013d6280f032746ae0b9f207 (patch) | |
tree | 00e6dbe640c4530a59bfbcef4c845520f37ec046 /graphics/povray37/files | |
parent | 777f4c3dec8d7386d189fc04722f3d049d3426d4 (diff) | |
download | freebsd-ports-gnome-f1a50fa7e3f99652013d6280f032746ae0b9f207.tar.gz freebsd-ports-gnome-f1a50fa7e3f99652013d6280f032746ae0b9f207.tar.zst freebsd-ports-gnome-f1a50fa7e3f99652013d6280f032746ae0b9f207.zip |
Persistence of Vision Ray Tracer version 2.2
Submitted by: jmacd@uclink.berkeley.edu (Josh MacDonald)
Diffstat (limited to 'graphics/povray37/files')
-rw-r--r-- | graphics/povray37/files/patch-a | 21 | ||||
-rw-r--r-- | graphics/povray37/files/patch-b | 24 |
2 files changed, 45 insertions, 0 deletions
diff --git a/graphics/povray37/files/patch-a b/graphics/povray37/files/patch-a new file mode 100644 index 000000000000..3032690efeec --- /dev/null +++ b/graphics/povray37/files/patch-a @@ -0,0 +1,21 @@ +*** source/frame.h Thu Feb 3 10:23:12 1994 +--- newsource/frame.h Wed Dec 28 03:28:23 1994 +*************** +*** 36,43 **** + #define POV_RAY_VERSION "2.2" + + /* This message is for the personal distribution release. */ +! #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 is not responsible for supporting this version." + + #ifndef READ_ENV_VAR_BEFORE +--- 36,43 ---- + #define POV_RAY_VERSION "2.2" + + /* This message is for the personal distribution release. */ +! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled for" +! #define DISTRIBUTION_MESSAGE_2 "FreeBSD." + #define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team is not responsible for supporting this version." + + #ifndef READ_ENV_VAR_BEFORE diff --git a/graphics/povray37/files/patch-b b/graphics/povray37/files/patch-b new file mode 100644 index 000000000000..7ed5bb4af32a --- /dev/null +++ b/graphics/povray37/files/patch-b @@ -0,0 +1,24 @@ +*** machine/unix/xwindows.mak Sat Oct 9 12:39:46 1993 +--- newmachine/unix/xwindows.mak Wed Dec 28 03:27:46 1994 +*************** +*** 16,25 **** + + # Added for colorx addition. You _do_ have $X11 defined by your .cshrc, + # don't you? +! X11 = /usr + CFLAGS= -c -O +! LFLAGS = -O $(X11)/lib/libXt.a $(X11)/lib/libXext.a -lX11 \ +! -o povray + CC = cc + + OBJ = o +--- 16,24 ---- + + # Added for colorx addition. You _do_ have $X11 defined by your .cshrc, + # don't you? +! X11 = /usr/X11R6 + CFLAGS= -c -O +! LFLAGS = -O -lXt -lXext -lX11 -o povray + CC = cc + + OBJ = o |