pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-optint Fixed PLIST for devel/ocaml-optint ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfae0d172a8a
branches:  trunk
changeset: 445987:cfae0d172a8a
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Feb 03 09:35:31 2021 +0000

description:
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.

diffstat:

 devel/ocaml-optint/Makefile      |   3 ++-
 devel/ocaml-optint/PLIST         |  14 +-------------
 devel/ocaml-optint/buildlink3.mk |   3 ++-
 3 files changed, 5 insertions(+), 15 deletions(-)

diffs (64 lines):

diff -r 45f96fa93674 -r cfae0d172a8a devel/ocaml-optint/Makefile
--- a/devel/ocaml-optint/Makefile       Wed Feb 03 08:49:59 2021 +0000
+++ b/devel/ocaml-optint/Makefile       Wed Feb 03 09:35:31 2021 +0000
@@ -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 @@
 PKGNAME=       ocaml-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mirage/}
+PKGREVISION=   1
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/mirage/optint/
diff -r 45f96fa93674 -r cfae0d172a8a devel/ocaml-optint/PLIST
--- a/devel/ocaml-optint/PLIST  Wed Feb 03 08:49:59 2021 +0000
+++ b/devel/ocaml-optint/PLIST  Wed Feb 03 09:35:31 2021 +0000
@@ -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.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
diff -r 45f96fa93674 -r cfae0d172a8a devel/ocaml-optint/buildlink3.mk
--- a/devel/ocaml-optint/buildlink3.mk  Wed Feb 03 08:49:59 2021 +0000
+++ b/devel/ocaml-optint/buildlink3.mk  Wed Feb 03 09:35:31 2021 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index