Fixed PLIST for devel/ocaml-optint with current dune. Revbump.
In short: the current version of dune doesn't build/install everything anymore, just what it needs. The PLIST has been updated to reflect that.
This commit is contained in:
parent
1a7d5cf659
commit
5c15902895
3 changed files with 5 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2020/12/02 08:21:44 he Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2021/02/03 09:35:31 jaapb Exp $
|
||||
|
||||
GITHUB_PROJECT= optint
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
@ -7,6 +7,7 @@ DISTNAME= ${GITHUB_PROJECT}-${VER}
|
|||
PKGNAME= ocaml-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/}
|
||||
PKGREVISION= 1
|
||||
|
||||
MAINTAINER= jaapb@NetBSD.org
|
||||
HOMEPAGE= https://github.com/mirage/optint/
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/03/12 17:47:09 jaapb Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2021/02/03 09:35:31 jaapb Exp $
|
||||
${OCAML_SITELIB}/optint/META
|
||||
${OCAML_SITELIB}/optint/dune-package
|
||||
${OCAML_SITELIB}/optint/int_x64_backend.ml
|
||||
${OCAML_SITELIB}/optint/int_x86_backend.ml
|
||||
${OCAML_SITELIB}/optint/opam
|
||||
${PLIST.ocaml-opt}${OCAML_SITELIB}/optint/optint.a
|
||||
${OCAML_SITELIB}/optint/optint.cma
|
||||
|
@ -14,16 +12,6 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/optint/optint.cmxa
|
|||
${PLIST.ocaml-opt}${OCAML_SITELIB}/optint/optint.cmxs
|
||||
${OCAML_SITELIB}/optint/optint.ml
|
||||
${OCAML_SITELIB}/optint/optint.mli
|
||||
${OCAML_SITELIB}/optint/optint__.cmi
|
||||
${OCAML_SITELIB}/optint/optint__.cmt
|
||||
${PLIST.ocaml-opt}${OCAML_SITELIB}/optint/optint__.cmx
|
||||
${OCAML_SITELIB}/optint/optint__.ml
|
||||
${OCAML_SITELIB}/optint/optint__Int_x64_backend.cmi
|
||||
${OCAML_SITELIB}/optint/optint__Int_x64_backend.cmt
|
||||
${PLIST.ocaml-opt}${OCAML_SITELIB}/optint/optint__Int_x64_backend.cmx
|
||||
${OCAML_SITELIB}/optint/optint__Int_x86_backend.cmi
|
||||
${OCAML_SITELIB}/optint/optint__Int_x86_backend.cmt
|
||||
${PLIST.ocaml-opt}${OCAML_SITELIB}/optint/optint__Int_x86_backend.cmx
|
||||
share/doc/optint/CHANGES.md
|
||||
share/doc/optint/LICENSE.md
|
||||
share/doc/optint/README.md
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2019/03/12 17:47:09 jaapb Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2021/02/03 09:35:31 jaapb Exp $
|
||||
|
||||
BUILDLINK_TREE+= ocaml-optint
|
||||
|
||||
|
@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-optint
|
|||
OCAML_OPTINT_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.ocaml-optint+= ocaml-optint>=0.0.2
|
||||
BUILDLINK_ABI_DEPENDS.ocaml-optint+= ocaml-optint>=0.0.4nb1
|
||||
BUILDLINK_PKGSRCDIR.ocaml-optint?= ../../devel/ocaml-optint
|
||||
.endif # OCAML_OPTINT_BUILDLINK3_MK
|
||||
|
||||
|
|
Loading…
Reference in a new issue