[95243] trunk/dports/games/fife/Portfile

jmr at macports.org jmr at macports.org
Sat Jul 7 09:29:14 PDT 2012


Revision: 95243
          https://trac.macports.org/changeset/95243
Author:   jmr at macports.org
Date:     2012-07-07 09:29:12 -0700 (Sat, 07 Jul 2012)
Log Message:
-----------
fife: remove pre-build code that requires python_select (#32661)

Modified Paths:
--------------
    trunk/dports/games/fife/Portfile

Modified: trunk/dports/games/fife/Portfile
===================================================================
--- trunk/dports/games/fife/Portfile	2012-07-07 16:01:06 UTC (rev 95242)
+++ trunk/dports/games/fife/Portfile	2012-07-07 16:29:12 UTC (rev 95243)
@@ -34,20 +34,6 @@
 use_configure           no
 use_parallel_build      no
 
-pre-build {
-     if { ![string equal [string trim [ exec ${prefix}/bin/python_select -s] ] "python26" ] } {
-        ui_error "#################################################"
-        ui_error "Python 2.6 is currently not selected as default, "
-        ui_error "so fife's binary module will probably not load   "
-        ui_error "correctly into this version of Python.           "
-        ui_error "Please execute                                   "
-        ui_error "    sudo ${prefix}/bin/python_select python26    "
-        ui_error "and try again.                                   "
-        ui_error "#################################################"
-        return -code error "wrong python version selected"
-    }
-}
-
 build.cmd               scons
 build.target            fife
 build.args              --prefix=${prefix} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120707/9657c82d/attachment.html>


More information about the macports-changes mailing list