[91158] trunk/dports/databases

Ryan Schmidt ryandesign at macports.org
Sat Mar 24 16:34:24 PDT 2012


On Mar 24, 2012, at 08:30, afb at macports.org wrote:

> Revision: 91158
>          https://trac.macports.org/changeset/91158
> Author:   afb at macports.org
> Date:     2012-03-24 06:30:43 -0700 (Sat, 24 Mar 2012)
> Log Message:
> -----------
> db53: new port/major
> 
> Added Paths:
> -----------
>    trunk/dports/databases/db53/
>    trunk/dports/databases/db53/Portfile

Since this is a new port...


> +variant no_java conflicts java description {Legacy compatibility variant} {}
> +if {[variant_isset no_java]} {
> +    default_variants -java
> +} elseif {${os.subplatform} == "macosx" && ${os.major} < 11} {
> +    default_variants +java
> +}

> +variant no_sql conflicts sql description {Legacy compatibility variant} {}
> +if {[variant_isset no_sql]} {
> +    default_variants -sql
> +} else {
> +    default_variants +sql
> +}

...there is no reason to include these legacy compatibility variants whose only purpose is to help users upgrading from older versions of the port.





More information about the macports-dev mailing list