Refresh patches
authorStephane Glondu <steph@glondu.net>
Fri, 18 Mar 2011 14:40:37 +0000 (15:40 +0100)
committerStephane Glondu <steph@glondu.net>
Fri, 18 Mar 2011 15:40:03 +0000 (16:40 +0100)
debian/patches/0001-Pass-no-relax-to-ld-on-alpha.patch
debian/patches/0002-Call-ld-with-proper-flags.patch
debian/patches/0003-Don-t-use-rpath.patch
debian/patches/0004-Put-manpages-in-section-3o-instead-of-3.patch
debian/patches/0005-Patch-config.sh-for-installation.patch
debian/patches/0006-Install-ocamlbuild-as-a-link-on-either-.native-or-.b.patch
debian/patches/0007-Fix-ocamlopt-w.r.t.-binutils-2.21.patch

index 8cd3811520fe52f889f81ccf735a9882a723bfa3..c9f4359b4e5bee89c8b6c0e649c800e56c9cfaff 100644 (file)
@@ -1,6 +1,6 @@
 From: Stefano Zacchiroli <zack@debian.org>
 Date: Tue, 19 May 2009 17:22:39 +0200
-Subject: [PATCH] Pass --no-relax to ld on alpha
+Subject: Pass --no-relax to ld on alpha
 
 Pass the --no-relax option to ld to fix a segfault in initialization
 code (bug#338437)
@@ -9,7 +9,7 @@ code (bug#338437)
  1 files changed, 3 insertions(+), 1 deletions(-)
 
 diff --git a/configure b/configure
-index 48b05b7..ff2de61 100755
+index 66ccda9..2b40fc2 100755
 --- a/configure
 +++ b/configure
 @@ -284,7 +284,8 @@ case "$bytecc,$host" in
@@ -22,7 +22,7 @@ index 48b05b7..ff2de61 100755
    cc,mips-*-irix6*)
      # Add -n32 flag to ensure compatibility with native-code compiler
      bytecccompopts="-n32"
-@@ -734,6 +735,7 @@ case "$arch,$nativecc,$system,$host_type" in
+@@ -731,6 +732,7 @@ case "$arch,$nativecc,$system,$host_type" in
                         nativecccompopts="$gcc_warnings -DSHRINKED_GNUC";;
    *,*,rhapsody,*)      nativecccompopts="$gcc_warnings -DDARWIN_VERSION_6 $dl_defs"
                         if $arch64; then partialld="ld -r -arch ppc64"; fi;;
index 85cffddd252ac22fb6bb8885d18cf1d7aec29443..42f477a1461dae81bd0733c2d6e18eb94732c672 100644 (file)
@@ -1,6 +1,6 @@
 From: Stefano Zacchiroli <zack@debian.org>
 Date: Tue, 19 May 2009 17:23:34 +0200
-Subject: [PATCH] Call ld with proper flags
+Subject: Call ld with proper flags
 
 Filter linkflags passed to ld by ocamlopt -pack and -output-obj
 to remove the "-Wl," parts, which are only used when ocamlopt calls
@@ -10,10 +10,10 @@ gcc.
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/configure b/configure
-index ff2de61..2872ae8 100755
+index 2b40fc2..7a34621 100755
 --- a/configure
 +++ b/configure
-@@ -1635,7 +1635,7 @@ echo "DEBUGGER=$debugger" >> Makefile
+@@ -1632,7 +1632,7 @@ echo "DEBUGGER=$debugger" >> Makefile
  echo "CC_PROFILE=$cc_profile" >> Makefile
  echo "SYSTHREAD_SUPPORT=$systhread_support" >> Makefile
  echo "PARTIALLD=$partialld" >> Makefile
index 7729b6fe19050503d38531ca753733beae7a89eb..1442816c6fef46e312a5ae164ceb7279d52c3c4e 100644 (file)
@@ -1,6 +1,6 @@
 From: Stefano Zacchiroli <zack@debian.org>
 Date: Tue, 19 May 2009 17:24:14 +0200
-Subject: [PATCH] Don't use rpath
+Subject: Don't use rpath
 
 ---
  tools/ocamlmklib.mlp |    5 +++++
index 2b8a2b4b9aa0db9e6ef53e9f76cc0aee04898ef0..14f758b68dbe5fbd552263b61baed52747dc2cbc 100644 (file)
@@ -1,6 +1,6 @@
 From: Julien Cristau <julien.cristau@ens-lyon.org>
 Date: Tue, 19 May 2009 17:24:52 +0200
-Subject: [PATCH] Put manpages in section 3o instead of 3
+Subject: Put manpages in section 3o instead of 3
 
 ---
  ocamldoc/Makefile |    2 +-
index 7ba75ff256c4c3347907aac73855af83095d236e..3308a867b27ec43f65890af75eb0372f60f1f7cf 100644 (file)
@@ -1,6 +1,6 @@
 From: Ralf Treinen <treinen@debian.org>
 Date: Tue, 19 May 2009 17:28:09 +0200
-Subject: [PATCH] Patch config.sh for installation
+Subject: Patch config.sh for installation
 
 Use for installatation a patched config.sh (created by debian/rules).
 ---
index 6fd13d05571cbc53e0374c47b229c992633edf4d..cac20849143a36475085276116ef69ca79b9cdc1 100644 (file)
@@ -1,6 +1,6 @@
 From: Stefano Zacchiroli <zack@debian.org>
 Date: Tue, 19 May 2009 17:28:56 +0200
-Subject: [PATCH] Install ocamlbuild as a link on either .native or .byte
+Subject: Install ocamlbuild as a link on either .native or .byte
 
 ---
  build/partial-install.sh |   17 ++++++++++++++++-
index fa7664cecc98d7d5d97ee6d8fb035c2e229bff57..76d382b2064df8bec71eaba28a19e09368aac19b 100644 (file)
@@ -1,6 +1,6 @@
 From: Stephane Glondu <steph@glondu.net>
 Date: Tue, 8 Mar 2011 21:17:40 +0100
-Subject: [PATCH] Fix ocamlopt w.r.t. binutils 2.21
+Subject: Fix ocamlopt w.r.t. binutils 2.21
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
@@ -15,10 +15,10 @@ Reviewed-by: Stéphane Glondu <steph@glondu.net>
  2 files changed, 10 insertions(+), 9 deletions(-)
 
 diff --git a/asmcomp/amd64/emit.mlp b/asmcomp/amd64/emit.mlp
-index 4a3f844..525c6e6 100644
+index 55da47b..45afbb7 100644
 --- a/asmcomp/amd64/emit.mlp
 +++ b/asmcomp/amd64/emit.mlp
-@@ -679,17 +679,18 @@ let fundecl fundecl =
+@@ -688,17 +688,18 @@ let fundecl fundecl =
    emit_all true fundecl.fun_body;
    List.iter emit_call_gc !call_gc_sites;
    emit_call_bound_errors ();
@@ -44,7 +44,7 @@ index 4a3f844..525c6e6 100644
  (* Emission of data *)
  
 diff --git a/asmcomp/i386/emit.mlp b/asmcomp/i386/emit.mlp
-index 2992f29..0b1252c 100644
+index 3baba2e..b29f365 100644
 --- a/asmcomp/i386/emit.mlp
 +++ b/asmcomp/i386/emit.mlp
 @@ -905,12 +905,12 @@ let fundecl fundecl =