svn commit: r493167 - head/www/nginx

Rene Ladan rene at FreeBSD.org
Sun Feb 17 13:47:44 UTC 2019


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


More information about the svn-ports-all mailing list