pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Thu May  5 06:20:08 UTC 2022

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
Added devel/ocaml-ppx_ignore_instrumentation, devel/ocaml-ppx_log and
devel/ocaml-ppx_string to Makefile SUBDIRs.


To generate a diff of this commit:
cvs rdiff -u -r1.3730 -r1.3731 pkgsrc/devel/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/Makefile
diff -u pkgsrc/devel/Makefile:1.3730 pkgsrc/devel/Makefile:1.3731
--- pkgsrc/devel/Makefile:1.3730        Wed May  4 12:38:38 2022
+++ pkgsrc/devel/Makefile       Thu May  5 06:20:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3730 2022/05/04 12:38:38 adam Exp $
+# $NetBSD: Makefile,v 1.3731 2022/05/05 06:20:08 jaapb Exp $
 #
 
 COMMENT=       Development utilities
@@ -1159,9 +1159,11 @@ SUBDIR+= ocaml-ppx_fail
 SUBDIR+=       ocaml-ppx_fields_conv
 SUBDIR+=       ocaml-ppx_hash
 SUBDIR+=       ocaml-ppx_here
+SUBDIR+=       ocaml-ppx_ignore_instrumentation
 SUBDIR+=       ocaml-ppx_inline_test
 SUBDIR+=       ocaml-ppx_jane
 SUBDIR+=       ocaml-ppx_let
+SUBDIR+=       ocaml-ppx_log
 SUBDIR+=       ocaml-ppx_module_timer
 SUBDIR+=       ocaml-ppx_optcomp
 SUBDIR+=       ocaml-ppx_optional
@@ -1170,6 +1172,7 @@ SUBDIR+=  ocaml-ppx_sexp_conv
 SUBDIR+=       ocaml-ppx_sexp_message
 SUBDIR+=       ocaml-ppx_sexp_value
 SUBDIR+=       ocaml-ppx_stable
+SUBDIR+=       ocaml-ppx_string
 SUBDIR+=       ocaml-ppx_tools
 SUBDIR+=       ocaml-ppx_tools_versioned
 SUBDIR+=       ocaml-ppx_typerep_conv



Home | Main Index | Thread Index | Old Index