[95843] trunk/dports/lang/eero-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 24 09:20:41 PDT 2012


Revision: 95843
          https://trac.macports.org/changeset/95843
Author:   ryandesign at macports.org
Date:     2012-07-24 09:20:41 -0700 (Tue, 24 Jul 2012)
Log Message:
-----------
eero-devel: remove pre-activate block which was only necessary in the clang-2.9 / clang-3.0 / clang-3.1 ports

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

Modified: trunk/dports/lang/eero-devel/Portfile
===================================================================
--- trunk/dports/lang/eero-devel/Portfile	2012-07-24 16:18:07 UTC (rev 95842)
+++ trunk/dports/lang/eero-devel/Portfile	2012-07-24 16:20:41 UTC (rev 95843)
@@ -212,14 +212,3 @@
         ${sub_prefix}/lib/libLLVM-3.2svn.dylib \
         ${destroot}${sub_prefix}/lib/libclang.dylib"
 }
-
-pre-activate {
-    # An earlier version of this port accidentally installed ${sub_prefix}/bin/ld
-    # rather than ${destroot}${sub_prefix}/bin/ld
-    set filepath ${sub_prefix}/bin/ld
-    if {[file exists ${filepath}] && [registry_file_registered ${filepath}] == "0"} {
-        if {[catch {delete ${filepath}}]} {
-            ui_warn "Cannot delete ${filepath}; please remove it manually"
-        }
-    }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120724/77fd26ae/attachment.html>


More information about the macports-changes mailing list