pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-optint



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed Feb  3 09:35:31 UTC 2021

Modified Files:
        pkgsrc/devel/ocaml-optint: Makefile PLIST buildlink3.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-optint/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-optint/PLIST \
    pkgsrc/devel/ocaml-optint/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-optint/Makefile
diff -u pkgsrc/devel/ocaml-optint/Makefile:1.2 pkgsrc/devel/ocaml-optint/Makefile:1.3
--- pkgsrc/devel/ocaml-optint/Makefile:1.2      Wed Dec  2 08:21:44 2020
+++ pkgsrc/devel/ocaml-optint/Makefile  Wed Feb  3 09:35:31 2021
@@ -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@localhost
 HOMEPAGE=      https://github.com/mirage/optint/

Index: pkgsrc/devel/ocaml-optint/PLIST
diff -u pkgsrc/devel/ocaml-optint/PLIST:1.1 pkgsrc/devel/ocaml-optint/PLIST:1.2
--- pkgsrc/devel/ocaml-optint/PLIST:1.1 Tue Mar 12 17:47:09 2019
+++ pkgsrc/devel/ocaml-optint/PLIST     Wed Feb  3 09:35:31 2021
@@ -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}/optin
 ${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
Index: pkgsrc/devel/ocaml-optint/buildlink3.mk
diff -u pkgsrc/devel/ocaml-optint/buildlink3.mk:1.1 pkgsrc/devel/ocaml-optint/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-optint/buildlink3.mk:1.1 Tue Mar 12 17:47:09 2019
+++ pkgsrc/devel/ocaml-optint/buildlink3.mk     Wed Feb  3 09:35:31 2021
@@ -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
 



Home | Main Index | Thread Index | Old Index