Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2006 17:53:44 -0300 (BRT)
From:      Marcus Alves Grando <mnag@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        simuran@shaw.ca
Subject:   ports/97988: Update port: devel/py-psyco to 1.5.1
Message-ID:  <20060526205344.8CA951B@marcus.grupos.com.br>
Resent-Message-ID: <200605262100.k4QL0j5m081935@freefall.freebsd.org>

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

>Number:         97988
>Category:       ports
>Synopsis:       Update port: devel/py-psyco to 1.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 26 21:00:44 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Marcus Alves Grando
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD marcus.grupos.com.br 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri May 26 02:41:49 BRT 2006 root@marcus.grupos.com.br:/space/obj/usr/src/sys/MARCUS i386


	
>Description:
- Update to 1.5.1

Already tested in tinderbox:
http://marcus.grupos.com.br:8080/logs/4-STABLE-FreeBSD/py24-psyco-1.5.1.log
http://marcus.grupos.com.br:8080/logs/6-STABLE-FreeBSD/py24-psyco-1.5.1.log
	
>How-To-Repeat:
	
>Fix:

	

--- py-psyco.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/py-psyco/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	29 Nov 2005 18:56:22 -0000	1.12
+++ Makefile	26 May 2006 20:51:11 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	psyco
-PORTVERSION=	1.5
-PORTREVISION=	1
+PORTVERSION=	1.5.1
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	psyco
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/py-psyco/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	22 Jan 2006 08:29:53 -0000	1.8
+++ distinfo	26 May 2006 20:51:11 -0000
@@ -1,3 +1,3 @@
-MD5 (psyco-1.5-src.tar.gz) = ff79e5daf94924fc7401d336d33edebf
-SHA256 (psyco-1.5-src.tar.gz) = c9e49d11eb63cb92e37dc6439455368a384ab8e5aa04a53a4253e5acfd9d3682
-SIZE (psyco-1.5-src.tar.gz) = 351449
+MD5 (psyco-1.5.1-src.tar.gz) = 89e629d27acda765f01aa870230d1162
+SHA256 (psyco-1.5.1-src.tar.gz) = 10852198770af1d1562b1330012f6ecc4c6c1f192d6623cdf0553b0490184359
+SIZE (psyco-1.5.1-src.tar.gz) = 361314
Index: files/patch-c__platform.c
===================================================================
RCS file: files/patch-c__platform.c
diff -N files/patch-c__platform.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-c__platform.c	26 May 2006 20:51:11 -0000
@@ -0,0 +1,13 @@
+#
+# 4.x require sys/types.h to mmap()
+#
+--- ./c/platform.c.orig	Fri May 26 17:45:34 2006
++++ ./c/platform.c	Fri May 26 17:45:51 2006
+@@ -32,6 +32,7 @@
+ /************************************************************/
+ 
+ #include <stdlib.h>
++#include <sys/types.h>
+ #include <sys/mman.h>
+ #if defined(MAP_ANON) && !defined(MAP_ANONYMOUS)
+ #  define MAP_ANONYMOUS  MAP_ANON
--- py-psyco.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?20060526205344.8CA951B>