From owner-cvs-all@FreeBSD.ORG Tue Oct 9 14:58:18 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E71DA16A41A; Tue, 9 Oct 2007 14:58:18 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AEE2913C467; Tue, 9 Oct 2007 14:58:18 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l99EwI13006544; Tue, 9 Oct 2007 14:58:18 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l99EwIj5006543; Tue, 9 Oct 2007 14:58:18 GMT (envelope-from mux) Message-Id: <200710091458.l99EwIj5006543@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 9 Oct 2007 14:58:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/pound Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 14:58:19 -0000 mux 2007-10-09 14:58:18 UTC FreeBSD ports repository Modified files: www/pound Makefile Log: Add two new OPTIONS to this port: - The PCRE option allows one to link pound against libpcre for the regcomp() and regexec() functions instead of libc. This can make a substantial difference in CPU consumption with some workloads. Defaults to off. - The LIBTHR option links pound against the libthr for threading, instead of libpthread. This makes a *huge* difference when you deal with enough traffic. Defaults to on. Bump PORTREVISION. Approved by: anders (maintainer) Revision Changes Path 1.17 +22 -3 ports/www/pound/Makefile