freebsd-ports/www/varnish-nagios/Makefile
Antoine Brodin 727ab4a77e www/varnish-nagios: mark BROKEN
check_varnish.c:189:35: error: no member named 'section' in 'struct VSC_point'

Reported by:	pkg-fallout
2023-02-20 11:59:29 +00:00

33 lines
676 B
Makefile

PORTNAME= varnish-nagios
PORTVERSION= 1.1.20151214
PORTREVISION= 2
CATEGORIES= www
MAINTAINER= joneum@FreeBSD.org
COMMENT= Nagios plugin to check status of Varnish
WWW= https://www.varnish-cache.org/utility/nagios-varnish-plugin
LICENSE= BSD2CLAUSE
BROKEN= fails to build
RUN_DEPENDS= sudo:security/sudo
GNU_CONFIGURE= yes
CFLAGS+= -lm
USES= autoreconf libtool pkgconfig varnish
USE_GITHUB= yes
GH_ACCOUNT= varnish
GH_TAGNAME= 258c486
PLIST_FILES= libexec/nagios/check_varnish
SUB_FILES= pkg-message
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
${INSTALL_PROGRAM} ${WRKSRC}/check_varnish ${STAGEDIR}${PREFIX}/libexec/nagios
.include <bsd.port.mk>