Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#2845 closed defect (fixed)

python 2.4 no-tk variant still installs tcl/tk

Reported by: mvitocruz@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: python24

Description (last modified by ryandesign (Ryan Carsten Schmidt))

The problem seems to be a mismatch between the depends_lib-delete and depends_lib arguments. I've placed a patch to fix it below:

Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/python24/Portfile,v
retrieving revision 1.14
diff -u -r1.14 Portfile
--- Portfile    8 Apr 2005 17:09:54 -0000       1.14
+++ Portfile    4 Apr 2005 01:35:31 -0000
@@ -48,7 +48,7 @@
 variant no-tk {
        configure.args-delete   --enable-tk
        configure.args-append   --disable-tk
-       depends_lib-delete              lib:libtk:tk
+       depends_lib-delete              lib:XXX:tk
 }
 
 post-destroot {

Change History (2)

comment:1 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks for the fix - commited!

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: python24 added
Note: See TracTickets for help on using tickets.