Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 23:02:17 GMT
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186433: [patch] Add GSSAPI support to www/serf
Message-ID:  <201402032302.s13N2Hi5005939@oldred.freebsd.org>
Resent-Message-ID: <201402032310.s13NA0tg099079@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186433
>Category:       ports
>Synopsis:       [patch] Add GSSAPI support to www/serf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 23:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        
>Organization:
Cisco Systems, Inc.
>Environment:
>Description:
Add an OPTION to enable GSSAPI support within serf.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 342478)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	serf
 PORTVERSION=	1.3.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	GOOGLE_CODE
 
@@ -20,7 +21,7 @@
 
 SUB_FILES=	libserf-1.la
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS GSSAPI
 
 SCONS_ENV=	# empty
 SCONS_BUILDENV=	# empty
@@ -32,6 +33,12 @@
 SCONS_ARGS+=	CFLAGS="${CFLAGS}"
 SCONS_INSTALL_TARGET=	install --install-sandbox=${STAGEDIR}
 
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MGSSAPI}
+SCONS_ARGS+=	GSSAPI="/usr"
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e '/^Requires.private/d' ${WRKSRC}/build/serf.pc.in
 


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402032302.s13N2Hi5005939>