cvs commit: ports/www/pound Makefile

Maxime Henrion mux at FreeBSD.org
Tue Oct 9 07:58:19 PDT 2007


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


More information about the cvs-ports mailing list