diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-20 11:59:29 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-20 11:59:29 +0000 |
commit | 727ab4a77ec226495d54c4f5cf0f0b78bc4fe771 (patch) | |
tree | aa6c57bc793582114ab144a9409c186427a8b38f | |
parent | ed3a57b6b664b7a817cd388793abc068e937d935 (diff) | |
download | ports-727ab4a77ec226495d54c4f5cf0f0b78bc4fe771.tar.gz ports-727ab4a77ec226495d54c4f5cf0f0b78bc4fe771.zip |
www/varnish-nagios: mark BROKEN
check_varnish.c:189:35: error: no member named 'section' in 'struct VSC_point'
Reported by: pkg-fallout
-rw-r--r-- | www/varnish-nagios/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/varnish-nagios/Makefile b/www/varnish-nagios/Makefile index f13d4855179f..729a167066e0 100644 --- a/www/varnish-nagios/Makefile +++ b/www/varnish-nagios/Makefile @@ -9,6 +9,8 @@ WWW= https://www.varnish-cache.org/utility/nagios-varnish-plugin LICENSE= BSD2CLAUSE +BROKEN= fails to build + RUN_DEPENDS= sudo:security/sudo GNU_CONFIGURE= yes |