Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2002 00:47:16 +0100 (CET)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46527: bento-fix: sysutils/bubblemon
Message-ID:  <200212252347.gBPNlFso026315@deimos.lan.raisdorf.net>

next in thread | raw e-mail | index | archive | help

>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 <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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212252347.gBPNlFso026315>