From owner-svn-ports-all@freebsd.org Wed Apr 29 23:15:52 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A1F142C624F; Wed, 29 Apr 2020 23:15:52 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49CDs43mbkz3xhH; Wed, 29 Apr 2020 23:15:52 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 626CDD639; Wed, 29 Apr 2020 23:15:52 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03TNFqX1077371; Wed, 29 Apr 2020 23:15:52 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03TNFqb3077370; Wed, 29 Apr 2020 23:15:52 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202004292315.03TNFqb3077370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 29 Apr 2020 23:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r533402 - branches/2020Q2/net-mgmt/netdata X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: branches/2020Q2/net-mgmt/netdata X-SVN-Commit-Revision: 533402 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2020 23:15:52 -0000 Author: mandree Date: Wed Apr 29 23:15:51 2020 New Revision: 533402 URL: https://svnweb.freebsd.org/changeset/ports/533402 Log: Partial MFH: r533207 (skipping upgrade) net-mgmt/netdata (2020Q2): fix LIB_DEPENDS, reset maintainer Fixes backported for non-default configurations: - libuv is mandatory even if DBENGINE (default enabled) is disabled. Move from DBENGINE_LIB_DEPENDS to LIB_DEPENDS to be - libjson-c: enabled by default, but the disable option does not work due to a configure.ac bug (so when libjson-c is available at build time, it will be picked up in spite of --disable-jsonc, BTDT), and upstream will make libjson-c make mandatory as only JSON parser. https://github.com/netdata/netdata/issues/8841 So make it a hard LIB_DEPENDS requisite for consistency, and remove the JSON option. Bump PORTREVISION for the borderline situation where a non-cleanroom build picked up libjson-c without recording it properly, or for the benefit of non-default configurations, to trigger a rebuild. Reset maintainer from mmokhi@ to ports@ to follow head/ while here (repeated timeouts). Approved by: ports-secteam@ (_DEPENDS blanket) Modified: branches/2020Q2/net-mgmt/netdata/Makefile Modified: branches/2020Q2/net-mgmt/netdata/Makefile ============================================================================== --- branches/2020Q2/net-mgmt/netdata/Makefile Wed Apr 29 22:50:08 2020 (r533401) +++ branches/2020Q2/net-mgmt/netdata/Makefile Wed Apr 29 23:15:51 2020 (r533402) @@ -3,16 +3,18 @@ PORTNAME= netdata PORTVERSION= 1.20.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt -MAINTAINER= mmokhi@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Scalable distributed realtime performance and health monitoring LICENSE= GPLv3 -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ + libuv.so:devel/libuv \ + libjson-c.so:devel/json-c RUN_DEPENDS= bash:shells/bash \ curl:ftp/curl \ @@ -48,9 +50,9 @@ SUB_FILES= ${PORTNAME}.conf.sample USERS= netdata GROUPS= netdata -OPTIONS_DEFINE= CUPS DBENGINE FREEIPMI JSON LTO +OPTIONS_DEFINE= CUPS DBENGINE FREEIPMI LTO OPTIONS_SUB= YES -OPTIONS_DEFAULT= DBENGINE JSON +OPTIONS_DEFAULT= DBENGINE OPTIONS_DEFAULT_FreeBSD_12= LTO OPTIONS_DEFAULT_FreeBSD_13= LTO OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} @@ -62,16 +64,11 @@ CUPS_LIB_DEPENDS= libcups.so:print/cups DBENGINE_DESC= Enable support for database engine DBENGINE_CONFIGURE_ENABLE= dbengine DBENGINE_LIB_DEPENDS= libJudy.so:devel/judy \ - liblz4.so:archivers/liblz4 \ - libuv.so:devel/libuv + liblz4.so:archivers/liblz4 FREEIPMI_DESC= Enable support for freeipmi FREEIPMI_CONFIGURE_ENABLE= plugin-freeipmi FREEIPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi - -JSON_DESC= Enable support for json -JSON_CONFIGURE_ENABLE= jsonc -JSON_LIB_DEPENDS= libjson-c.so:devel/json-c LTO_DESC= Use Link-Time Optimization LTO_CONFIGURE_ENABLE= lto