pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-core_unix Small correction in devel/ocaml-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71b2b681e7a9
branches:  trunk
changeset: 379892:71b2b681e7a9
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue May 24 17:39:15 2022 +0000

description:
Small correction in devel/ocaml-core_unix; revbump.

Findlib usage was not correctly specified.

diffstat:

 devel/ocaml-core_unix/Makefile      |  6 +++++-
 devel/ocaml-core_unix/buildlink3.mk |  3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 9992f3511860 -r 71b2b681e7a9 devel/ocaml-core_unix/Makefile
--- a/devel/ocaml-core_unix/Makefile    Tue May 24 17:37:50 2022 +0000
+++ b/devel/ocaml-core_unix/Makefile    Tue May 24 17:39:15 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2022/05/05 09:26:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/24 17:39:15 jaapb Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-0.15.0
 PKGNAME=       ocaml-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 GITHUB_PROJECT=        core_unix
@@ -16,6 +17,9 @@
 
 OCAML_USE_DUNE=        yes
 OCAML_USE_OPAM=        no
+OCAML_USE_FINDLIB= yes
+
+OCAML_FINDLIB_DIRS=    ${GITHUB_PROJECT}
 
 # needs specific install command because it has shell scripts
 # that it wants to install in bindir
diff -r 9992f3511860 -r 71b2b681e7a9 devel/ocaml-core_unix/buildlink3.mk
--- a/devel/ocaml-core_unix/buildlink3.mk       Tue May 24 17:37:50 2022 +0000
+++ b/devel/ocaml-core_unix/buildlink3.mk       Tue May 24 17:39:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2022/05/05 09:26:58 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/05/24 17:39:15 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-core_unix
 
@@ -6,6 +6,7 @@
 OCAML_CORE_UNIX_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-core_unix+=        ocaml-core_unix>=0.15.0
+BUILDLINK_ABI_DEPENDS.ocaml-core_unix+=        ocaml-core_unix>=0.15.0nb1
 BUILDLINK_PKGSRCDIR.ocaml-core_unix?=  ../../devel/ocaml-core_unix
 
 .endif # OCAML_CORE_UNIX_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index