pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ouint2



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Sun Jan 25 20:41:40 UTC 2026

Modified Files:
        pkgsrc/devel/ocaml-ouint2: Makefile
Added Files:
        pkgsrc/devel/ocaml-ouint2: buildlink3.mk

Log Message:
Add buildlink3.mk and list dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-ouint2/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-ouint2/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-ouint2/Makefile
diff -u pkgsrc/devel/ocaml-ouint2/Makefile:1.1 pkgsrc/devel/ocaml-ouint2/Makefile:1.2
--- pkgsrc/devel/ocaml-ouint2/Makefile:1.1      Sun Jan 25 19:37:59 2026
+++ pkgsrc/devel/ocaml-ouint2/Makefile  Sun Jan 25 20:41:40 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/01/25 19:37:59 alnsn Exp $
+# $NetBSD: Makefile,v 1.2 2026/01/25 20:41:40 alnsn Exp $
 
 DISTNAME=      ounit2-2.2.7
 PKGNAME=       ocaml-${DISTNAME}
@@ -18,4 +18,8 @@ DUNE_BUILD_PACKAGES=  ounit2
 TEST_TARGET=   test
 
 .include "../../lang/ocaml/ocaml.mk"
+
+.include "../../devel/ocaml-seq/buildlink3.mk"
+.include "../../devel/ocaml-stdlib-shims/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"

Added files:

Index: pkgsrc/devel/ocaml-ouint2/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-ouint2/buildlink3.mk:1.1
--- /dev/null   Sun Jan 25 20:41:40 2026
+++ pkgsrc/devel/ocaml-ouint2/buildlink3.mk     Sun Jan 25 20:41:40 2026
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2026/01/25 20:41:40 alnsn Exp $
+
+BUILDLINK_TREE+=       ocaml-ounit2
+
+.if !defined(OCAML_OUNIT2_BUILDLINK3_MK)
+OCAML_OUNIT2_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-ounit2+=   ocaml-ounit2>=2.2.7
+BUILDLINK_ABI_DEPENDS.ocaml-ounit2+=   ocaml-ounit2>=2.2.7
+BUILDLINK_PKGSRCDIR.ocaml-ounit2?=     ../../devel/ocaml-ounit2
+
+.endif # OCAML_OUNIT2_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-ounit2



Home | Main Index | Thread Index | Old Index