ports/148094: Add gssapi support to ftp/curl

Benjamin Lee ben at b1c1l1.com
Wed Jun 23 22:30:05 UTC 2010


>Number:         148094
>Category:       ports
>Synopsis:       Add gssapi support to ftp/curl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 23 22:30:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Lee
>Release:        8.0-RELEASE
>Organization:
>Environment:
FreeBSD eclipse.b1c1l1.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 16:02:27 UTC 2010     root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The attached patch adds gssapi support to the ftp/curl port.
>How-To-Repeat:

>Fix:
Apply the attached patch.

Patch attached with submission follows:

--- /usr/ports/ftp/curl/Makefile	2010-06-11 05:33:27.000000000 -0700
+++ Makefile	2010-06-23 15:25:33.000000000 -0700
@@ -7,6 +7,7 @@
 
 PORTNAME=	curl
 PORTVERSION=	7.20.1
+PORTREVISION=	1
 CATEGORIES=	ftp ipv6 www
 MASTER_SITES=	http://curl.haxx.se/download/ \
 		ftp://ftp.sunet.se/pub/www/utilities/curl/ \
@@ -136,6 +137,10 @@
 CONFIGURE_ARGS += --without-krb4
 .endif
 
+.if !defined(WITHOUT_GSSAPI)
+CONFIGURE_ARGS+=	--with-gssapi
+.endif
+
 .if defined(WITH_LDAP)
 CONFIGURE_ARGS+=	--enable-ldap
 USE_OPENLDAP=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list