[72668] trunk/dports/lang/python26

elelay at macports.org elelay at macports.org
Sat Oct 23 01:25:17 PDT 2010


Revision: 72668
          http://trac.macports.org/changeset/72668
Author:   elelay at macports.org
Date:     2010-10-23 01:25:12 -0700 (Sat, 23 Oct 2010)
Log Message:
-----------
fix for bug #24310 - python26 does not provide _bsddb

Modified Paths:
--------------
    trunk/dports/lang/python26/Portfile

Added Paths:
-----------
    trunk/dports/lang/python26/files/patch-setup.py-db46.diff

Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26/Portfile	2010-10-23 07:54:21 UTC (rev 72667)
+++ trunk/dports/lang/python26/Portfile	2010-10-23 08:25:12 UTC (rev 72668)
@@ -45,6 +45,7 @@
                         patch-Mac-Makefile.in.diff \
                         patch-Mac-PythonLauncher-Makefile.in.diff \
                         patch-Mac-Tools-Doc-setup.py.diff \
+                        patch-setup.py-db46.diff \
                         patch-Lib-ctypes-macholib-dyld.py.diff
 
 depends_lib             port:gettext port:zlib port:openssl port:tk \

Added: trunk/dports/lang/python26/files/patch-setup.py-db46.diff
===================================================================
--- trunk/dports/lang/python26/files/patch-setup.py-db46.diff	                        (rev 0)
+++ trunk/dports/lang/python26/files/patch-setup.py-db46.diff	2010-10-23 08:25:12 UTC (rev 72668)
@@ -0,0 +1,11 @@
+--- setup.py.orig	2010-10-19 22:33:25.000000000 +0200
++++ setup.py	2010-10-19 22:33:54.000000000 +0200
+@@ -799,7 +799,7 @@
+                 # BerkeleyDB 4.6.x is not stable on many architectures.
+                 arch = platform_machine()
+                 if arch not in ('i386', 'i486', 'i586', 'i686',
+-                                'x86_64', 'ia64'):
++                                'x86_64', 'ia64', 'Power Macintosh'):
+                     return False
+             return True
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101023/7f5bf583/attachment.html>


More information about the macports-changes mailing list