Thu May 5 06:30:49 2022 UTC ()
Added ocaml-ppx_fixed_literal to Makefile SUBDIRs


(jaapb)
diff -r1.3731 -r1.3732 pkgsrc/devel/Makefile

cvs diff -r1.3731 -r1.3732 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2022/05/05 06:20:08 1.3731
+++ pkgsrc/devel/Makefile 2022/05/05 06:30:49 1.3732
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.3731 2022/05/05 06:20:08 jaapb Exp $ 1# $NetBSD: Makefile,v 1.3732 2022/05/05 06:30:49 jaapb Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
@@ -1143,30 +1143,32 @@ SUBDIR+= ocaml-oasis @@ -1143,30 +1143,32 @@ SUBDIR+= ocaml-oasis
1143SUBDIR+= ocaml-ocplib-endian 1143SUBDIR+= ocaml-ocplib-endian
1144SUBDIR+= ocaml-optcomp 1144SUBDIR+= ocaml-optcomp
1145SUBDIR+= ocaml-optint 1145SUBDIR+= ocaml-optint
1146SUBDIR+= ocaml-parsexp 1146SUBDIR+= ocaml-parsexp
1147SUBDIR+= ocaml-ppx_assert 1147SUBDIR+= ocaml-ppx_assert
1148SUBDIR+= ocaml-ppx_base 1148SUBDIR+= ocaml-ppx_base
1149SUBDIR+= ocaml-ppx_bench 1149SUBDIR+= ocaml-ppx_bench
1150SUBDIR+= ocaml-ppx_bin_prot 1150SUBDIR+= ocaml-ppx_bin_prot
1151SUBDIR+= ocaml-ppx_cold 1151SUBDIR+= ocaml-ppx_cold
1152SUBDIR+= ocaml-ppx_compare 1152SUBDIR+= ocaml-ppx_compare
1153SUBDIR+= ocaml-ppx_custom_printf 1153SUBDIR+= ocaml-ppx_custom_printf
1154SUBDIR+= ocaml-ppx_derivers 1154SUBDIR+= ocaml-ppx_derivers
1155SUBDIR+= ocaml-ppx_deriving 1155SUBDIR+= ocaml-ppx_deriving
 1156SUBDIR+= ocaml-ppx_disable_unused_warnings
1156SUBDIR+= ocaml-ppx_enumerate 1157SUBDIR+= ocaml-ppx_enumerate
1157SUBDIR+= ocaml-ppx_expect 1158SUBDIR+= ocaml-ppx_expect
1158SUBDIR+= ocaml-ppx_fail 1159SUBDIR+= ocaml-ppx_fail
1159SUBDIR+= ocaml-ppx_fields_conv 1160SUBDIR+= ocaml-ppx_fields_conv
 1161SUBDIR+= ocaml-ppx_fixed_literal
1160SUBDIR+= ocaml-ppx_hash 1162SUBDIR+= ocaml-ppx_hash
1161SUBDIR+= ocaml-ppx_here 1163SUBDIR+= ocaml-ppx_here
1162SUBDIR+= ocaml-ppx_ignore_instrumentation 1164SUBDIR+= ocaml-ppx_ignore_instrumentation
1163SUBDIR+= ocaml-ppx_inline_test 1165SUBDIR+= ocaml-ppx_inline_test
1164SUBDIR+= ocaml-ppx_jane 1166SUBDIR+= ocaml-ppx_jane
1165SUBDIR+= ocaml-ppx_let 1167SUBDIR+= ocaml-ppx_let
1166SUBDIR+= ocaml-ppx_log 1168SUBDIR+= ocaml-ppx_log
1167SUBDIR+= ocaml-ppx_module_timer 1169SUBDIR+= ocaml-ppx_module_timer
1168SUBDIR+= ocaml-ppx_optcomp 1170SUBDIR+= ocaml-ppx_optcomp
1169SUBDIR+= ocaml-ppx_optional 1171SUBDIR+= ocaml-ppx_optional
1170SUBDIR+= ocaml-ppx_pipebang 1172SUBDIR+= ocaml-ppx_pipebang
1171SUBDIR+= ocaml-ppx_sexp_conv 1173SUBDIR+= ocaml-ppx_sexp_conv
1172SUBDIR+= ocaml-ppx_sexp_message 1174SUBDIR+= ocaml-ppx_sexp_message