69e2e87fa5
- Use USES=pathfix to fix .pc installation - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
116 lines
3.9 KiB
Makefile
116 lines
3.9 KiB
Makefile
PORTNAME= netdata
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.43.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
|
|
|
|
MAINTAINER= nk@nkeor.me
|
|
COMMENT= Scalable distributed realtime performance and health monitoring
|
|
WWW= https://github.com/netdata/netdata
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libjson-c.so:devel/json-c \
|
|
libyaml.so:textproc/libyaml \
|
|
libuuid.so:misc/e2fsprogs-libuuid \
|
|
libuv.so:devel/libuv
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
|
|
bash:shells/bash \
|
|
curl:ftp/curl
|
|
|
|
USES= autoreconf compiler:c++17-lang cpe gmake localbase:ldflags pathfix \
|
|
pkgconfig:both python shebangfix ssl
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
SHEBANG_GLOB= *
|
|
BINARY_ALIAS= ar=llvm-ar ranlib=llvm-ranlib
|
|
|
|
# Libs that you can't unbundle...
|
|
# SQLite3, --exclude database/sqlite/sqlite3*
|
|
# (lib)judy, --exclude libnetdata/libjudy
|
|
EXTRACT_AFTER_ARGS= --exclude ml/dlib --exclude web/server/h2o
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-h2o --disable-unit-tests --with-user=netdata
|
|
|
|
INSTALL_TARGET= install-strip
|
|
CPPFLAGS+= -D_WANT_VMMETER
|
|
USE_CXXSTD= c++17
|
|
|
|
SUB_FILES= ${PORTNAME}.conf.sample
|
|
SUB_LIST= NETDATA_CACHE=${NETDATA_CACHE} \
|
|
NETDATA_LOG=${NETDATA_LOG} \
|
|
NETDATA_PERST=${NETDATA_PERST}
|
|
|
|
USERS= netdata
|
|
GROUPS= netdata
|
|
|
|
PLIST_SUB= NETDATA_CACHE=${NETDATA_CACHE} \
|
|
NETDATA_LOG=${NETDATA_LOG} \
|
|
NETDATA_PERST=${NETDATA_PERST}
|
|
|
|
OPTIONS_DEFINE= CLOUD CUPS DBENGINE FREEIPMI GOPLUGIN LTO ML
|
|
OPTIONS_DEFAULT= CLOUD DBENGINE LTO ML
|
|
OPTIONS_EXCLUDE_riscv64= LTO
|
|
OPTIONS_SUB= YES
|
|
|
|
CLOUD_DESC= Enable cloud functionality
|
|
CUPS_DESC= Enable support for cups
|
|
DBENGINE_DESC= Enable support for database engine
|
|
FREEIPMI_DESC= Enable support for freeipmi
|
|
GOPLUGIN_DESC= Enable the go collector plugin
|
|
ML_DESC= Enable anomaly detection via dlib
|
|
|
|
CLOUD_LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
|
CLOUD_CONFIGURE_OFF= --disable-cloud
|
|
CUPS_LIB_DEPENDS= libcups.so:print/cups
|
|
CUPS_CONFIGURE_ENABLE= plugin-cups
|
|
DBENGINE_LIB_DEPENDS= liblz4.so:archivers/liblz4
|
|
DBENGINE_CONFIGURE_ENABLE= dbengine
|
|
FREEIPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi
|
|
FREEIPMI_CONFIGURE_ENABLE= plugin-freeipmi
|
|
GOPLUGIN_RUN_DEPENDS= ${LOCALBASE}/libexec/netdata/plugins.d/god.plugin:net-mgmt/netdata-go
|
|
LTO_USES= compiler:c11
|
|
LTO_CONFIGURE_ENABLE= lto
|
|
ML_BUILD_DEPENDS= ${LOCALBASE}/include/dlib/matrix.h:science/dlib-cpp
|
|
ML_CONFIGURE_ENABLE= ml
|
|
|
|
NETDATA_CACHE= /var/cache/${PORTNAME}
|
|
NETDATA_LOG= /var/log/${PORTNAME}
|
|
NETDATA_PERST= /var/db/${PORTNAME}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|g' \
|
|
${PATCH_WRKSRC}/configure.ac
|
|
@${REINPLACE_CMD} -e 's|%%NETDATA_CACHE%%|${NETDATA_CACHE}|g' \
|
|
${PATCH_WRKSRC}/configure.ac
|
|
@${REINPLACE_CMD} -e 's|%%NETDATA_LOG%%|${NETDATA_LOG}|g' \
|
|
${PATCH_WRKSRC}/configure.ac
|
|
@${REINPLACE_CMD} -e 's|%%NETDATA_PERST%%|${NETDATA_PERST}|g' \
|
|
${PATCH_WRKSRC}/configure.ac
|
|
@${REINPLACE_CMD} -e 's|%%ETCDIR%%|${ETCDIR}|g' \
|
|
${PATCH_WRKSRC}/configure.ac
|
|
@${REINPLACE_CMD} -e 's|%%PYTHON%%|${PYTHON_CMD}|g' \
|
|
${PATCH_WRKSRC}/collectors/python.d.plugin/python.d.plugin.in
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${ETCDIR}
|
|
${INSTALL_DATA} ${WRKDIR}/netdata.conf.sample ${STAGEDIR}${ETCDIR}/netdata.conf.sample
|
|
${TOUCH} ${STAGEDIR}${ETCDIR}/.opt-out-from-anonymous-statistics
|
|
${MKDIR} ${STAGEDIR}${NETDATA_CACHE}
|
|
${MKDIR} ${STAGEDIR}${NETDATA_LOG}
|
|
${MKDIR} ${STAGEDIR}${NETDATA_PERST}
|
|
(for fi in ${STAGEDIR}${LOCALBASE}/lib/${PORTNAME}/conf.d/*.conf \
|
|
${STAGEDIR}${LOCALBASE}/lib/${PORTNAME}/conf.d/*/*.conf \
|
|
${STAGEDIR}${LOCALBASE}/lib/${PORTNAME}/conf.d/*/*.txt ; do \
|
|
${MV} $$fi $$fi".sample"; \
|
|
done)
|
|
${RM} ${STAGEDIR}${ETCDIR}/netdata-updater.conf
|
|
${RM} -r ${STAGEDIR}${PREFIX}/lib/netdata/system
|
|
|
|
post-install-CLOUD-off:
|
|
rm ${STAGEDIR}${PREFIX}/sbin/netdata-claim.sh
|
|
|
|
.include <bsd.port.mk>
|