[MacPorts] #36286: gst-plugins-bad: typo in jack variant

MacPorts noreply at macports.org
Sun Sep 23 02:45:33 PDT 2012


#36286: gst-plugins-bad: typo in jack variant
----------------------------------+--------------------------
  Reporter:  christian.frisson@…  |      Owner:  ryandesign@…
      Type:  defect               |     Status:  assigned
  Priority:  Normal               |  Milestone:
 Component:  ports                |    Version:  2.1.2
Resolution:                       |   Keywords:
      Port:  gst-plugins-bad      |
----------------------------------+--------------------------
Changes (by ryandesign@…):

 * status:  new => assigned
 * owner:  macports-tickets@… => ryandesign@…
 * cc: rmstonecipher@… (added)


Old description:

> The current Portfile of gst-plugins-bad (0.10.23) contains:
>
> variant jack description {enable use of jack backend } {
>     depends.lib-append      port:jack
>     configure.args-delete   --disable-jack
> }
>
> Could you correct the second line with:
>     depends_lib-append      port:jack
> ?
>
> So that port info gst-plugins-bad works again.
> (I added +jack to my /opt/local/etc/macports/variants.conf).

New description:

 The current Portfile of gst-plugins-bad (0.10.23) contains:

 {{{
 variant jack description {enable use of jack backend } {
     depends.lib-append      port:jack
     configure.args-delete   --disable-jack
 }
 }}}

 Could you correct the second line with:
 {{{
     depends_lib-append      port:jack
 }}}
 ?

 So that port info gst-plugins-bad works again.
 (I added +jack to my /opt/local/etc/macports/variants.conf).

--

Comment:

 Thanks for reporting this problem.

-- 
Ticket URL: <https://trac.macports.org/ticket/36286#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list