[43772] trunk/dports/net/curl/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Dec 24 13:36:15 PST 2008
On Dec 14, 2008, at 12:26, mcalhoun at macports.org wrote:
> Revision: 43772
> http://trac.macports.org/changeset/43772
> Author: mcalhoun at macports.org
> Date: 2008-12-14 10:26:55 -0800 (Sun, 14 Dec 2008)
> Log Message:
> -----------
> curl: Supports only the MIT or Heimdal Kerberos 5 packages for
> GSSAPI support
> (see http://curl.haxx.se/docs/install.html ).
> Use system Kerberos
> (see #12805 and #14775 for a partial list of other ports which also
> do this).
> Fixes #14775 (maintainer timeout).
>
> Modified Paths:
> --------------
> trunk/dports/net/curl/Portfile
>
> Modified: trunk/dports/net/curl/Portfile
> ===================================================================
> --- trunk/dports/net/curl/Portfile 2008-12-14 17:52:20 UTC (rev 43771)
> +++ trunk/dports/net/curl/Portfile 2008-12-14 18:26:55 UTC (rev 43772)
> @@ -125,8 +125,7 @@
> }
>
> variant gss {
> - depends_lib-append port:gss
> - configure.args-append --with-gssapi=${prefix}
> + configure.args-append --with-gssapi
> }
So now the gss variant only adds a configure argument and no longer
brings in a dependency. Does this option conflict with anything else?
If not, we could enable gss by default and get rid of the variant. Is
this appropriate only on Mac OS X or on all platforms?
More information about the macports-dev
mailing list