From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 9 13:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFC6F1065799 for ; Mon, 9 Jun 2008 13:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8A8428FC28 for ; Mon, 9 Jun 2008 13:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m59DK2wa088396 for ; Mon, 9 Jun 2008 13:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m59DK2b0088395; Mon, 9 Jun 2008 13:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 9 Jun 2008 13:20:02 GMT Resent-Message-Id: <200806091320.m59DK2b0088395@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew Tulloch Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29283106567D for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124419: Add SASL support to devel/subversion-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2008 13:20:02 -0000 >Number: 124419 >Category: ports >Synopsis: Add SASL support to devel/subversion-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 09 13:20:02 UTC 2008 >Closed-Date: >Last-Modified: >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 --- 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 *************** *** 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: >Unformatted: