[127677] trunk/dports/devel/isl/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Oct 31 18:52:51 PDT 2014


Revision: 127677
          https://trac.macports.org/changeset/127677
Author:   mcalhoun at macports.org
Date:     2014-10-31 18:52:51 -0700 (Fri, 31 Oct 2014)
Log Message:
-----------
isl: "deactivate hack" has been in place for over two years (r93462), giving everyone enough time to upgrade

Revision Links:
--------------
    https://trac.macports.org/changeset/93462

Modified Paths:
--------------
    trunk/dports/devel/isl/Portfile

Modified: trunk/dports/devel/isl/Portfile
===================================================================
--- trunk/dports/devel/isl/Portfile	2014-11-01 01:26:57 UTC (rev 127676)
+++ trunk/dports/devel/isl/Portfile	2014-11-01 01:52:51 UTC (rev 127677)
@@ -42,28 +42,5 @@
 test.run            yes
 test.target         check
 
-pre-activate {
-    # In r92992, cloog switched from installing it's own copy of isl to depending on isl, which means:
-    #     *) cloog can't upgrade until isl is installed
-    #     *) isl can't be installed until cloog is upgraded
-    #
-    # The "deactivate hack" forces old versions of cloog to deactivate before installing isl
-    # See #34477
-    #
-    # Legacy port deactivation hack added 2012-05-23
-    #
-    if { ![catch {set cloog_installed [lindex [registry_active cloog] 0]}] } {
-        # cloog is installed and active
-        
-        set cloog_epoch   [lindex ${cloog_installed} 5]
-        
-        if { ${cloog_epoch} < 1 } {
-            # cloog is sufficiently old to install it's own copy of isl
-            # force deactivation
-            registry_deactivate_composite cloog "" [list ports_nodepcheck 1]
-        }
-    }
-}
-
 livecheck.type      regex
 livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141031/e602227e/attachment.html>


More information about the macports-changes mailing list