pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-lwt_glib
Module Name: pkgsrc
Committed By: alnsn
Date: Sun Jan 25 14:34:43 UTC 2026
Modified Files:
pkgsrc/devel/ocaml-lwt_glib: Makefile
Added Files:
pkgsrc/devel/ocaml-lwt_glib: buildlink3.mk
Log Message:
Fix COMMENT, add buildlink3.mk.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ocaml-lwt_glib/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-lwt_glib/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-lwt_glib/Makefile
diff -u pkgsrc/devel/ocaml-lwt_glib/Makefile:1.15 pkgsrc/devel/ocaml-lwt_glib/Makefile:1.16
--- pkgsrc/devel/ocaml-lwt_glib/Makefile:1.15 Thu Oct 23 20:36:33 2025
+++ pkgsrc/devel/ocaml-lwt_glib/Makefile Sun Jan 25 14:34:43 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2025/10/23 20:36:33 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/01/25 14:34:43 alnsn Exp $
GITHUB_PROJECT= lwt_glib
GITHUB_TAG= ${PKGVERSION_NOREV}
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsi
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/ocsigen/lwt_glib/
-COMMENT= SSL module for ocaml-lwt
+COMMENT= GLib integration for ocaml-lwt
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= pkg-config
Added files:
Index: pkgsrc/devel/ocaml-lwt_glib/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-lwt_glib/buildlink3.mk:1.1
--- /dev/null Sun Jan 25 14:34:43 2026
+++ pkgsrc/devel/ocaml-lwt_glib/buildlink3.mk Sun Jan 25 14:34:43 2026
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2026/01/25 14:34:43 alnsn Exp $
+
+BUILDLINK_TREE+= ocaml-lwt_glib
+
+.if !defined(OCAML_LWT_GLIB_BUILDLINK3_MK)
+OCAML_LWT_GLIB_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-lwt_glib+= ocaml-lwt_glib>=1.1.1
+BUILDLINK_ABI_DEPENDS.ocaml-lwt_glib+= ocaml-lwt_glib>=1.1.1
+BUILDLINK_PKGSRCDIR.ocaml-lwt_glib?= ../../devel/ocaml-lwt_glib
+
+.include "../../devel/ocaml-lwt/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.endif # OCAML_LWT_GLIB_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-lwt_glib
Home |
Main Index |
Thread Index |
Old Index