From hscholz@deimos.lan.raisdorf.net  Wed Dec 25 07:42:21 2002
Return-Path: <hscholz@deimos.lan.raisdorf.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4417B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <hendrik@scholz.net>
Reply-To: Hendrik Scholz <hendrik@scholz.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: bento-fix: sysutils/bubblemon
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46527
>Category:       ports
>Synopsis:       bento-fix: sysutils/bubblemon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 25 07:50:01 PST 2002
>Closed-Date:    Thu Jun 26 21:49:57 PDT 2003
>Last-Modified:  Thu Jun 26 21:49:57 PDT 2003
>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 <sys/types.h>
+ #include <glibtop.h>
+ #include <glibtop/cpu.h>
+ #include <glibtop/mem.h>
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 <sys/types.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <glibtop/netload.h>
--- bubblemon-patch ends here ---


>Release-Note:
>Audit-Trail:

From: Will Andrews <will@csociety.org>
To: rael@vectorstar.net
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/46527: bento-fix: sysutils/bubblemon
Date: Wed, 11 Jun 2003 21:09:23 -0700

 What does the maintainer think of this PR?
 http://www.freebsd.org/cgi/query-pr.cgi?pr=46527
 
 Regards,
 -- 
 wca
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Thu Jun 26 21:49:44 PDT 2003 
State-Changed-Why:  
Patch committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46527 
>Unformatted:
