[43772] trunk/dports/net/curl/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Dec 14 10:26:56 PST 2008


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
 }
 
 variant openldap {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081214/fab54fa1/attachment.html>


More information about the macports-changes mailing list