diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-08-13 10:24:38 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-08-13 10:24:38 +0000 |
commit | ee03f28f1ae0cdc66d686c4c633491056184cefb (patch) | |
tree | b169eaed95f125360133c2072fa8a7d72ad58fd5 /media-gfx/povray/files | |
parent | Version Bump sat4j-*. (diff) | |
download | gentoo-2-ee03f28f1ae0cdc66d686c4c633491056184cefb.tar.gz gentoo-2-ee03f28f1ae0cdc66d686c4c633491056184cefb.tar.bz2 gentoo-2-ee03f28f1ae0cdc66d686c4c633491056184cefb.zip |
Version Bump, QA e.g. do respect users choice of FLAGS and skip upstreams, add USE instead of using automagics, #292769, imported prefix support
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/povray/files')
-rw-r--r-- | media-gfx/povray/files/povray-3.7.0_beta38-print-extend-expiration-info.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-gfx/povray/files/povray-3.7.0_beta38-print-extend-expiration-info.patch b/media-gfx/povray/files/povray-3.7.0_beta38-print-extend-expiration-info.patch new file mode 100644 index 000000000000..022e7a50602c --- /dev/null +++ b/media-gfx/povray/files/povray-3.7.0_beta38-print-extend-expiration-info.patch @@ -0,0 +1,12 @@ +diff --git a/vfe/unix/unixconsole.cpp b/vfe/unix/unixconsole.cpp +index e2dffb0..94da68f 100644 +--- a/vfe/unix/unixconsole.cpp ++++ b/vfe/unix/unixconsole.cpp +@@ -259,6 +259,7 @@ void PrintBeta(int argc, char **argv) + if (current_time > HARD_EXPIRY) + { + fprintf(stderr, "%s: this pre-release version of POV-Ray for Unix expired on 1 January 2011\n", PACKAGE); ++ fprintf(stderr, "\nTo extend the license period, you can do something like the following\n(adjust syntax for your shell):\n\n export POVRAY_BETA=`povray --betacode 2>&1`\n\n"); + exit(RETURN_ERROR); + } + fprintf(stderr, "%s: this pre-release version of POV-Ray for Unix expires on 1 January 2011\n", PACKAGE); |