Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 13:47:43 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493167 - head/www/nginx
Message-ID:  <201902171347.x1HDlhH0049085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Feb 17 13:47:42 2019
New Revision: 493167
URL: https://svnweb.freebsd.org/changeset/ports/493167

Log:
  www/nginx: remove unused dependency on expired net/GeoIP

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Sun Feb 17 12:45:00 2019	(r493166)
+++ head/www/nginx/Makefile	Sun Feb 17 13:47:42 2019	(r493167)
@@ -150,8 +150,6 @@ HTTP_AUTH_REQ_CONFIGURE_ON=	--with-http_auth_request_m
 HTTP_CACHE_CONFIGURE_OFF=	--without-http-cache
 HTTP_DAV_CONFIGURE_ON=		--with-http_dav_module
 HTTP_FLV_CONFIGURE_ON=		--with-http_flv_module
-HTTP_GEOIP_LIB_DEPENDS=		libGeoIP.so:net/GeoIP 	 
-HTTP_GEOIP_VARS=		DSO_BASEMODS+=http_geoip_module
 HTTP_GZIP_STATIC_CONFIGURE_ON=	--with-http_gzip_static_module
 HTTP_GUNZIP_FILTER_CONFIGURE_ON=--with-http_gunzip_module
 HTTP_IMAGE_FILTER_LIB_DEPENDS=	libgd.so:graphics/gd



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