From t.d.bishop@kent.ac.uk  Sat Oct 18 12:13:45 2003
Return-Path: <t.d.bishop@kent.ac.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 61B9616A4DA
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Oct 2003 12:13:44 -0700 (PDT)
Received: from jess.kent.ac.uk (jess.ukc.ac.uk [129.12.21.14])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1153A43FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Oct 2003 12:13:43 -0700 (PDT)
	(envelope-from t.d.bishop@kent.ac.uk)
Received: from pendennis.ukc.ac.uk ([129.12.3.232])
	by jess.kent.ac.uk with esmtp (Exim 4.22)
	id 1AAwVx-00032I-5V; Sat, 18 Oct 2003 20:13:25 +0100
Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.24; FreeBSD 4.9)
	id 1AAwVx-0006bQ-02; Sat, 18 Oct 2003 20:13:25 +0100
Message-Id: <E1AAwVx-0006bQ-02@pendennis.ukc.ac.uk>
Date: Sat, 18 Oct 2003 20:13:25 +0100
From: Tim Bishop <tim@bishnet.net>
Sender: "T.D.Bishop" <T.D.Bishop@kent.ac.uk>
Reply-To: Tim Bishop <tim@bishnet.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tim@bishnet.net
Subject: Update port: devel/libstatgrab
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58229
>Category:       ports
>Synopsis:       Update port: devel/libstatgrab
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 12:20:15 PDT 2003
>Closed-Date:    Sun Oct 19 06:03:27 PDT 2003
>Last-Modified:  Sun Oct 19 06:03:27 PDT 2003
>Originator:     Tim Bishop
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #5: Wed Sep 17 15:50:07 BST 2003 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386

>Description:
	Update port to new verison 0.6.1.
	Fix pkgconfig file mess (now uses gnomehack).

>How-To-Repeat:
>Fix:
	Apply patch below.

--- libstatgrab-0.6.1.diff begins here ---
diff -ruN libstatgrab.bak/Makefile libstatgrab/Makefile
--- libstatgrab.bak/Makefile	Fri Oct 10 14:50:05 2003
+++ libstatgrab/Makefile	Sat Oct 18 18:58:59 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libstatgrab
-PORTVERSION=	0.6
+PORTVERSION=	0.6.1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
 		http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
@@ -21,6 +21,7 @@
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 USE_LIBTOOL=	yes
+USE_GNOME=	gnomehack
 
 MAN3=		cpu_percent_usage.3 get_cpu_diff.3 get_cpu_totals.3 \
 		get_diskio_stats.3 get_diskio_stats_diff.3 get_general_stats.3 \
@@ -29,8 +30,7 @@
 		get_page_stats_diff.3 get_process_stats.3 get_swap_stats.3 \
 		get_user_stats.3 statgrab.3
 
-CONFIGURE_ARGS+=	--disable-examples \
-			--with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
+CONFIGURE_ARGS+=	--disable-examples
 
 .if defined(WITHOUT_STATGRAB)
 CONFIGURE_ARGS+=	--disable-statgrab
diff -ruN libstatgrab.bak/distinfo libstatgrab/distinfo
--- libstatgrab.bak/distinfo	Fri Oct 10 14:50:05 2003
+++ libstatgrab/distinfo	Sat Oct 18 18:59:06 2003
@@ -1 +1 @@
-MD5 (i-scream/libstatgrab-0.6.tar.gz) = 22d7e485c3be812139a71aebfb390f02
+MD5 (i-scream/libstatgrab-0.6.1.tar.gz) = cd65255636b589c38a24759ef2e9549d
diff -ruN libstatgrab.bak/pkg-descr libstatgrab/pkg-descr
--- libstatgrab.bak/pkg-descr	Tue Aug 26 07:15:42 2003
+++ libstatgrab/pkg-descr	Sat Oct 18 19:06:36 2003
@@ -1,6 +1,9 @@
 The libstatgrab library provides an easy to use interface for
-accessing system statistics and information. It was designed for
-use in the i-scream central monitoring system, but should be useable
-in other programs.
+accessing system statistics and information. Avaliable statistics
+include CPU, Load, Memory, Swap, Disk I/O, and Network I/O.
 
-WWW: http://www.i-scream.org/
+Also part of the package are two tools; saidar provides a curses-based
+interface to viewing live system statistics, and statgrab is a
+sysctl-like interface to the statistics.
+
+WWW: http://www.i-scream.org/libstatgrab/
--- libstatgrab-0.6.1.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sun Oct 19 06:03:18 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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