Date: Tue, 9 Oct 2007 14:58:18 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/pound Makefile Message-ID: <200710091458.l99EwIj5006543@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710091458.l99EwIj5006543>