[110044] trunk/dports/lang/v8/Portfile

cal at macports.org cal at macports.org
Sun Aug 25 07:20:19 PDT 2013


Revision: 110044
          https://trac.macports.org/changeset/110044
Author:   cal at macports.org
Date:     2013-08-25 07:20:18 -0700 (Sun, 25 Aug 2013)
Log Message:
-----------
v8: attempt to fix build on the buildbots

Modified Paths:
--------------
    trunk/dports/lang/v8/Portfile

Modified: trunk/dports/lang/v8/Portfile
===================================================================
--- trunk/dports/lang/v8/Portfile	2013-08-25 13:50:23 UTC (rev 110043)
+++ trunk/dports/lang/v8/Portfile	2013-08-25 14:20:18 UTC (rev 110044)
@@ -25,6 +25,11 @@
 
 variant universal       {}
 
+post-patch {
+    # checkout fails on the buildbot without --trust-server-cert
+    reinplace "s#svn checkout --force#svn checkout --force --non-interactive --trust-server-cert#g" ${worksrcpath}/Makefile
+}
+
 configure.cmd           make
 configure.pre_args
 configure.args          dependencies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130825/5091696a/attachment.html>


More information about the macports-changes mailing list