[112137] trunk/dports/gis/gdal/Portfile

Ryan Schmidt ryandesign at macports.org
Sun Oct 13 15:43:20 PDT 2013


On Oct 12, 2013, at 14:09, stromnov at macports.org wrote:

> Revision: 112137
>          https://trac.macports.org/changeset/112137
> Author:   stromnov at macports.org
> Date:     2013-10-12 12:09:49 -0700 (Sat, 12 Oct 2013)
> Log Message:
> -----------
> gdal: add postgresql93 variant
> 
> Modified Paths:
> --------------
>    trunk/dports/gis/gdal/Portfile
> 
> Modified: trunk/dports/gis/gdal/Portfile
> ===================================================================
> --- trunk/dports/gis/gdal/Portfile	2013-10-12 16:08:01 UTC (rev 112136)
> +++ trunk/dports/gis/gdal/Portfile	2013-10-12 19:09:49 UTC (rev 112137)
> @@ -275,6 +275,12 @@
>     configure.args-append   --with-pg=${prefix}/lib/postgresql92/bin/pg_config
> }
> 
> +variant postgresql93 description {Enable PostgreSQL 9.3 support} {
> +    depends_lib-append      port:postgresql93
> +    configure.args-delete   --without-pg
> +    configure.args-append   --with-pg=${prefix}/lib/postgresql93/bin/pg_config
> +}

The postgresql variants presumably need to be marked as conflicting with one another.




More information about the macports-dev mailing list