[152690] trunk/dports/games/chromium-bsu

ryandesign at macports.org ryandesign at macports.org
Wed Sep 14 13:41:36 PDT 2016


Revision: 152690
          https://trac.macports.org/changeset/152690
Author:   ryandesign at macports.org
Date:     2016-09-14 13:41:35 -0700 (Wed, 14 Sep 2016)
Log Message:
-----------
chromium-bsu: use "cp -pPR" instead of "cp -a"

Fixes build on Leopard and earlier.

Modified Paths:
--------------
    trunk/dports/games/chromium-bsu/Portfile

Added Paths:
-----------
    trunk/dports/games/chromium-bsu/files/
    trunk/dports/games/chromium-bsu/files/patch-misc-Makefile.in.diff

Modified: trunk/dports/games/chromium-bsu/Portfile
===================================================================
--- trunk/dports/games/chromium-bsu/Portfile	2016-09-14 20:18:02 UTC (rev 152689)
+++ trunk/dports/games/chromium-bsu/Portfile	2016-09-14 20:41:35 UTC (rev 152690)
@@ -29,6 +29,8 @@
                         port:mesa \
                         port:libGLU
 
+patchfiles              patch-misc-Makefile.in.diff
+
 post-patch {
     reinplace "s|\"../data\"|\"${prefix}/share/${name}\"|g" ${worksrcpath}/src/main.cpp
 }

Added: trunk/dports/games/chromium-bsu/files/patch-misc-Makefile.in.diff
===================================================================
--- trunk/dports/games/chromium-bsu/files/patch-misc-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/games/chromium-bsu/files/patch-misc-Makefile.in.diff	2016-09-14 20:41:35 UTC (rev 152690)
@@ -0,0 +1,11 @@
+--- misc/Makefile.in.orig	2016-09-05 23:13:45.000000000 -0500
++++ misc/Makefile.in	2016-09-14 15:22:54.000000000 -0500
+@@ -609,7 +609,7 @@
+ 	msgfmt --desktop -d $(top_srcdir)/po --template $< -o $@
+ 
+ chromium-bsu.png: $(top_srcdir)/data/png/hero.png
+-	cp -a $< $@
++	cp -pPR $< $@
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160914/58bc5dd1/attachment.html>


More information about the macports-changes mailing list