svn commit: r482715 - head/www/nginx-devel
Sergey A. Osokin
osa at FreeBSD.org
Sun Oct 21 17:49:23 UTC 2018
Author: osa
Date: Sun Oct 21 17:49:22 2018
New Revision: 482715
URL: https://svnweb.freebsd.org/changeset/ports/482715
Log:
Fix the build issue with STREAM_SSL_PREREAD knob.
Bump PORTREVISION.
PR: 232361
Modified:
head/www/nginx-devel/Makefile
Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile Sun Oct 21 17:36:34 2018 (r482714)
+++ head/www/nginx-devel/Makefile Sun Oct 21 17:49:22 2018 (r482715)
@@ -3,7 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.15.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/ \
LOCAL/osa
@@ -180,7 +180,7 @@ MAIL_SSL_CONFIGURE_ON= --with-mail_ssl_module
STREAM_VARS= DSO_BASEMODS+=stream
STREAM_SSL_IMPLIES= HTTP_SSL
STREAM_SSL_CONFIGURE_ON= --with-stream_ssl_module
-STREAM_SSL_PREREAD_OFF= --without-stream_ssl_preread_module
+STREAM_SSL_PREREAD_CONFIGURE_ON=--with-stream_ssl_preread_module
### External modules
.include "Makefile.extmod"
More information about the svn-ports-all
mailing list