summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-04-30 10:38:04 +0000
committerwiz <wiz@pkgsrc.org>2018-04-30 10:38:04 +0000
commit0929ec8b84fc4e8861560a0d0c1de126e0c1aceb (patch)
tree9ea24dc163dc25fcb47c791890deef53c8c2a5ea /lang/ocaml
parentaf80b6604eabc6be0c3577436a6e167578b71534 (diff)
downloadpkgsrc-0929ec8b84fc4e8861560a0d0c1de126e0c1aceb.tar.gz
ocaml: remove references to obsolete DragonFly/i386
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/distinfo4
-rw-r--r--lang/ocaml/patches/patch-configure10
2 files changed, 3 insertions, 11 deletions
diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo
index ad94fe25aca..c9c8bf499c4 100644
--- a/lang/ocaml/distinfo
+++ b/lang/ocaml/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.119 2018/04/04 09:34:46 jaapb Exp $
+$NetBSD: distinfo,v 1.120 2018/04/30 10:38:04 wiz Exp $
SHA1 (ocaml-4.06.1.tar.gz) = 63dc362344f1a7b448336c94c33207c2940be475
RMD160 (ocaml-4.06.1.tar.gz) = ad7a6038544a0d59b72b6fe9e81a4e69c158d397
@@ -8,7 +8,7 @@ SHA1 (patch-Makefile) = 7fb492bbc3c44bad1753b8fc6928b7b0cadac436
SHA1 (patch-asmcomp_asmlink.ml) = db2b387ea17f41a62c2bce53b91f945d5e29a82f
SHA1 (patch-asmrun_Makefile) = 86c88be262ae1278ca376d7966b496b49c549e72
SHA1 (patch-byterun_Makefile) = 02797b10d685b25c0c6f5aab8eadc324e26826e9
-SHA1 (patch-configure) = 980494a5788b930d3f673a4d43b2b5ce6c6d7d46
+SHA1 (patch-configure) = 0a4e40fb942a3154ca63259df23721e5bac3154c
SHA1 (patch-driver_compenv.ml) = 658e315bb08f8a1093f11c8474ac1e4ad73c8306
SHA1 (patch-driver_main.ml) = 69a6f761ded38e0721a7aed1416a9f19a288d991
SHA1 (patch-driver_main_args.ml) = 4c6a6ec25f433974f9aab99b4f2ac9c884bb3b04
diff --git a/lang/ocaml/patches/patch-configure b/lang/ocaml/patches/patch-configure
index 1128d809a1a..ad5c3b71ec4 100644
--- a/lang/ocaml/patches/patch-configure
+++ b/lang/ocaml/patches/patch-configure
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.32 2018/04/04 09:34:46 jaapb Exp $
+$NetBSD: patch-configure,v 1.33 2018/04/30 10:38:04 wiz Exp $
All kinds of OS-specific changes to configure
Honor LDFLAGS.
@@ -63,14 +63,6 @@ Honor LDFLAGS.
i386-*-gnu0.3) natdynlink=true;;
i[3456]86-*-haiku*) natdynlink=true;;
arm*-*-linux*) natdynlink=true;;
-@@ -951,6 +953,7 @@ system=unknown
- case "$target" in
- i[3456]86-*-linux*) arch=i386; system=linux_`sh ./runtest elf.c`;;
- i[3456]86-*-*bsd*) arch=i386; system=bsd_`sh ./runtest elf.c`;;
-+ i[3456]86-*-dragonfly*) arch=i386; system=bsd_`sh ./runtest elf.c`;;
- i[3456]86-*-solaris*) if $arch64; then
- arch=amd64; system=solaris
- else
@@ -959,6 +962,7 @@ case "$target" in
i[3456]86-*-haiku*) arch=i386; system=beos;;
i[3456]86-*-beos*) arch=i386; system=beos;;