Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2009 10:56:44 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/nginx Makefile distinfo ports/www/nginx/files extra-patch-ngx_http_notice_module.c
Message-ID:  <200907201056.n6KAuiXs021003@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
osa         2009-07-20 10:56:44 UTC

  FreeBSD ports repository

  Modified files:
    www/nginx            Makefile distinfo 
  Added files:
    www/nginx/files      extra-patch-ngx_http_notice_module.c 
  Log:
  Merge latest changes from www/nginx-devel:
  
  o) Add two more third-party modules: http_mp4_streaming_lite
     and http_notice_module.
  
  o) Add two new variables NGINX_ACCESSLOG and NGINX_ERRORLOG
     to allow log paths customization, i.e.
  
     % make NGINX_ACCESSLOG=/dev/null
  
     NOTE.  If you want nginx to log errors into stderr it's
     better to use
  
     % make NGINX_ERRORLOG=stderr
  
     instead of NGINX_ERRORLOG=/dev/stderr to avoid duplicate
     error messages during startup.
  
  Do not bump PORTREVISION.
  
  Revision  Changes    Path
  1.158     +23 -2     ports/www/nginx/Makefile
  1.138     +6 -0      ports/www/nginx/distinfo
  1.1       +11 -0     ports/www/nginx/files/extra-patch-ngx_http_notice_module.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907201056.n6KAuiXs021003>