From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 5 23:30:31 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0134F16A40F for ; Fri, 5 Jan 2007 23:30:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C242A13C45D for ; Fri, 5 Jan 2007 23:30:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l05NUU6N046868 for ; Fri, 5 Jan 2007 23:30:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l05NUUFK046866; Fri, 5 Jan 2007 23:30:30 GMT (envelope-from gnats) Resent-Date: Fri, 5 Jan 2007 23:30:30 GMT Resent-Message-Id: <200701052330.l05NUUFK046866@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, Dazza Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9403D16A416 for ; Fri, 5 Jan 2007 23:28:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 889F313C44C for ; Fri, 5 Jan 2007 23:28:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l05NSVI9051221 for ; Fri, 5 Jan 2007 23:28:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l05NSVMV051220; Fri, 5 Jan 2007 23:28:31 GMT (envelope-from nobody) Message-Id: <200701052328.l05NSVMV051220@www.freebsd.org> Date: Fri, 5 Jan 2007 23:28:31 GMT From: Dazza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/107599: [patch] Building LigHTTP with webDAV support 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: Fri, 05 Jan 2007 23:30:31 -0000 >Number: 107599 >Category: ports >Synopsis: [patch] Building LigHTTP with webDAV support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jan 05 23:30:30 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Dazza >Release: 6.1 >Organization: >Environment: FreeBSD sohoserver.local 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The current port does not offer an option to build LigHTTPd with webDAV support. This patch offers the option and adds the dependency with e2fsprogs-libuuid. >How-To-Repeat: Build /usr/ports/www/lighttpd and notice there is no option for webdav support. >Fix: Apply the attached patch. Patch attached with submission follows: --- Makefile.orig Fri Jan 5 02:35:36 2007 +++ Makefile Fri Jan 5 02:47:45 2007 @@ -40,7 +40,8 @@ MYSQL "Enable MYSQL support" off \ OPENLDAP "Enable LDAP support" off \ OPENSSL "Enable SSL support" on \ - VALGRIND "Enable valgrind support" off + VALGRIND "Enable valgrind support" off \ + WEBDAV "Enable WebDAV support" off .include @@ -107,6 +108,12 @@ RUN_DEPENDS+= valgrind:${PORTSDIR}/devel/valgrind CONFIGURE_ARGS+= --with-valgrind .endif + +.if defined(WITH_WEBDAV) +LIB_DEPENDS+= libuuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid +CONFIGURE_ARGS+= --with-webdav-props --with-webdav-locks +.endif + SUB_LIST+= REQUIRE="${_REQUIRE}" >Release-Note: >Audit-Trail: >Unformatted: