components/python/python27/patches/14-py_db.patch
branchs11-update
changeset 3367 ed5024e47b53
parent 896 50be262e44f7
child 3565 2d729d36ded7
--- a/components/python/python27/patches/14-py_db.patch	Fri Oct 03 14:30:07 2014 -0700
+++ b/components/python/python27/patches/14-py_db.patch	Sat Oct 04 14:50:43 2014 -0700
@@ -1,7 +1,9 @@
-diff --git Python-2.7.1/Makefile.pre.in.orig Python-2.7.1/Makefile.pre.in
---- Python-2.7.1/Makefile.pre.in.orig   Sun Feb 13 19:37:16 2011
-+++ Python-2.7.1/Makefile.pre.in        Sun Feb 13 20:55:04 2011
-@@ -364,7 +364,7 @@
+This patch adds Python debugger support.  It may be contributed upstream at
+some point, but the suitability (or lack thereof) has not yet been determined.
+
+--- Python-2.7.7/Makefile.pre.in.~3~	2014-06-02 10:54:32.421086337 -0700
++++ Python-2.7.7/Makefile.pre.in	2014-06-02 10:54:32.438134113 -0700
+@@ -407,7 +407,7 @@
  
  # Default target
  all:		build_all
@@ -10,7 +12,7 @@
  
  # Compile a binary with gcc profile guided optimization.
  profile-opt:
-@@ -709,6 +709,19 @@
+@@ -778,6 +778,19 @@
  
  $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
  
@@ -30,7 +32,7 @@
  
  ######################################################################
  
-@@ -773,7 +786,7 @@
+@@ -842,7 +855,7 @@
  		$(TESTPYTHON) $(TESTPROG) $(MEMTESTOPTS)
  
  # Install everything
@@ -38,10 +40,7 @@
 +install:	@FRAMEWORKINSTALLFIRST@ altinstall bininstall maninstall @FRAMEWORKINSTALLLAST@ install-py_db
  
  # Install almost everything without disturbing previous versions
- altinstall:	@FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall \
-
-diff --git Python-2.7.1/py_db/check_offsets.c Python-2.7.1/py_db/check_offsets.c
-new file mode 100644
+ altinstall:	@FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall \
 --- /dev/null
 +++ Python-2.7.1/py_db/check_offsets.c
 @@ -0,0 +1,87 @@