aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-12-03 15:25:51 +0800
committermat <mat@FreeBSD.org>2013-12-03 15:25:51 +0800
commitc7ec3aee5c0abd590b20dd9ed9885d4e0426b322 (patch)
tree48e477257dbaa6ada2d30bae61146df90055363e /www
parentbcf6f536083beff026d053d062d8e89605c19173 (diff)
downloadfreebsd-ports-gnome-c7ec3aee5c0abd590b20dd9ed9885d4e0426b322.tar.gz
freebsd-ports-gnome-c7ec3aee5c0abd590b20dd9ed9885d4e0426b322.tar.zst
freebsd-ports-gnome-c7ec3aee5c0abd590b20dd9ed9885d4e0426b322.zip
Revert r335523.
Asked by: osa
Diffstat (limited to 'www')
-rw-r--r--www/nginx/Makefile2
-rw-r--r--www/nginx/files/extra-patch-syslog_support2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index f1cffbdbf90c..11dd4ca7f098 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.4.4
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
diff --git a/www/nginx/files/extra-patch-syslog_support b/www/nginx/files/extra-patch-syslog_support
index fc0bc6b662ff..019313f3214d 100644
--- a/www/nginx/files/extra-patch-syslog_support
+++ b/www/nginx/files/extra-patch-syslog_support
@@ -721,7 +721,7 @@ index 54e1c26..2b05157 100644
+ SYSLOG_FACILITY="LOG_DAEMON"
+fi
+if test "${USE_SYSLOG}" = "YES"; then
-+ CFLAGS="$CFLAGS -DNGX_ENABLE_SYSLOG -DSYSLOG_FACILITY=${SYSLOG_FACILITY}"
++ CFLAGS="$CFLAGS -DUSE_SYSLOG -DSYSLOG_FACILITY=${SYSLOG_FACILITY}"
+fi
cat << END > $NGX_MAKEFILE