[127863] trunk/dports/kde/rkward/Portfile

mk at macports.org mk at macports.org
Wed Nov 5 11:49:14 PST 2014


Revision: 127863
          https://trac.macports.org/changeset/127863
Author:   mk at macports.org
Date:     2014-11-05 11:49:13 -0800 (Wed, 05 Nov 2014)
Log Message:
-----------
rkward: trying to fix build on buildbots

Modified Paths:
--------------
    trunk/dports/kde/rkward/Portfile

Modified: trunk/dports/kde/rkward/Portfile
===================================================================
--- trunk/dports/kde/rkward/Portfile	2014-11-05 18:27:29 UTC (rev 127862)
+++ trunk/dports/kde/rkward/Portfile	2014-11-05 19:49:13 UTC (rev 127863)
@@ -52,6 +52,14 @@
 
 build.dir           ${worksrcpath}/build
 
+# We force deletion of all residual (previously not properly destrooted) rkward files 
+# possibly installed on the buildbots, which otherwise fail for the rkward port
+# [this can be deleted once the buildbots are clean again]:
+pre-activate {
+   delete ${frameworks_dir}/R.framework/Resources/library/rkward/
+   delete ${frameworks_dir}/R.framework/Resources/library/rkwardtests/
+}
+
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/${name}/files/Current_Stable_Releases/
 livecheck.regex     "${name}-(\\d+\\.\\d+\\.\\d+)\\.tar"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141105/683aa468/attachment.html>


More information about the macports-changes mailing list