pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ocaml ocaml: remove references to ob...
details: https://anonhg.NetBSD.org/pkgsrc/rev/da4b7788d27b
branches: trunk
changeset: 307042:da4b7788d27b
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Apr 30 10:38:04 2018 +0000
description:
ocaml: remove references to obsolete DragonFly/i386
diffstat:
lang/ocaml/distinfo | 4 ++--
lang/ocaml/patches/patch-configure | 10 +---------
2 files changed, 3 insertions(+), 11 deletions(-)
diffs (42 lines):
diff -r fba2418db653 -r da4b7788d27b lang/ocaml/distinfo
--- a/lang/ocaml/distinfo Mon Apr 30 10:37:48 2018 +0000
+++ b/lang/ocaml/distinfo Mon Apr 30 10:38:04 2018 +0000
@@ -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-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 -r fba2418db653 -r da4b7788d27b lang/ocaml/patches/patch-configure
--- a/lang/ocaml/patches/patch-configure Mon Apr 30 10:37:48 2018 +0000
+++ b/lang/ocaml/patches/patch-configure Mon Apr 30 10:38:04 2018 +0000
@@ -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 @@
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;;
Home |
Main Index |
Thread Index |
Old Index