pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python26 Remove two __sgi ifdefs that have been m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e57c8e1297b
branches:  trunk
changeset: 400479:2e57c8e1297b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 21 00:52:58 2009 +0000

description:
Remove two __sgi ifdefs that have been migrated in pkgsrc from
before python24. Please report if they were still necessary, including
errors, so we can upstream them.

diffstat:

 lang/python26/distinfo         |   4 +---
 lang/python26/patches/patch-ai |  15 ---------------
 lang/python26/patches/patch-aj |  15 ---------------
 3 files changed, 1 insertions(+), 33 deletions(-)

diffs (56 lines):

diff -r 720234252f9d -r 2e57c8e1297b lang/python26/distinfo
--- a/lang/python26/distinfo    Wed Oct 21 00:48:03 2009 +0000
+++ b/lang/python26/distinfo    Wed Oct 21 00:52:58 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2009/10/21 00:48:03 wiz Exp $
+$NetBSD: distinfo,v 1.10 2009/10/21 00:52:58 wiz Exp $
 
 SHA1 (Python-2.6.3.tar.bz2) = 8e598f7f9299da96899bd8c0afd0d1313221f00f
 RMD160 (Python-2.6.3.tar.bz2) = 8af600f29c06d0a1bd7e5476750cdd7fac5d7529
@@ -9,8 +9,6 @@
 SHA1 (patch-ae) = 5425515c6bf130eee204ca2749386f6447eaa35b
 SHA1 (patch-ag) = 95be54a4c8fe291cd7edd14a9180bbcb07bba2ce
 SHA1 (patch-ah) = 98e9fa55c2af38d8032398cae693492c199dc5fa
-SHA1 (patch-ai) = 53815e5cd82bf889ec3130b31f8f6ac202dd0948
-SHA1 (patch-aj) = a75d680a6b8b1ad3c9222dcb841f4fb10db6d16d
 SHA1 (patch-ak) = 948362c15ad59abeef46971f9b870b70655a62c7
 SHA1 (patch-al) = c39144cfa4a540900fac879b5faa990628fcee3e
 SHA1 (patch-am) = 5a7706aa04b71b24d1400e96f2973699e5c4d147
diff -r 720234252f9d -r 2e57c8e1297b lang/python26/patches/patch-ai
--- a/lang/python26/patches/patch-ai    Wed Oct 21 00:48:03 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ai,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
-
---- Modules/_ssl.c.orig        2009-01-26 16:55:41.000000000 +0000
-+++ Modules/_ssl.c
-@@ -13,6 +13,10 @@
-    XXX what about SSL_MODE_AUTO_RETRY?
- */
- 
-+#ifdef __sgi
-+#include <sys/types.h>
-+#endif
-+
- #include "Python.h"
- 
- #ifdef WITH_THREAD
diff -r 720234252f9d -r 2e57c8e1297b lang/python26/patches/patch-aj
--- a/lang/python26/patches/patch-aj    Wed Oct 21 00:48:03 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aj,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
-
---- Modules/bsddbmodule.c.orig 2006-02-15 12:27:45.000000000 -0500
-+++ Modules/bsddbmodule.c
-@@ -13,6 +13,10 @@
-    www.nightmare.com/software.html
- */
- 
-+#if defined(__sgi) && _COMPILER_VERSION>700 && !_SGIAPI
-+#define _BSD_TYPES
-+#endif
-+
- #include "Python.h"
- #ifdef WITH_THREAD
- #include "pythread.h"



Home | Main Index | Thread Index | Old Index