[82148] trunk/dports/security/medusa

Rainer Müller raimue at macports.org
Mon Aug 8 14:29:33 PDT 2011


On 2011-08-08 22:03 , ryandesign at macports.org wrote:
> Revision: 82148
>           http://trac.macports.org/changeset/82148
> Author:   ryandesign at macports.org
> Date:     2011-08-08 13:03:50 -0700 (Mon, 08 Aug 2011)
> Log Message:
> -----------
> medusa: fix replacing /usr/local with prefix; add pcre dependency; force subversion variant always on since subversion libraries are always used even when not requested
> 
> Modified Paths:
> --------------
>     trunk/dports/security/medusa/Portfile
>     trunk/dports/security/medusa/files/patch-configure.in.diff

> [...]

> +# All modules end up linked with libsvn_client-1.0.dylib, even if the svn
> +# module was not requested.
> +default_variants +subversion
> +if {![variant_isset subversion]} {
> +    variant_set subversion
> +}
> +

This variant seems useless. I think it should be removed as we can't
make a choice here at all.

Or do you intend to get the inadvertently linking with subversion fixed
and this is just a temporary workaround?

Rainer


More information about the macports-dev mailing list