Revision
140744
Author
ryandesign@macports.org
Date
2015-10-01 17:02:08 -0700 (Thu, 01 Oct 2015)

Log Message

povray: use a different fix (the one upstream ended up using) for BSD cp compatibility that does not compromise GNU cp compatibility

Modified Paths

Diff

Modified: trunk/dports/graphics/povray/files/patch-unix-prebuild.sh.diff (140743 => 140744)


--- trunk/dports/graphics/povray/files/patch-unix-prebuild.sh.diff	2015-10-01 23:57:02 UTC (rev 140743)
+++ trunk/dports/graphics/povray/files/patch-unix-prebuild.sh.diff	2015-10-02 00:02:08 UTC (rev 140744)
@@ -1,16 +1,18 @@
 https://github.com/POV-Ray/povray/issues/5
 https://github.com/POV-Ray/povray/issues/6
 --- unix/prebuild.sh.orig	2013-11-06 14:28:15.000000000 -0600
-+++ unix/prebuild.sh	2013-11-23 19:25:18.000000000 -0600
-@@ -358,7 +358,7 @@
++++ unix/prebuild.sh	2013-11-23 22:28:29.000000000 -0600
+@@ -353,8 +353,8 @@
+   for file in \
+     AUTHORS ChangeLog configure.ac COPYING NEWS README VERSION \
+     povray.1 povray.conf \
+-    scripts/ \
+-    ../distribution/ini/ ../distribution/include/ ../distribution/scenes/
++    scripts \
++    ../distribution/ini ../distribution/include ../distribution/scenes
    do
      out=`basename $file`
      echo "Create ../$out`test -d $file && echo /`"
--    $cp_u -f -R $file ../  ||  echo "$file not copied !"
-+    $cp_u -f -R $file ../$out  ||  echo "$file not copied !"
-     chmod -f -R u+rw ../$out
-   done
- 
 @@ -724,7 +724,7 @@
  autoheader --warnings=all