FreeBSD Bugzilla – Attachment 66273 Details for
Bug 97988
Update port: devel/py-psyco to 1.5.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-psyco.patch
py-psyco.patch (text/plain), 1.77 KB, created by
Marcus Alves Grando
on 2006-05-26 22:00:44 UTC
(
hide
)
Description:
py-psyco.patch
Filename:
MIME Type:
Creator:
Marcus Alves Grando
Created:
2006-05-26 22:00:44 UTC
Size:
1.77 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 97988
: 66273