87179465a8
- a completely rewritten and much more universal configure script. see INSTALL for more information. - new documentation format. It has been tested with several newer browsers, Netscape 4.x will not work well unless you disable style sheets. Note some of the png images do not display correctly in some newer versions of Konqueror. This is a bug in Konqueror. A possible workaround would be to process all png images through the NetPBM tools: pngtopnm image_old.png | pnmtopng > image.png - new default locations for the configuration files (povray.ini and povray.conf). See chapter 1 of the documentation for details. - a new io-restrictions configuration file format. The new format is not compatible to 3.5 but due to the changed file locations this does not prevent parallel use of POV-Ray 3.5 and 3.6. - sample scene render scripts. See section 1.3.6 of the docs for instructions how to use them. - a benchmark rendering mode: see section 1.6.2 of the docs. - KDE integration (file types and panel icons) If someone here is familiar with doing the same kind of thing in GNOME this would be helpful. - various internal changes not directly visible to the user.
14 lines
643 B
Text
14 lines
643 B
Text
$NetBSD: patch-aa,v 1.4 2004/11/18 15:57:38 adam Exp $
|
|
|
|
--- source/optout.h.orig 2004-08-02 23:15:55.000000000 +0000
|
|
+++ source/optout.h
|
|
@@ -56,8 +56,7 @@ BEGIN_POV_NAMESPACE
|
|
|
|
#define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:"
|
|
#ifndef DISTRIBUTION_MESSAGE_2
|
|
-#error You must complete the following DISTRIBUTION_MESSAGE_2 definition
|
|
-#define DISTRIBUTION_MESSAGE_2 " FILL IN NAME HERE........................."
|
|
+#define DISTRIBUTION_MESSAGE_2 " The NetBSD Packages collection (http://www.pkgsrc.org/)"
|
|
#endif
|
|
#define DISTRIBUTION_MESSAGE_3 " The POV-Ray Team(tm) is not responsible for supporting this version."
|
|
|