From nobody@FreeBSD.org  Mon Jun  9 13:19:40 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 29283106567D
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Jun 2008 13:19:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 15C558FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Jun 2008 13:19:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m59DJdYD069037
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 9 Jun 2008 13:19:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m59DJd2n069036;
	Mon, 9 Jun 2008 13:19:39 GMT
	(envelope-from nobody)
Message-Id: <200806091319.m59DJd2n069036@www.freebsd.org>
Date: Mon, 9 Jun 2008 13:19:39 GMT
From: Andrew Tulloch <andrew.tulloch@complinet.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Add SASL support to devel/subversion-devel
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124419
>Category:       ports
>Synopsis:       Add SASL support to devel/subversion-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lev
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 13:20:02 UTC 2008
>Closed-Date:    Wed Jul 02 09:54:32 UTC 2008
>Last-Modified:  Wed Jul 02 09:54:32 UTC 2008
>Originator:     Andrew Tulloch
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD xxxxxxxxx 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed May 14 14:43:26 BST 2008     root@xxxxxxxxx:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Add Cyrus SASL support for use with svnserve in subversion 1.5.
>How-To-Repeat:
N/A
>Fix:
Attached patch to Makefile to add SASL option and dependency.

Patch attached with submission follows:

*** Makefile.orig	2008-06-09 14:07:19.000000000 +0100
--- Makefile	2008-06-09 14:08:06.000000000 +0100
***************
*** 49,55 ****
  		MOD_DAV_SVN	"mod_dav_svn module for Apache 2.X" off \
  		APACHE2_APR	"Use APR from Apache 2.X" off \
  		SVNSERVE_WRAPPER	"Enable svnserve wrapper" off \
! 		MAINTAINER_DEBUG	"Build debug version" off
  
  .include <bsd.port.pre.mk>
  
--- 49,56 ----
  		MOD_DAV_SVN	"mod_dav_svn module for Apache 2.X" off \
  		APACHE2_APR	"Use APR from Apache 2.X" off \
  		SVNSERVE_WRAPPER	"Enable svnserve wrapper" off \
! 		MAINTAINER_DEBUG	"Build debug version" off \
! 		SASL			"Build with SASL support" off
  
  .include <bsd.port.pre.mk>
  
***************
*** 225,230 ****
--- 226,239 ----
  PLIST_SUB+=	ASVN="@comment "
  .endif
  
+ .if defined(WITH_SASL)
+ LIB_DEPENDS+=		sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+ CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
+ PLIST_SUB+=		SASL=""
+ .else
+ PLIST_SUB+=		SASL="@comment "
+ .endif
+ 
  SCRIPTS=
  
  SCRIPTS_DATA=


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lev 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 9 13:20:14 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124419 
State-Changed-From-To: open->closed 
State-Changed-By: lev 
State-Changed-When: Wed Jul 2 09:54:06 UTC 2008 
State-Changed-Why:  

Added to devel/subversion with upgrade to 1.5.0 


http://www.freebsd.org/cgi/query-pr.cgi?pr=124419 
>Unformatted:
