[47630] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Mon Mar 2 03:45:53 PST 2009


Revision: 47630
          http://trac.macports.org/changeset/47630
Author:   ryandesign at macports.org
Date:     2009-03-02 03:45:51 -0800 (Mon, 02 Mar 2009)
Log Message:
-----------
pure, pure-devel: run the old module check at post-destroot time, since doing so at post-install or post-activate runs into a deadlock; see #18722

Modified Paths:
--------------
    trunk/dports/lang/pure/Portfile
    trunk/dports/lang/pure-devel/Portfile

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2009-03-02 10:48:21 UTC (rev 47629)
+++ trunk/dports/lang/pure/Portfile	2009-03-02 11:45:51 UTC (rev 47630)
@@ -56,7 +56,7 @@
 test.run                yes
 test.target             check
 
-post-activate {
+post-destroot {
     # Check for old modules.
     set old_files {}
     foreach dir [glob -nocomplain -type d -tails -directory ${prefix}/lib pure-*] {

Modified: trunk/dports/lang/pure-devel/Portfile
===================================================================
--- trunk/dports/lang/pure-devel/Portfile	2009-03-02 10:48:21 UTC (rev 47629)
+++ trunk/dports/lang/pure-devel/Portfile	2009-03-02 11:45:51 UTC (rev 47630)
@@ -61,7 +61,7 @@
 test.run                yes
 test.target             check
 
-post-activate {
+post-destroot {
     # Check for old modules.
     set old_files {}
     foreach dir [glob -nocomplain -type d -tails -directory ${prefix}/lib pure-*] {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090302/2ee32ad5/attachment-0001.html>


More information about the macports-changes mailing list