From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 22 05:40:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765C516A4C2 for ; Fri, 22 Aug 2003 05:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D0B343F75 for ; Fri, 22 Aug 2003 05:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7MCe1Up013987 for ; Fri, 22 Aug 2003 05:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7MCe19F013986; Fri, 22 Aug 2003 05:40:01 -0700 (PDT) Resent-Date: Fri, 22 Aug 2003 05:40:01 -0700 (PDT) Resent-Message-Id: <200308221240.h7MCe19F013986@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, Nicolas Jombart Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C48416A4BF for ; Fri, 22 Aug 2003 05:37:36 -0700 (PDT) Received: from shiva.bouglou.net (shiva.bouglou.net [62.4.22.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC9F43FE0 for ; Fri, 22 Aug 2003 05:37:35 -0700 (PDT) (envelope-from ecu@shiva.bouglou.net) Received: by shiva.bouglou.net (Postfix, from userid 1000) id 0A609152C4; Fri, 22 Aug 2003 14:37:34 +0200 (CEST) Message-Id: <20030822123734.0A609152C4@shiva.bouglou.net> Date: Fri, 22 Aug 2003 14:37:34 +0200 (CEST) From: Nicolas Jombart To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Janos.Mohacsi@bsd.hu Subject: ports/55864: [PATCH] www/bozohttpd: basic http authentication support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 12:40:16 -0000 >Number: 55864 >Category: ports >Synopsis: [PATCH] www/bozohttpd: basic http authentication 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 Aug 22 05:40:01 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD shiva.int.ipv42.net 4.8-RC FreeBSD 4.8-RC #0: Sat Mar 29 12:39:22 CET 2003 >Description: Bozohttpd has a basic authentication support (.htpasswd), disabled by default. Add an compilation option to enable this. Port maintainer (Janos.Mohacsi@bsd.hu) is cc'd. (thanks Janos) Generated with FreeBSD Port Tools 0.25 >How-To-Repeat: >Fix: --- bozohttpd-20030622.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/bozohttpd/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 11 Jul 2003 04:52:11 -0000 1.5 +++ Makefile 22 Aug 2003 12:35:11 -0000 @@ -15,6 +15,11 @@ USE_BZIP2= YES +.if defined(WITH_HTPASSWD_SUPPORT) +CFLAGS+= -DDO_HTPASSWD +MAKE_ARGS+= 'LDFLAGS+= -lcrypt' +.endif + MAN8= bozohttpd.8 MANCOMPRESSED= maybe --- bozohttpd-20030622.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: