[131830] trunk/dports/devel/ncurses/Portfile

mojca at macports.org mojca at macports.org
Mon Jan 19 08:56:20 PST 2015


Revision: 131830
          https://trac.macports.org/changeset/131830
Author:   mojca at macports.org
Date:     2015-01-19 08:56:20 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
ncurses: temporary workaround no longer needed, removed

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

Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile	2015-01-19 16:52:59 UTC (rev 131829)
+++ trunk/dports/devel/ncurses/Portfile	2015-01-19 16:56:20 UTC (rev 131830)
@@ -52,42 +52,6 @@
     }
 }
 
-pre-activate {
-    # a temporary workaround for a failure on a buildbot (to be removed immediately after resolution of the problem)
-    # try to remove non-registered symlinks
-    foreach file {
-        lib/libformw.dylib
-        lib/libmenuw.dylib
-        lib/libncursesw.dylib
-        lib/libpanelw.dylib
-        lib/libformw.5.dylib
-        lib/libmenuw.5.dylib
-        lib/libncursesw.5.dylib
-        lib/libpanelw.5.dylib
-        lib/libformw.a
-        lib/libmenuw.a
-        lib/libncursesw.a
-        lib/libpanelw.a
-        lib/pkgconfig/formw.pc
-        lib/pkgconfig/menuw.pc
-        lib/pkgconfig/ncursesw.pc
-        lib/pkgconfig/panelw.pc
-        lib/libncurses++w.a
-        lib/pkgconfig/ncurses++w.pc
-        lib/libtermcap.dylib
-        bin/ncursesw5-config
-    } {
-        set filepath ${prefix}/${file}
-        if {![catch {file readlink ${filepath}}]} {
-            if {[registry_file_registered ${filepath}] == "0"} {
-                if {[catch {delete ${filepath}}]} {
-                    ui_warn "Cannot delete ${filepath}"
-                }
-            }
-        }
-    }
-}
-
 post-destroot {
     set major [lindex [split $version .] 0]
     foreach f {form menu ncurses panel} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150119/31dc7ef4/attachment.html>


More information about the macports-changes mailing list