Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 18:14:20 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335523 - in head/www/nginx: . files
Message-ID:  <201312021814.rB2IEKZc015166@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Dec  2 18:14:19 2013
New Revision: 335523
URL: http://svnweb.freebsd.org/changeset/ports/335523

Log:
  The patch for adding syslog support sets the wrong define variable causing syslog support to not be built.
  
  maintainer timeout.
  
  PR:		ports/180639
  Submitted by:	Dave Duchscher

Modified:
  head/www/nginx/Makefile
  head/www/nginx/files/extra-patch-syslog_support

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Mon Dec  2 18:08:41 2013	(r335522)
+++ head/www/nginx/Makefile	Mon Dec  2 18:14:19 2013	(r335523)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.4.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/

Modified: head/www/nginx/files/extra-patch-syslog_support
==============================================================================
--- head/www/nginx/files/extra-patch-syslog_support	Mon Dec  2 18:08:41 2013	(r335522)
+++ head/www/nginx/files/extra-patch-syslog_support	Mon Dec  2 18:14:19 2013	(r335523)
@@ -721,7 +721,7 @@ index 54e1c26..2b05157 100644
 +    SYSLOG_FACILITY="LOG_DAEMON"
 +fi
 +if test "${USE_SYSLOG}" = "YES"; then
-+    CFLAGS="$CFLAGS -DUSE_SYSLOG -DSYSLOG_FACILITY=${SYSLOG_FACILITY}"
++    CFLAGS="$CFLAGS -DNGX_ENABLE_SYSLOG -DSYSLOG_FACILITY=${SYSLOG_FACILITY}"
 +fi
  
  cat << END                                                     > $NGX_MAKEFILE



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