]> git.pld-linux.org Git - packages/ocaml.git/commitdiff
outdated
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Feb 2009 11:31:14 +0000 (11:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml-build.patch -> 1.5
    ocaml-tk85support.patch -> 1.2

ocaml-build.patch [deleted file]
ocaml-tk85support.patch [deleted file]

diff --git a/ocaml-build.patch b/ocaml-build.patch
deleted file mode 100644 (file)
index 5e32db6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- ocaml-3.08.3/configure.orig        2005-04-29 22:58:18.000000000 +0200
-+++ ocaml-3.08.3/configure     2005-04-29 23:06:30.000000000 +0200
-@@ -1322,6 +1322,7 @@
-     8.2) tclmaj=8 tclmin=2 tkmaj=8 tkmin=2 ;;
-     8.3) tclmaj=8 tclmin=3 tkmaj=8 tkmin=3 ;;
-     8.4) tclmaj=8 tclmin=4 tkmaj=8 tkmin=4 ;;
-+    8.5) tclmaj=8 tclmin=5 tkmaj=8 tkmin=5 ;;
-     *) echo "This version is not known."; has_tk=false ;;
-     esac
-   else
diff --git a/ocaml-tk85support.patch b/ocaml-tk85support.patch
deleted file mode 100644 (file)
index 44ead53..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- ocaml-3.08.3/otherlibs/labltk/support/cltkImg.c.orig       2005-05-02 17:37:05.485370160 +0000
-+++ ocaml-3.08.3/otherlibs/labltk/support/cltkImg.c    2005-05-02 17:45:33.717107192 +0000
-@@ -98,7 +98,11 @@
-   pib.offset[0] = 0;
-   pib.offset[1] = 1;
-   pib.offset[2] = 2;
--  Tk_PhotoPutBlock(ph,&pib,Int_val(x),Int_val(y),Int_val(w),Int_val(h)
-+  Tk_PhotoPutBlock(
-+#if (TK_MAJOR_VERSION == 8 && TK_MINOR_VERSION >= 5 || TK_MAJOR_VERSION > 8)
-+                NULL, 
-+#endif
-+                ph,&pib,Int_val(x),Int_val(y),Int_val(w),Int_val(h)
- #if (TK_MAJOR_VERSION == 8 && TK_MINOR_VERSION >= 4 || TK_MAJOR_VERSION > 8)
-                    , TK_PHOTO_COMPOSITE_SET
- #endif
---- ocaml-3.08.3/otherlibs/labltk/tkanim/tkAnimGIF.c.orig      2005-05-02 17:53:48.000000000 +0000
-+++ ocaml-3.08.3/otherlibs/labltk/tkanim/tkAnimGIF.c   2005-05-02 17:53:33.000000000 +0000
-@@ -334,7 +334,11 @@
-                 goto error;
-             }
-         }
--        Tk_PhotoPutBlock(photoHandle, &block, 0, 0, imageWidth, imageHeight
-+        Tk_PhotoPutBlock(
-+#if (TK_MAJOR_VERSION == 8 && TK_MINOR_VERSION >= 5 || TK_MAJOR_VERSION > 8)
-+                 NULL,
-+#endif
-+                              photoHandle, &block, 0, 0, imageWidth, imageHeight
- #if (TK_MAJOR_VERSION == 8 && TK_MINOR_VERSION >= 4 || TK_MAJOR_VERSION > 8)
-                    , TK_PHOTO_COMPOSITE_SET
- #endif
This page took 0.034102 seconds and 4 git commands to generate.