summaryrefslogtreecommitdiff
path: root/security/sks/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/sks/files')
-rw-r--r--security/sks/files/patch-bdb_bdb_stubs.c11
-rw-r--r--security/sks/files/patch-number.ml11
-rw-r--r--security/sks/files/sks.numerix.patch20
3 files changed, 42 insertions, 0 deletions
diff --git a/security/sks/files/patch-bdb_bdb_stubs.c b/security/sks/files/patch-bdb_bdb_stubs.c
new file mode 100644
index 000000000000..af92cf2c40ab
--- /dev/null
+++ b/security/sks/files/patch-bdb_bdb_stubs.c
@@ -0,0 +1,11 @@
+--- bdb/bdb_stubs.c.orig Thu Oct 21 04:56:02 2004
++++ bdb/bdb_stubs.c Sat Nov 20 16:33:08 2004
+@@ -223,7 +223,7 @@
+
+ // Declaration of flag enums in ocaml must be in same order as in C
+
+-static int dbenv_create_flags[] = { DB_CLIENT };
++static int dbenv_create_flags[] = { DB_RPCCLIENT };
+
+ //+
+ //+ type create_flag = CLIENT
diff --git a/security/sks/files/patch-number.ml b/security/sks/files/patch-number.ml
new file mode 100644
index 000000000000..4026848573c3
--- /dev/null
+++ b/security/sks/files/patch-number.ml
@@ -0,0 +1,11 @@
+--- number.ml Thu Oct 21 04:56:03 2004
++++ number.ml Thu Nov 25 00:25:35 2004
+@@ -18,7 +18,7 @@
+ (** Basic operations and definitions for multi-precistion integers. *)
+
+ (* Change to Dlong for non x86 platforms *)
+-module Nx = Numerix.Slong
++module Nx = Numerix.Clong
+
+ let two = Nx.of_int 2
+ let one = Nx.of_int 1
diff --git a/security/sks/files/sks.numerix.patch b/security/sks/files/sks.numerix.patch
index a511404274ae..6ffd2ab314f5 100644
--- a/security/sks/files/sks.numerix.patch
+++ b/security/sks/files/sks.numerix.patch
@@ -8,6 +8,26 @@
echo "$as_me:$LINENO: result: $ocaml_version" >&5
echo "${ECHO_T}$ocaml_version" >&6
echo "$as_me:$LINENO: checking for Ocaml directory" >&5
+--- numerix-0.19/config/config.sub Thu Nov 25 00:33:31 2004
++++ numerix-0.19/config/config.sub Thu Nov 25 00:35:01 2004
+@@ -155,7 +155,7 @@
+ | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
+ | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
+ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
+- | mipstx39 | mipstx39el \
++ | mipstx39 | mipstx39el | amd64 \
+ | sparc | sparclet | sparclite | sparc64 | v850)
+ basic_machine=$basic_machine-unknown
+ ;;
+@@ -181,7 +181,7 @@
+ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
+ | sparc64-* | mips64-* | mipsel-* \
+ | mips64el-* | mips64orion-* | mips64orionel-* \
+- | mipstx39-* | mipstx39el-* \
++ | mipstx39-* | mipstx39el-* | amd64-* \
+ | f301-*)
+ ;;
+ # Recognize the various machine names and aliases which stand
--- numerix-0.19/lib/kernel/string.c Sat Oct 16 15:47:19 2004
+++ numerix-0.19/lib/kernel/string.c Sat Oct 16 15:14:17 2004
@@ -38,7 +38,7 @@