ports/66911: [MAINTAINER] devel/py23-statgrab: Fix to work with new version of libstatgrab

Tim Bishop tim at bishnet.net
Wed May 19 22:21:09 UTC 2004


>Number:         66911
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py23-statgrab: Fix to work with new version of libstatgrab
>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:   Wed May 19 15:20:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #0: Fri Apr 30 17:57:19 BST 2004
>Description:
Enable compatibility code in libstatgrab to enable this port to compile with
the new version of libstatgrab.

Added file(s):
- files/patch-_statgrab.c

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

--- py23-statgrab-0.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /u1/freebsd/cvs/ports/devel/py-statgrab/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	19 May 2004 20:59:12 -0000	1.2
+++ Makefile	19 May 2004 22:12:43 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	statgrab
 PORTVERSION=	0.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 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%/ \
Index: files/patch-_statgrab.c
===================================================================
RCS file: files/patch-_statgrab.c
diff -N files/patch-_statgrab.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-_statgrab.c	19 May 2004 22:12:07 -0000
@@ -0,0 +1,10 @@
+--- _statgrab.c.bak	Wed May 19 23:11:40 2004
++++ _statgrab.c	Wed May 19 23:11:49 2004
+@@ -2,6 +2,7 @@
+ 
+ #include "Python.h"
+ #include "structmember.h"
++#define SG_ENABLE_DEPRECATED
+ #include "statgrab.h"
+ 
+ 
--- py23-statgrab-0.1_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list