Date: Sun, 01 Jan 2006 12:46:41 +0100 From: Hendrik Scholz <hscholz@wormulon.net> To: freebsd-ports-bugs@FreeBSD.org Cc: Hendrik Scholz <hscholz@raisdorf.net> Subject: Re: ports/91161: update: net/sipsak (0.8.11 to 0.9.5) Message-ID: <43B7C121.3090505@wormulon.net> In-Reply-To: <200601011130.k01BU3ik057615@freefall.freebsd.org> References: <200601011130.k01BU3ik057615@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
To allow TLS/Authentication support to be turned on if tls is not enabled I've added a WITH_AUTH knob. This is the new Makefile diff: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/sipsak/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 26 Oct 2004 14:12:13 -0000 1.3 +++ Makefile 1 Jan 2006 11:44:41 -0000 @@ -6,7 +6,7 @@ # PORTNAME= sipsak -PORTVERSION= 0.8.11 +PORTVERSION= 0.9.5 CATEGORIES= net MASTER_SITES= http://download.berlios.de/sipsak/ @@ -18,4 +18,13 @@ MAN1= sipsak.1 PLIST_FILES= bin/sipsak -.include <bsd.port.mk> +OPTIONS= AUTH "Enable Authentication support" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_AUTH) +CONFIGURE_ARGS+= --with-gnutls=yes +LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +.endif + +.include <bsd.port.post.mk> -- Hendrik Scholz <hscholz@raisdorf.net> http://www.wormulon.net/ Drag me, drop me, treat me like an object!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43B7C121.3090505>