pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ocaml-findlib Updated package devel/ocaml-findli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f21a00feee4b
branches:  trunk
changeset: 373830:f21a00feee4b
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Jan 10 14:59:29 2018 +0000

description:
Updated package devel/ocaml-findlib for ocaml 4.06

There are a few OCaml libraries that are deprecated and have been split
off into a separate package.

diffstat:

 devel/ocaml-findlib/Makefile      |  6 +++---
 devel/ocaml-findlib/PLIST         |  7 +------
 devel/ocaml-findlib/buildlink3.mk |  4 ++--
 3 files changed, 6 insertions(+), 11 deletions(-)

diffs (62 lines):

diff -r c3d175537d88 -r f21a00feee4b devel/ocaml-findlib/Makefile
--- a/devel/ocaml-findlib/Makefile      Wed Jan 10 14:57:34 2018 +0000
+++ b/devel/ocaml-findlib/Makefile      Wed Jan 10 14:59:29 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2017/09/08 09:51:21 jaapb Exp $
+# $NetBSD: Makefile,v 1.35 2018/01/10 14:59:29 jaapb Exp $
 
 DISTNAME=              findlib-1.7.3
 PKGNAME=               ocaml-${DISTNAME}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel
 MASTER_SITES=          http://download.camlcity.org/download/
 
@@ -12,7 +12,7 @@
 LICENSE=               mit
 
 OCAML_FINDLIB_DIRS+=   bigarray bytes compiler-libs dynlink findlib graphics \
-                       ocamldoc num-top num stdlib str threads unix
+                       ocamldoc stdlib str threads unix
 
 .include "../../mk/ocaml.mk"
 
diff -r c3d175537d88 -r f21a00feee4b devel/ocaml-findlib/PLIST
--- a/devel/ocaml-findlib/PLIST Wed Jan 10 14:57:34 2018 +0000
+++ b/devel/ocaml-findlib/PLIST Wed Jan 10 14:59:29 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2017/04/24 21:47:47 maya Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/01/10 14:59:29 jaapb Exp $
 bin/ocamlfind
 ${OCAML_SITELIB}/bigarray/META
 ${OCAML_SITELIB}/bytes/META
@@ -31,11 +31,6 @@
 ${OCAML_SITELIB}/findlib/topfind.mli
 ${OCAML_SITELIB}/graphics/META
 ${OCAML_SITELIB}/ocamldoc/META
-${OCAML_SITELIB}/num-top/META
-${OCAML_SITELIB}/num-top/num_top.cma
-${OCAML_SITELIB}/num-top/num_top.cmi
-${OCAML_SITELIB}/num-top/num_top_printers.cmi
-${OCAML_SITELIB}/num/META
 ${PLIST.64bit}${OCAML_SITELIB}/raw_spacetime/META
 ${OCAML_SITELIB}/stdlib/META
 ${OCAML_SITELIB}/str/META
diff -r c3d175537d88 -r f21a00feee4b devel/ocaml-findlib/buildlink3.mk
--- a/devel/ocaml-findlib/buildlink3.mk Wed Jan 10 14:57:34 2018 +0000
+++ b/devel/ocaml-findlib/buildlink3.mk Wed Jan 10 14:59:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2018/01/07 13:04:08 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2018/01/10 14:59:29 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-findlib
 
@@ -6,7 +6,7 @@
 OCAML_FINDLIB_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-findlib+=  ocaml-findlib>=1.2
-BUILDLINK_ABI_DEPENDS.ocaml-findlib+=  ocaml-findlib>=1.7.3
+BUILDLINK_ABI_DEPENDS.ocaml-findlib+=  ocaml-findlib>=1.7.3nb2
 BUILDLINK_PKGSRCDIR.ocaml-findlib?=    ../../devel/ocaml-findlib
 
 BUILDLINK_TARGETS+=    ocaml-findlib-wrappers ocaml-findlib-ldconf



Home | Main Index | Thread Index | Old Index