Date: Sun, 3 Dec 2017 09:48:02 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455397 - in head/www/nginx: . files Message-ID: <201712030948.vB39m2JM078456@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sun Dec 3 09:48:02 2017 New Revision: 455397 URL: https://svnweb.freebsd.org/changeset/ports/455397 Log: www/nginx: Unbreak brotli option - The used commit hash includes the patch PR: 224000 Reported by: Philipp <kidon posteo de> Deleted: head/www/nginx/files/extra-patch-brotli_config Modified: head/www/nginx/Makefile Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Dec 3 09:13:58 2017 (r455396) +++ head/www/nginx/Makefile Sun Dec 3 09:48:02 2017 (r455397) @@ -1146,7 +1146,6 @@ LIB_DEPENDS+= libbrotlicommon.so:archivers/brotli GH_ACCOUNT+= eustas:brotli GH_PROJECT+= ngx_brotli:brotli GH_TAGNAME+= ${NGINX_BROTLI_VERSION}:brotli -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-brotli_config .if ${PORT_OPTIONS:MDSO} CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_brotli} .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712030948.vB39m2JM078456>