Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2017 21:22:28 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440668 - in head/www: nginx nginx-devel
Message-ID:  <201705112122.v4BLMSva046245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Thu May 11 21:22:27 2017
New Revision: 440668
URL: https://svnweb.freebsd.org/changeset/ports/440668

Log:
  Fix the build when libressl defined.
  Bump PORTREVISION.
  
  Reported by:	many

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Thu May 11 21:19:20 2017	(r440667)
+++ head/www/nginx-devel/Makefile	Thu May 11 21:22:27 2017	(r440668)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.13.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa
@@ -307,7 +307,7 @@ CONFIGURE_ARGS+=--with-file-aio
 .endif
 
 .if empty(PORT_OPTIONS:MIPV6)
-CONFIGURE_ARGS+=--with-cc-opt="-DNGX_HAVE_INET6=0"
+CONFIGURE_ARGS+=--with-cc-opt="-DNGX_HAVE_INET6=0 -I ${LOCALBASE}/include"
 .else
 CATEGORIES+=	ipv6
 .endif

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Thu May 11 21:19:20 2017	(r440667)
+++ head/www/nginx/Makefile	Thu May 11 21:22:27 2017	(r440668)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.12.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
@@ -307,7 +307,7 @@ CONFIGURE_ARGS+=--with-file-aio
 .endif
 
 .if empty(PORT_OPTIONS:MIPV6)
-CONFIGURE_ARGS+=--with-cc-opt="-DNGX_HAVE_INET6=0"
+CONFIGURE_ARGS+=--with-cc-opt="-DNGX_HAVE_INET6=0 -I ${LOCALBASE}/include"
 .else
 CATEGORIES+=	ipv6
 .endif



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