Index: head/www/varnish-modules/Makefile =================================================================== --- head/www/varnish-modules/Makefile (revision 552866) +++ head/www/varnish-modules/Makefile (revision 552867) @@ -1,37 +1,39 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= varnish-modules PORTVERSION= 20200730 PORTREVISION= 1 CATEGORIES= www MAINTAINER= zi@FreeBSD.org COMMENT= Collection of Varnish Cache modules by Varnish Software LICENSE= BSD2CLAUSE BUILD_DEPENDS= rst2man:textproc/py-docutils USES= autoreconf:build gmake libtool pkgconfig python:build varnish:6 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= varnish GH_TAGNAME= 2daf752 MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS PORTDOCS= * +CFLAGS+= -Wno-error=deprecated-declarations + pre-configure: cd ${WRKSRC} && ./bootstrap post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '-not -regex .*.man.rst' .include