[140744] trunk/dports/graphics/povray/files/patch-unix-prebuild.sh.diff

ryandesign at macports.org ryandesign at macports.org
Thu Oct 1 17:02:08 PDT 2015


Revision: 140744
          https://trac.macports.org/changeset/140744
Author:   ryandesign at 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:
--------------
    trunk/dports/graphics/povray/files/patch-unix-prebuild.sh.diff

Modified: trunk/dports/graphics/povray/files/patch-unix-prebuild.sh.diff
===================================================================
--- 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
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151001/01a27cbf/attachment.html>


More information about the macports-changes mailing list