summaryrefslogtreecommitdiff
path: root/graphics/povray/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-18 15:57:37 +0000
committeradam <adam@pkgsrc.org>2004-11-18 15:57:37 +0000
commit87179465a8da02d8baffb6cf73eab8cdbf48a9ab (patch)
treeea2d74757ce7ed35987210e8c6c4b99b254ed386 /graphics/povray/patches
parent6a8fdf8714354836a3460840b3674639e4cb5ae2 (diff)
downloadpkgsrc-87179465a8da02d8baffb6cf73eab8cdbf48a9ab.tar.gz
Changes 3.6.1:
- 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.
Diffstat (limited to 'graphics/povray/patches')
-rw-r--r--graphics/povray/patches/patch-aa21
-rw-r--r--graphics/povray/patches/patch-ab30
-rw-r--r--graphics/povray/patches/patch-ac12
-rw-r--r--graphics/povray/patches/patch-ad16
4 files changed, 16 insertions, 63 deletions
diff --git a/graphics/povray/patches/patch-aa b/graphics/povray/patches/patch-aa
index 30b9447cb2a..e966be43522 100644
--- a/graphics/povray/patches/patch-aa
+++ b/graphics/povray/patches/patch-aa
@@ -1,19 +1,14 @@
-$NetBSD: patch-aa,v 1.3 2003/08/31 23:04:15 gavan Exp $
+$NetBSD: patch-aa,v 1.4 2004/11/18 15:57:38 adam Exp $
---- src/optout.h.orig Tue Jan 7 01:30:05 2003
-+++ src/optout.h
-@@ -45,11 +45,10 @@
- #define POV_RAY_COPYRIGHT "Copyright 1991-2002 POV-Ray Team(tm)"
- #define OFFICIAL_VERSION_NUMBER 350
+--- 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:"
--#error You must complete the following DISTRIBUTION_MESSAGE macro
+ #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_1 "This is an unofficial version compiled for"
+#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."
--
-+
- /* Number of help pages (numbered 0 to MAX_HELP_PAGE). */
- #define MAX_HELP_PAGE 7
diff --git a/graphics/povray/patches/patch-ab b/graphics/povray/patches/patch-ab
deleted file mode 100644
index 400fe0f545f..00000000000
--- a/graphics/povray/patches/patch-ab
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2004/01/16 08:07:54 jklos Exp $
-
---- src/Makefile.in.orig Tue Jan 7 01:23:23 2003
-+++ src/Makefile.in
-@@ -35,6 +35,7 @@
-
-
- SHELL = @SHELL@
-+GCC = @GCC@
-
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
-@@ -92,9 +93,14 @@ povray_SOURCES = atmosph.cpp bbox.cpp bc
- DEFS = -DPREFIX=\"$(prefix)\" -DPOV_LIB_DIR=\"@datadir@/povray-3.5\" -DCOMPILER_VER=\".Linux.$(CC)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DUSE_IO_RESTRICTIONS=\"$(ac_use_io_restrictions)\"
- NOMULTICHAR = `if [ "X$(CC)" = "Xgcc" ]; then echo "-Wno-multichar"; fi `
- LDADD = @X_LIBS@
--CFLAGS = -O3 -mcpu=i586 -march=i586 -finline-functions -ffast-math -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -foptimize-sibling-calls -minline-all-stringops -Wno-multichar
--CXXFLAGS = $(NOMULTICHAR) -O3 -finline-functions -ffast-math -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -foptimize-sibling-calls -minline-all-stringops -Wno-multichar
--LDFLAGS = @X_CFLAGS@
-+.ifdef GCC
-+CFLAGS = -O3 -finline-functions -ffast-math -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -Wno-multichar
-+CXXFLAGS = $(NOMULTICHAR) -O3 -finline-functions -ffast-math -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -Wno-multichar
-+.else
-+CFLAGS = @CFLAGS@
-+CXXFLAGS = @CXXFLAGS@
-+.endif
-+LDFLAGS = @LDFLAGS@
- EXTRA_DIST = xpovicon.xbm xpovmask.xbm xpovicon.xpm
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = conf.h
diff --git a/graphics/povray/patches/patch-ac b/graphics/povray/patches/patch-ac
deleted file mode 100644
index 23ddbf2c87e..00000000000
--- a/graphics/povray/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2003/08/31 23:04:16 gavan Exp $
-
---- configure.orig Tue Jan 7 01:21:55 2003
-+++ configure
-@@ -3363,6 +3363,7 @@ s%@X_PRE_LIBS@%$X_PRE_LIBS%g
- s%@X_LIBS@%$X_LIBS%g
- s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
- s%@LIBOBJS@%$LIBOBJS%g
-+s%@GCC@%$GCC%g
-
- CEOF
- EOF
diff --git a/graphics/povray/patches/patch-ad b/graphics/povray/patches/patch-ad
index 573e15d60af..5feca0ec021 100644
--- a/graphics/povray/patches/patch-ad
+++ b/graphics/povray/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.1 2003/09/10 22:35:56 jmmv Exp $
+$NetBSD: patch-ad,v 1.2 2004/11/18 15:57:38 adam Exp $
---- Makefile.in.orig 2003-01-07 02:22:44.000000000 +0100
+--- Makefile.in.orig 2004-08-02 23:20:09.000000000 +0000
+++ Makefile.in
-@@ -46,7 +46,7 @@ bindir = @bindir@
+@@ -169,7 +169,7 @@ program_transform_name = @program_transf
sbindir = @sbindir@
- libexecdir = @libexecdir@
- datadir = @datadir@
+ sharedstatedir = @sharedstatedir@
+ subdirs = @subdirs@
-sysconfdir = @sysconfdir@
+sysconfdir = @datadir@/examples/@PACKAGE@
- sharedstatedir = @sharedstatedir@
- localstatedir = @localstatedir@
- libdir = @libdir@
+ target_alias = @target_alias@
+
+ # Directories.