Edit

IABSD.fr/ports/sysutils/telegraf/Makefile

Branch :

  • Show log

    Commit

  • Author : lraab
    Date : 2022-10-26 21:17:09
    Hash : 8ee8efd6
    Message : sysutils/telegraf: fix broken user creation due to specifying a user class Breaks because the class doesn't exist yet when useradd is run. rc.d sets this anyway so it isn't needed ok sthen@

  • sysutils/telegraf/Makefile
  • COMMENT =	plugin-driven server agent for collecting metrics
    
    BROKEN-arm =	build fails, no error message
    
    MODGO_VERSION=	v1.22.4
    MODGO_MODNAME=	github.com/influxdata/telegraf
    GH_ACCOUNT =	influxdata
    GH_PROJECT =	telegraf
    GH_TAGNAME =	${MODGO_VERSION}
    HOMEPAGE =	https://www.influxdata.com/time-series-platform/telegraf/
    REVISION =	0
    
    MAINTAINER =	Lucas Raab <tuftedocelot@fastmail.fm>
    
    CATEGORIES =		sysutils
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    MODULES =	lang/go
    
    WANTLIB +=	c pthread
    WRKDIST=	${WRKSRC}
    
    .include "modules.inc"
    
    do-install:
    	${MODGO_INSTALL_TARGET}
    	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/telegraf/
    	${INSTALL_DATA} ${WRKSRC}/etc/telegraf.conf \
    		${PREFIX}/share/examples/telegraf/
    
    .include <bsd.port.mk>