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.
This commit is contained in:
parent
1cd001fa75
commit
9ed3c6ddb3
3 changed files with 6 additions and 11 deletions
|
@ -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 @@ COMMENT= Library finder for OCaml
|
|||
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"
|
||||
|
||||
|
|
|
@ -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.cmi
|
|||
${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
|
||||
|
|
|
@ -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 @@ BUILDLINK_TREE+= ocaml-findlib
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue