pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/ocaml-lablgtk3



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Nov 25 20:37:17 UTC 2024

Modified Files:
        pkgsrc/x11/ocaml-lablgtk3: Makefile

Log Message:
x11/ocaml-lablgtk3: Add comment about perhaps-similar pkg-config-finding problem


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/ocaml-lablgtk3/Makefile

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

Modified files:

Index: pkgsrc/x11/ocaml-lablgtk3/Makefile
diff -u pkgsrc/x11/ocaml-lablgtk3/Makefile:1.35 pkgsrc/x11/ocaml-lablgtk3/Makefile:1.36
--- pkgsrc/x11/ocaml-lablgtk3/Makefile:1.35     Sun Nov 24 14:45:32 2024
+++ pkgsrc/x11/ocaml-lablgtk3/Makefile  Mon Nov 25 20:37:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2024/11/24 14:45:32 gdt Exp $
+# $NetBSD: Makefile,v 1.36 2024/11/25 20:37:17 gdt Exp $
 
 GITHUB_PROJECT=        lablgtk
 GITHUB_TAG=    ${VERSION}
@@ -26,6 +26,9 @@ DUNE_BUILD_PACKAGES=  ${OCAML_FINDLIB_DIR
 # See the dune sources, otherlibs/configurator/src/v1.ml and look for
 # pkg-config and "which", if trying to understand why this fails.
 
+# See also a perhaps-similar issue in Windows:
+#   https://github.com/bcpierce00/unison/blob/d08a5c35e5a9a2cf9729fff56af0313999aa0c06/.github/workflows/CI.yml#L206-L213
+
 # dune tries to run pkg-config, and this fails under pkgsrc for some reason.
 # But when run in pre-configure, it seems to be ok.
 test-dune-config:



Home | Main Index | Thread Index | Old Index