pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python34 Remove incorrect/unnecessary dragonfly p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/69cdaf6806f9
branches: trunk
changeset: 635169:69cdaf6806f9
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jun 01 10:11:29 2014 +0000
description:
Remove incorrect/unnecessary dragonfly patches.
Matches ryoon's commit to python33.
diffstat:
lang/python34/distinfo | 5 ++---
lang/python34/patches/patch-am | 17 +----------------
lang/python34/patches/patch-ao | 16 ----------------
3 files changed, 3 insertions(+), 35 deletions(-)
diffs (71 lines):
diff -r 4b6378fb735b -r 69cdaf6806f9 lang/python34/distinfo
--- a/lang/python34/distinfo Sun Jun 01 10:07:08 2014 +0000
+++ b/lang/python34/distinfo Sun Jun 01 10:11:29 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2014/05/20 09:13:37 wiz Exp $
+$NetBSD: distinfo,v 1.10 2014/06/01 10:11:29 wiz Exp $
SHA1 (Python-3.4.1.tar.xz) = 143e098efe7ee7bec8a4904ec4b322f28a067a03
RMD160 (Python-3.4.1.tar.xz) = 276fda8bd4ef515da83645ddd5f01eb0f68522a5
@@ -7,9 +7,8 @@
SHA1 (patch-aa) = 14359f8d0527eff08073c0aea60dfe8961d9255d
SHA1 (patch-ah) = b3a1363f6d210f855f3769650e3891b0df5c531d
SHA1 (patch-al) = 1867e7145d8ab008338461ee6c662d653479443d
-SHA1 (patch-am) = dbce46a877a01ecef01767cdfb0c3a2137431833
+SHA1 (patch-am) = 1752a06fec7626af57e85b6cbd9b6cc38b99272f
SHA1 (patch-an) = c9b571eb54fdf0b1e93524a6de6780e8c4119221
-SHA1 (patch-ao) = bc7bb76ca7b3b8302dd966fad85171236c1f06e6
SHA1 (patch-au) = 6e10e6fc484317447bdeaa833db5df073df98c5b
SHA1 (patch-av) = 9b44f339f65f029b7f17dbc654739a7ae3c12780
SHA1 (patch-aw) = bd290417c265846e238660180e60e76c0f5f696a
diff -r 4b6378fb735b -r 69cdaf6806f9 lang/python34/patches/patch-am
--- a/lang/python34/patches/patch-am Sun Jun 01 10:07:08 2014 +0000
+++ b/lang/python34/patches/patch-am Sun Jun 01 10:11:29 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.5 2014/05/10 08:11:02 wiz Exp $
+$NetBSD: patch-am,v 1.6 2014/06/01 10:11:29 wiz Exp $
--- setup.py.orig 2014-03-17 02:31:31.000000000 +0000
+++ setup.py
@@ -107,21 +107,6 @@
# Some systems have -lndbm, others have -lgdbm_compat,
# others don't have either
if self.compiler.find_library_file(lib_dirs,
-@@ -1487,6 +1509,14 @@ class PyBuildExt(build_ext):
- macros = dict()
- libraries = []
-
-+ elif host_platform.startswith('dragonfly'):
-+ macros = dict(
-+ HAVE_SEM_OPEN=0,
-+ HAVE_SEM_TIMEDWAIT=0,
-+ HAVE_FD_TRANSFER=1,
-+ )
-+ libraries = []
-+
- else: # Linux and other unices
- macros = dict()
- libraries = ['rt']
@@ -1956,10 +1986,7 @@ class PyBuildExt(build_ext):
depends = ['_decimal/docstrings.h']
else:
diff -r 4b6378fb735b -r 69cdaf6806f9 lang/python34/patches/patch-ao
--- a/lang/python34/patches/patch-ao Sun Jun 01 10:07:08 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ao,v 1.2 2014/05/09 09:19:06 wiz Exp $
-
-DragonFlyBSD support
-http://bugs.python.org/issue21459
-
---- Lib/distutils/util.py.orig 2012-09-29 04:00:28.000000000 -0400
-+++ Lib/distutils/util.py 2012-12-09 18:34:56.000000000 -0500
-@@ -102,6 +102,8 @@
- osname, release, machine = _osx_support.get_platform_osx(
- distutils.sysconfig.get_config_vars(),
- osname, release, machine)
-+ elif osname[:9] == "dragonfly":
-+ release = str.split(release, "-")[0]
-
- return "%s-%s-%s" % (osname, release, machine)
-
Home |
Main Index |
Thread Index |
Old Index