mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
. lang/python27: 2.7.3 -> 2.7.5 . lang/python32: 3.2.3 -> 3.2.4 . lang/python33: 3.3.0 -> 3.3.1 - update Mk/bsd.python.mk with new versions - mark lang/python26 and lang/python31 as deprecated (set them to upstream EoL dates) - update docs (lang/python-doc-html) - align databases/py-bsddb patch for python27 - most of it was applied upstream. Raise BDB version to 4.3 atleast, according to upstream requirements. Many thanks to Martin (miwi) for his time on this update. PR: 178506 Submitted by: rm (myself) Exp-run by: portmgr (miwi) - revert erroneous threads patch in lang/python26 and lang/python27, that was added after ports/131080. It was rejected upstream, because it's not actually a bug, but misuse. Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an independent investigation regard the issue. See here for details: http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html PR: 153167 Submitted by: Duncan Findlay <duncan@duncf.ca> Reported by: pgj/koobs (at python@ ML) Exp-run by: portmgr (miwi)
11 lines
261 B
C
11 lines
261 B
C
--- ./_bsddb.c.orig 2013-04-06 18:02:34.000000000 +0400
|
|
+++ ./_bsddb.c 2013-05-12 09:27:38.000000000 +0400
|
|
@@ -9699,7 +9699,7 @@
|
|
ADD_INT(d, DB_RPCCLIENT);
|
|
#endif
|
|
|
|
-#if (DBVER < 48)
|
|
+#if (DBVER < 48 || DBVER > 51)
|
|
ADD_INT(d, DB_XA_CREATE);
|
|
#endif
|
|
|