pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-findlib
Module Name: pkgsrc
Committed By: dholland
Date: Sun Feb 16 01:22:05 UTC 2025
Modified Files:
pkgsrc/devel/ocaml-findlib: Makefile
Log Message:
ocaml-findlib: add "stublibs" to base directory set.
This fixes some build problems that have appeared in downstream
packages where libraries that live in the "stublibs" directory don't
get found, e.g. the failure in print/advi that came up this past week.
The problem doesn't affect packages using dune and therefore was
somewhat confusing to sort through.
PKGREVISION -> 1.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/ocaml-findlib/Makefile
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-findlib/Makefile
diff -u pkgsrc/devel/ocaml-findlib/Makefile:1.55 pkgsrc/devel/ocaml-findlib/Makefile:1.56
--- pkgsrc/devel/ocaml-findlib/Makefile:1.55 Sun Jan 19 18:57:41 2025
+++ pkgsrc/devel/ocaml-findlib/Makefile Sun Feb 16 01:22:05 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2025/01/19 18:57:41 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2025/02/16 01:22:05 dholland Exp $
DISTNAME= findlib-1.9.8
PKGNAME= ocaml-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://download.camlcity.org/download/
@@ -11,7 +12,7 @@ COMMENT= Library finder for OCaml
LICENSE= mit
OCAML_FINDLIB_DIRS+= bigarray bytes compiler-libs dynlink findlib \
- ocamldoc stdlib str threads unix
+ ocamldoc stdlib str stublibs threads unix
.include "../../lang/ocaml/ocaml.mk"
Home |
Main Index |
Thread Index |
Old Index