[98817] trunk/dports/science/gnuradio-qtgui/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Oct 17 06:30:57 PDT 2012


On Oct 17, 2012, at 07:19, michaelld at macports.org wrote:

> Revision: 98817
>          http://trac.macports.org//changeset/98817
> Author:   michaelld at macports.org
> Date:     2012-10-17 05:19:40 -0700 (Wed, 17 Oct 2012)
> Log Message:
> -----------
> gnuradio-qtgui : add dependency on QWT since it was removed from qwtplot3d and needs to be explicit here. Addresses ticket #36616.
> 
> Modified Paths:
> --------------
>    trunk/dports/science/gnuradio-qtgui/Portfile
> 
> Modified: trunk/dports/science/gnuradio-qtgui/Portfile
> ===================================================================
> --- trunk/dports/science/gnuradio-qtgui/Portfile	2012-10-17 09:21:10 UTC (rev 98816)
> +++ trunk/dports/science/gnuradio-qtgui/Portfile	2012-10-17 12:19:40 UTC (rev 98817)
> @@ -8,7 +8,7 @@
> 
> name            gnuradio-qtgui
> version         3.3.0
> -revision        1
> +revision        2
> maintainers     michaelld
> description     Qt GUI component of GNU Radio.
> long_description Qt GUI component of GNU Radio: \
> @@ -32,10 +32,12 @@
>                 rmd160  ae83bd8a93deaf73d730e2af0d05c9ffc4c98520
> 
> depends_lib     port:gnuradio-core \
> -                port:qwtplot3d
> +                port:qwtplot3d \
> +                lib:qwt:qwt-devel

lib:-style dependencies should probably never be used. lib:-style dependencies allow libraries installed outside of MacPorts to satisfy them, which we don't want.

If the goal here is to allow both qwt and qwt-devel to satisfy this dependency, then use a path:-style dependency.



More information about the macports-dev mailing list