From owner-freebsd-ports Wed Dec 25 7:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C1DA37B401 for ; Wed, 25 Dec 2002 07:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F78643EA9 for ; Wed, 25 Dec 2002 07:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBPFo2NS017849 for ; Wed, 25 Dec 2002 07:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBPFo2RF017848; Wed, 25 Dec 2002 07:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4417B37B401 for ; Wed, 25 Dec 2002 07:42:21 -0800 (PST) Received: from deimos.lan.raisdorf.net (pD9527243.dip.t-dialin.net [217.82.114.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF95B43EC5 for ; Wed, 25 Dec 2002 07:42:13 -0800 (PST) (envelope-from hscholz@deimos.lan.raisdorf.net) Received: from deimos.lan.raisdorf.net (localhost [127.0.0.1]) by deimos.lan.raisdorf.net (8.12.6/8.12.6) with ESMTP id gBPNlHrW026331 for ; Thu, 26 Dec 2002 00:47:18 +0100 (CET) (envelope-from hscholz@deimos.lan.raisdorf.net) Received: (from hscholz@localhost) by deimos.lan.raisdorf.net (8.12.6/8.12.6/Submit) id gBPNlFso026315; Thu, 26 Dec 2002 00:47:16 +0100 (CET) Message-Id: <200212252347.gBPNlFso026315@deimos.lan.raisdorf.net> Date: Thu, 26 Dec 2002 00:47:16 +0100 (CET) From: Hendrik Scholz Reply-To: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46527: bento-fix: sysutils/bubblemon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46527 >Category: ports >Synopsis: bento-fix: sysutils/bubblemon >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 25 07:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD deimos.lan.raisdorf.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 12 03:40:00 CET 2002 hscholz@deimos.lan.raisdorf.net:/usr/src/sys/i386/compile/DEIMOS i386 >Description: As described on http://bento.freebsd.org/errorlogs/i386-5-full/bubblemon-1.2.6.log bubblemon does not compile on -current. This patch just adds sys/types.h where needed and bumps PORTREVISION. >How-To-Repeat: >Fix: --- bubblemon-patch begins here --- diff -urP bubblemon.orig/Makefile bubblemon/Makefile --- bubblemon.orig/Makefile Thu Dec 26 00:42:00 2002 +++ bubblemon/Makefile Thu Dec 26 00:42:20 2002 @@ -7,6 +7,7 @@ PORTNAME= bubblemon PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/bubblemon/ \ http://www.student.nada.kth.se/~d92-jwa/code/bubblemon/attic/ diff -urP bubblemon.orig/files/patch-src::gnome1-meter.c bubblemon/files/patch-src::gnome1-meter.c --- bubblemon.orig/files/patch-src::gnome1-meter.c Thu Jan 1 01:00:00 1970 +++ bubblemon/files/patch-src::gnome1-meter.c Thu Dec 26 00:41:08 2002 @@ -0,0 +1,10 @@ +--- src/gnome1-meter.c.orig Thu Dec 26 00:39:39 2002 ++++ src/gnome1-meter.c Thu Dec 26 00:39:54 2002 +@@ -20,6 +20,7 @@ + * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. + */ + ++#include + #include + #include + #include diff -urP bubblemon.orig/files/patch-src::gnome1-netload.c bubblemon/files/patch-src::gnome1-netload.c --- bubblemon.orig/files/patch-src::gnome1-netload.c Thu Jan 1 01:00:00 1970 +++ bubblemon/files/patch-src::gnome1-netload.c Thu Dec 26 00:40:53 2002 @@ -0,0 +1,10 @@ +--- src/gnome1-netload.c.orig Thu Dec 26 00:39:30 2002 ++++ src/gnome1-netload.c Thu Dec 26 00:40:09 2002 +@@ -22,6 +22,7 @@ + * This is the Gnome 1 specific network load measuring stuff. + */ + ++#include + #include + #include + #include --- bubblemon-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message