From owner-svn-ports-all@freebsd.org Wed Mar 24 10:06:15 2021 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 48EFB5B14FD; Wed, 24 Mar 2021 10:06:15 +0000 (UTC) (envelope-from madpilot@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F53m71Ww9z3pTT; Wed, 24 Mar 2021 10:06:15 +0000 (UTC) (envelope-from madpilot@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 274C312799; Wed, 24 Mar 2021 10:06:15 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12OA6Fns080824; Wed, 24 Mar 2021 10:06:15 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12OA6E4t080822; Wed, 24 Mar 2021 10:06:14 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103241006.12OA6E4t080822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 24 Mar 2021 10:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569103 - head/sysutils/xfce4-systemload-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/sysutils/xfce4-systemload-plugin X-SVN-Commit-Revision: 569103 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.34 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, 24 Mar 2021 10:06:15 -0000 Author: madpilot Date: Wed Mar 24 10:06:14 2021 New Revision: 569103 URL: https://svnweb.freebsd.org/changeset/ports/569103 Log: - Update xfce4-systemload-plugin to 1.3.1 - Unconditioonally disable libgtop suppport due to crashes - Leave libgtop options parts commented out for easier testing and maybe adding them back once the issue is analyzed and fixed Modified: head/sysutils/xfce4-systemload-plugin/Makefile head/sysutils/xfce4-systemload-plugin/distinfo Modified: head/sysutils/xfce4-systemload-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-systemload-plugin/Makefile Wed Mar 24 10:02:34 2021 (r569102) +++ head/sysutils/xfce4-systemload-plugin/Makefile Wed Mar 24 10:06:14 2021 (r569103) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-systemload-plugin -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 @@ -19,13 +19,19 @@ USE_XFCE= panel SSP_UNSAFE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-libgtop INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS UPOWER +OPTIONS_DEFINE= NLS UPOWER # LIBGTOP OPTIONS_DEFAULT= UPOWER OPTIONS_SUB= yes +# Enabling libgtop causes crashes, needs investigation +#LIBGTOP_DESC= Use libgtop for network utilization monitoring UPOWER_DESC= Use upower for adapting update interval to power state + +#LIBGTOP_CONFIGURE_ENABLE= libgtop +#LIBGTOP_LIB_DEPENDS= libgtop-2.0.so:devel/libgtop NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime Modified: head/sysutils/xfce4-systemload-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-systemload-plugin/distinfo Wed Mar 24 10:02:34 2021 (r569102) +++ head/sysutils/xfce4-systemload-plugin/distinfo Wed Mar 24 10:06:14 2021 (r569103) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615394571 -SHA256 (xfce4/xfce4-systemload-plugin-1.3.0.tar.bz2) = 1148f8e90cc53cae9b3aa32e10df4bd9fdc2f06db09d8429f88fbdd874fc171d -SIZE (xfce4/xfce4-systemload-plugin-1.3.0.tar.bz2) = 399838 +TIMESTAMP = 1616488989 +SHA256 (xfce4/xfce4-systemload-plugin-1.3.1.tar.bz2) = 56d1007801d52d7c2b5a13bb54745f6d7f06fda28b49ce936145633068817652 +SIZE (xfce4/xfce4-systemload-plugin-1.3.1.tar.bz2) = 417959