Opened 20 years ago

Last modified 9 years ago

#2845 closed defect

python 2.4 no-tk variant still installs tcl/tk — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.