diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-07-07 11:00:16 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-07-07 11:00:16 +0000 |
commit | 760887f574c626b100fae4a7847c818de717400a (patch) | |
tree | 730467251549782ea3af82591a9310b7a0604d49 /graphics/povray37/files/patch-unix_povray.conf | |
parent | net/dbeacon: Fix build with Clang 6 (diff) |
graphics/povray37: Update to 3.7.0.8
- Fixes build with Clang 6
- Reset maintainer after not responding for > 6 months
- While here add license and sort variables
Changes: https://github.com/POV-Ray/povray/releases/
PR: 215473
Submitted by: Andrey Zholos <aaz@q-fu.com>, Chad Jacob Milios <milios@ccsys.com>
Approved by: bkoenig@alpha-tierchen.de (maintainer timeout, > 6 months)
Notes
Notes:
svn path=/head/; revision=474071
Diffstat (limited to 'graphics/povray37/files/patch-unix_povray.conf')
-rw-r--r-- | graphics/povray37/files/patch-unix_povray.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/povray37/files/patch-unix_povray.conf b/graphics/povray37/files/patch-unix_povray.conf new file mode 100644 index 000000000000..912e7c75bb9d --- /dev/null +++ b/graphics/povray37/files/patch-unix_povray.conf @@ -0,0 +1,13 @@ +--- unix/povray.conf.orig 2018-05-27 09:54:06 UTC ++++ unix/povray.conf +@@ -89,8 +89,8 @@ forbidden + [Permitted Paths] + ;read = "/this/directory/contains space caracters" + read* = %INSTALLDIR%/include +-read* = %INSTALLDIR%/scenes +-read* = %INSTALLDIR%/../../etc ++read* = @@EXAMPLESDIR@@ ++read* = @@ETCDIR@@ + read* = %HOME% + read+write* = /tmp + read+write = . |