pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-core_unix
Module Name: pkgsrc
Committed By: jaapb
Date: Tue May 24 17:39:15 UTC 2022
Modified Files:
pkgsrc/devel/ocaml-core_unix: Makefile buildlink3.mk
Log Message:
Small correction in devel/ocaml-core_unix; revbump.
Findlib usage was not correctly specified.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-core_unix/Makefile \
pkgsrc/devel/ocaml-core_unix/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-core_unix/Makefile
diff -u pkgsrc/devel/ocaml-core_unix/Makefile:1.1 pkgsrc/devel/ocaml-core_unix/Makefile:1.2
--- pkgsrc/devel/ocaml-core_unix/Makefile:1.1 Thu May 5 09:26:58 2022
+++ pkgsrc/devel/ocaml-core_unix/Makefile Tue May 24 17:39:15 2022
@@ -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 @@ USE_TOOLS+= bash
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
Index: pkgsrc/devel/ocaml-core_unix/buildlink3.mk
diff -u pkgsrc/devel/ocaml-core_unix/buildlink3.mk:1.1 pkgsrc/devel/ocaml-core_unix/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-core_unix/buildlink3.mk:1.1 Thu May 5 09:26:58 2022
+++ pkgsrc/devel/ocaml-core_unix/buildlink3.mk Tue May 24 17:39:15 2022
@@ -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 @@ BUILDLINK_TREE+= ocaml-core_unix
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