[74548] trunk/dports/lang/python26/Portfile

dluke at macports.org dluke at macports.org
Tue Dec 21 10:42:14 PST 2010


Revision: 74548
          http://trac.macports.org/changeset/74548
Author:   dluke at macports.org
Date:     2010-12-21 10:42:09 -0800 (Tue, 21 Dec 2010)
Log Message:
-----------
Incorporate +no_tkinter into the main port, no revbump as it was impossible to install without +no_tkinter

see #26387

Modified Paths:
--------------
    trunk/dports/lang/python26/Portfile

Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26/Portfile	2010-12-21 18:37:55 UTC (rev 74547)
+++ trunk/dports/lang/python26/Portfile	2010-12-21 18:42:09 UTC (rev 74548)
@@ -46,9 +46,10 @@
                         patch-Mac-PythonLauncher-Makefile.in.diff \
                         patch-Mac-Tools-Doc-setup.py.diff \
                         patch-setup.py-db46.diff \
-                        patch-Lib-ctypes-macholib-dyld.py.diff
+                        patch-Lib-ctypes-macholib-dyld.py.diff \
+                        patch-setup_no_tkinter.py.diff
 
-depends_lib             port:gettext port:zlib port:openssl port:tk \
+depends_lib             port:gettext port:zlib port:openssl \
                         port:sqlite3 port:db46 port:ncurses port:gdbm \
                         port:bzip2 port:readline
 
@@ -168,14 +169,6 @@
    configure.args-append   --enable-unicode=ucs4
 }
 
-variant no_tkinter description {Disable Tkinter support, which will break IDLE} {
-   patchfiles-append    patch-setup_no_tkinter.py.diff
-   depends_lib-delete   port:tk 
-}
-
-# ugh... temporary fix for a dependency loop, #26387
-default_variants +no_tkinter
-
 livecheck.type          regex
 livecheck.url           ${homepage}download/releases/
 livecheck.regex         Python (${branch}(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101221/54b1c2e9/attachment.html>


More information about the macports-changes mailing list