From owner-freebsd-ports@FreeBSD.ORG Fri Jan 5 02:03:06 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14AD816A417 for ; Fri, 5 Jan 2007 02:03:06 +0000 (UTC) (envelope-from SRS0=H8N2k1=GO=luckydonkey.com=dazza@yourhostingaccount.com) Received: from mail18.yourhostingaccount.com (mail18.yourhostingaccount.com [65.254.253.232]) by mx1.freebsd.org (Postfix) with ESMTP id E1C6E13C448 for ; Fri, 5 Jan 2007 02:03:05 +0000 (UTC) (envelope-from SRS0=H8N2k1=GO=luckydonkey.com=dazza@yourhostingaccount.com) Received: from scan07.yourhostingaccount.com ([10.1.1.237] helo=scan07.yourhostingaccount.com) by mail18.yourhostingaccount.com with esmtp (Exim) id 1H2eBI-0006UC-0I for ports@FreeBSD.org; Thu, 04 Jan 2007 20:47:40 -0500 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] ident=exim) by scan07.yourhostingaccount.com with spamscanlookuphost (Exim) id 1H2eBH-0003DO-Rz for ports@FreeBSD.org; Thu, 04 Jan 2007 20:47:39 -0500 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] helo=authsmtp08.yourhostingaccount.com) by scan07.yourhostingaccount.com with esmtp (Exim) id 1H2eBH-0003DL-GT for ports@FreeBSD.org; Thu, 04 Jan 2007 20:47:39 -0500 Received: from dsl-217-155-98-249.zen.co.uk ([217.155.98.249] helo=[192.168.1.152]) by authsmtp08.yourhostingaccount.com with esmtpa (Exim) id 1H2eBH-0005ZE-5M; Thu, 04 Jan 2007 20:47:39 -0500 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <48851DB1-94FD-4129-B262-957D46C3AFBA@luckydonkey.com> Content-Transfer-Encoding: 7bit From: Darren Redgrave Date: Fri, 5 Jan 2007 01:47:33 +0000 To: mnag@FreeBSD.org X-Mailer: Apple Mail (2.752.3) X-EN-UserInfo: ab2b49e76f31f88607e9dcc993151e53:23a7d44d567b065bebe722eed5d524da X-EN-AuthUser: dazzawazza Sender: Darren Redgrave Cc: ports@FreeBSD.org Subject: FreeBSD Port: lighttpd-1.4.13_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 02:03:06 -0000 Hi, I've been playing with lighttpd getting WebDAV working from FreeBSD6.1. I've found it does work if compiled in with a few small modifications to the port Makefile. the patch isn't perfect as I dont seem to be able to get it to continue installing if uuid is already installed. I've only done basic testing but it does seem to work fine with OSX and Windows clients. Sorry if this is the wrong way to bring this up. 43c43,44 < VALGRIND "Enable valgrind support" off --- > VALGRIND "Enable valgrind support" off \ > WEBDAV "Enable WebDAV support" off 109a111,116 > > .if defined(WITH_WEBDAV) > LIB_DEPENDS+= libuuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid > CONFIGURE_ARGS+= --with-webdav-props --with-webdav-locks > .endif > be seeing you dazza