mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
- 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)
13 lines
359 B
Text
13 lines
359 B
Text
--- 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 = .
|