ports/91161: update: net/sipsak (0.8.11 to 0.9.5)

Hendrik Scholz hscholz at wormulon.net
Sun Jan 1 11:45:22 UTC 2006


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 at raisdorf.net> http://www.wormulon.net/
Drag me, drop me, treat me like an object!



More information about the freebsd-ports-bugs mailing list