Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jul 2005 21:22:09 +0100
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tim@bishnet.net
Subject:   ports/84356: [MAINTAINER] devel/pecl-statgrab: Chase libstatgrab update.
Message-ID:  <E1DyxqT-000OBo-T1@pendennis.ukc.ac.uk>
Resent-Message-ID: <200507302030.j6UKUOeQ085166@freefall.freebsd.org>

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

>Number:         84356
>Category:       ports
>Synopsis:       [MAINTAINER] devel/pecl-statgrab: Chase libstatgrab update.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 30 20:30:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 5.4-RELEASE FreeBSD 5.4-RELEASE #2: Wed May 11 11:41:59 BST 2005
>Description:
- Chase devel/libstatgrab shlib update.

- Patch around API changes until new version of pecl-statgrab released:

Added file(s):
- files/patch-libstatgrab-0.12

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- pecl-statgrab-0.4_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /u1/freebsd/cvs/ports/devel/pecl-statgrab/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	16 Apr 2005 15:27:29 -0000	1.3
+++ Makefile	30 Jul 2005 11:15:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	statgrab
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -18,7 +18,7 @@
 MAINTAINER=	tim@bishnet.net
 COMMENT=	A PECL extension to retrieve information from libstatgrab
 
-LIB_DEPENDS=	statgrab.6:${PORTSDIR}/devel/libstatgrab
+LIB_DEPENDS=	statgrab.7:${PORTSDIR}/devel/libstatgrab
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
Index: files/patch-libstatgrab-0.12
===================================================================
RCS file: files/patch-libstatgrab-0.12
diff -N files/patch-libstatgrab-0.12
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-libstatgrab-0.12	30 Jul 2005 11:14:37 -0000
@@ -0,0 +1,12 @@
+diff -ruN Statgrab-0.4/statgrab.c Statgrab-0.4.new/statgrab.c
+--- statgrab.c	Tue Apr  5 16:00:34 2005
++++ statgrab.c	Sat Jul 30 12:13:18 2005
+@@ -553,7 +553,7 @@
+ 		array_init(tmpz);
+ 
+ 		PHP_SG_ADD_LVAL(tmpz, "speed", ifs->speed)
+-		PHP_SG_ADD_LVAL(tmpz, "duplex", ifs->dup)
++		PHP_SG_ADD_LVAL(tmpz, "duplex", ifs->duplex)
+ 		add_assoc_bool(tmpz, "active", ifs->up);
+ 
+ 		add_assoc_zval(return_value, ifs->interface_name, tmpz);
--- pecl-statgrab-0.4_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DyxqT-000OBo-T1>