From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 30 11:34:10 2014 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4731187; Tue, 30 Sep 2014 11:34:10 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 34586B6E; Tue, 30 Sep 2014 11:34:08 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id s8UBY5TR074096 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 30 Sep 2014 15:34:05 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id s8UBY5TK074095; Tue, 30 Sep 2014 15:34:05 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 30 Sep 2014 15:34:05 +0400 From: Gleb Smirnoff To: kwm@FreeBSD.org Subject: devel/libgtop on head/ Message-ID: <20140930113405.GC73266@glebius.int.ru> MIME-Version: 1.0 User-Agent: Mutt/1.5.23 (2014-03-12) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 11:34:10 -0000 Hi! I have smithed netload.c for libgtop, that should be dropped in place of distribution netload.c to make libgtop buildable on FreeBSD 11. The file should work on any modern FreeBSD version, since it doesn't depend on kernel ABI. So it fixes not only current breakage but many future. However, it requires testing and I have no idea what are the tools that run on top of libgtop, so I haven't tested it. I ask for your help here. If everything works fine, then please commit the file as a patch to the port of libgtop. If not, then please contact me, and I will fix it. If everything goes fine, can you please also handle submission of the file upstream? I suppose the code should work also on other BSD systems as well. -- Totus tuus, Glebius.