[MacPorts] #2845: python 2.4 no-tk variant still installs tcl/tk

MacPorts noreply at macports.org
Thu Mar 24 05:57:16 PDT 2016


#2845: python 2.4 no-tk variant still installs tcl/tk
--------------------------+--------------------
  Reporter:  mvitocruz@…  |      Owner:  mww@…
      Type:  defect       |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  1.0
Resolution:  fixed        |   Keywords:
      Port:  python24     |
--------------------------+--------------------
Changes (by ryandesign@…):

 * port:   => python24


Old 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 {

New 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 {
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/2845#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list