Sat Feb 20 01:02:29 2021 UTC ()
erlang: fix non-hipe builds

Restore some PLIST content state from prior to the 23.2.4 update,
which mistakenly moved some hipe-related files that get built
universally to the PLIST.hipe list. The "--disable-hipe" option does
not impact everything. Build tested with the hipe option both enabled
and disabled. This should fix build breakages, e.g., NetBSD/aarch64.

(Separately, it's kind of unfortunate that this package uses both PLIST
variables and separate PLIST files to segment content driven by options.
It should really use one approach or the other consistently, but I
haven't touched that here.)


(gutteridge)
diff -r1.102 -r1.103 pkgsrc/lang/erlang/Makefile
diff -r1.44 -r1.45 pkgsrc/lang/erlang/PLIST
diff -r1.9 -r1.10 pkgsrc/lang/erlang/PLIST.hipe
diff -r1.12 -r1.13 pkgsrc/lang/erlang/options.mk

cvs diff -r1.102 -r1.103 pkgsrc/lang/erlang/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/erlang/Makefile 2021/01/15 13:40:13 1.102
+++ pkgsrc/lang/erlang/Makefile 2021/02/20 01:02:29 1.103
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.102 2021/01/15 13:40:13 nia Exp $ 1# $NetBSD: Makefile,v 1.103 2021/02/20 01:02:29 gutteridge Exp $
2 2
3DISTNAME= erlang-${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}${!empty(DIST_VERSION_PATCH):?.:}${DIST_VERSION_PATCH} 3DISTNAME= erlang-${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}${!empty(DIST_VERSION_PATCH):?.:}${DIST_VERSION_PATCH}
4PKGNAME= ${DISTNAME:S/OTP-/erlang-/} 4PKGNAME= ${DISTNAME:S/OTP-/erlang-/}
 5PKGREVISION= 1
5CATEGORIES= lang 6CATEGORIES= lang
6MASTER_SITES= ${MASTER_SITE_GITHUB:=erlang/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=erlang/}
7GITHUB_PROJECT= otp 8GITHUB_PROJECT= otp
8GITHUB_TAG= OTP-${PKGVERSION_NOREV} 9GITHUB_TAG= OTP-${PKGVERSION_NOREV}
9 10
10MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://www.erlang.org/ 12HOMEPAGE= https://www.erlang.org/
12COMMENT= Concurrent functional programming language 13COMMENT= Concurrent functional programming language
13LICENSE= apache-2.0 14LICENSE= apache-2.0
14 15
15EXTRACT_USING= bsdtar 16EXTRACT_USING= bsdtar
16 17
17WRKSRC= ${WRKDIR}/otp-${GITHUB_TAG} 18WRKSRC= ${WRKDIR}/otp-${GITHUB_TAG}

cvs diff -r1.44 -r1.45 pkgsrc/lang/erlang/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/erlang/PLIST 2021/02/08 07:00:29 1.44
+++ pkgsrc/lang/erlang/PLIST 2021/02/20 01:02:29 1.45
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.44 2021/02/08 07:00:29 triaxx Exp $ 1@comment $NetBSD: PLIST,v 1.45 2021/02/20 01:02:29 gutteridge Exp $
2bin/ct_run 2bin/ct_run
3bin/dialyzer 3bin/dialyzer
4bin/epmd 4bin/epmd
5bin/erl 5bin/erl
6bin/erlc 6bin/erlc
7bin/escript 7bin/escript
8bin/run_erl 8bin/run_erl
9bin/to_erl 9bin/to_erl
10bin/typer 10bin/typer
11lib/erlang/Install 11lib/erlang/Install
12lib/erlang/bin/ct_run 12lib/erlang/bin/ct_run
13lib/erlang/bin/dialyzer 13lib/erlang/bin/dialyzer
14lib/erlang/bin/epmd 14lib/erlang/bin/epmd
@@ -999,26 +999,124 @@ lib/erlang/lib/eunit-${VERSION.eunit}/sr @@ -999,26 +999,124 @@ lib/erlang/lib/eunit-${VERSION.eunit}/sr
999lib/erlang/lib/eunit-${VERSION.eunit}/src/eunit_tty.erl 999lib/erlang/lib/eunit-${VERSION.eunit}/src/eunit_tty.erl
1000lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp.app 1000lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp.app
1001lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp.appup 1001lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp.appup
1002lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp.beam 1002lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp.beam
1003lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp_app.beam 1003lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp_app.beam
1004lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp_progress.beam 1004lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp_progress.beam
1005lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp_response.beam 1005lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp_response.beam
1006lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp_sup.beam 1006lib/erlang/lib/ftp-${VERSION.ftp}/ebin/ftp_sup.beam
1007lib/erlang/lib/ftp-${VERSION.ftp}/src/ftp.erl 1007lib/erlang/lib/ftp-${VERSION.ftp}/src/ftp.erl
1008lib/erlang/lib/ftp-${VERSION.ftp}/src/ftp_app.erl 1008lib/erlang/lib/ftp-${VERSION.ftp}/src/ftp_app.erl
1009lib/erlang/lib/ftp-${VERSION.ftp}/src/ftp_progress.erl 1009lib/erlang/lib/ftp-${VERSION.ftp}/src/ftp_progress.erl
1010lib/erlang/lib/ftp-${VERSION.ftp}/src/ftp_response.erl 1010lib/erlang/lib/ftp-${VERSION.ftp}/src/ftp_response.erl
1011lib/erlang/lib/ftp-${VERSION.ftp}/src/ftp_sup.erl 1011lib/erlang/lib/ftp-${VERSION.ftp}/src/ftp_sup.erl
 1012lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_cconv.erl
 1013lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_closurean.erl
 1014lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_hipe_primops.hrl
 1015lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_hipeify.erl
 1016lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_lib.erl
 1017lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_pmatch.erl
 1018lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_prettypr.erl
 1019lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_to_icode.erl
 1020lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_typean.erl
 1021lib/erlang/lib/hipe-${VERSION.hipe}/cerl/erl_bif_types.erl
 1022lib/erlang/lib/hipe-${VERSION.hipe}/cerl/erl_types.erl
 1023lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_cconv.beam
 1024lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_closurean.beam
 1025lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_hipeify.beam
 1026lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_lib.beam
 1027lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_pmatch.beam
 1028lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_prettypr.beam
 1029lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_to_icode.beam
 1030lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_typean.beam
 1031lib/erlang/lib/hipe-${VERSION.hipe}/ebin/erl_bif_types.beam
 1032lib/erlang/lib/hipe-${VERSION.hipe}/ebin/erl_types.beam
 1033lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe.app
 1034lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe.appup
 1035lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_bb.beam
 1036lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_beam_to_icode.beam
 1037lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_consttab.beam
 1038lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_digraph.beam
 1039lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_dominators.beam
 1040lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_dot.beam
 1041lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_dsets.beam
 1042lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_gen_cfg.beam
 1043lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_gensym.beam
 1044lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode.beam
 1045lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_bincomp.beam
 1046lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_call_elim.beam
 1047lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_callgraph.beam
 1048lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_cfg.beam
 1049lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_coordinator.beam
 1050lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ebb.beam
 1051lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_exceptions.beam
 1052lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_fp.beam
 1053lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_inline_bifs.beam
 1054lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_instruction_counter.beam
 1055lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_liveness.beam
 1056lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_mulret.beam
 1057lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_pp.beam
 1058lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_primops.beam
 1059lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_range.beam
 1060lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_split_arith.beam
 1061lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ssa.beam
 1062lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ssa_const_prop.beam
 1063lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ssa_copy_prop.beam
 1064lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ssa_struct_reuse.beam
 1065lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_type.beam
 1066lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_main.beam
 1067lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_timing.beam
 1068lib/erlang/lib/hipe-${VERSION.hipe}/flow/cfg.inc
 1069lib/erlang/lib/hipe-${VERSION.hipe}/flow/ebb.inc
 1070lib/erlang/lib/hipe-${VERSION.hipe}/flow/hipe_bb.erl
 1071lib/erlang/lib/hipe-${VERSION.hipe}/flow/hipe_dominators.erl
 1072lib/erlang/lib/hipe-${VERSION.hipe}/flow/hipe_gen_cfg.erl
 1073lib/erlang/lib/hipe-${VERSION.hipe}/flow/liveness.inc
 1074lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_beam_to_icode.erl
 1075lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode.erl
 1076lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode.hrl
 1077lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_bincomp.erl
 1078lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_call_elim.erl
 1079lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_callgraph.erl
 1080lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_cfg.erl
 1081lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_coordinator.erl
 1082lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ebb.erl
 1083lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_exceptions.erl
 1084lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_fp.erl
 1085lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_inline_bifs.erl
 1086lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_instruction_counter.erl
 1087lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_liveness.erl
 1088lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_mulret.erl
 1089lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_pp.erl
 1090lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_primops.erl
 1091lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_primops.hrl
 1092lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_range.erl
 1093lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_split_arith.erl
 1094lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ssa.erl
 1095lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ssa_const_prop.erl
 1096lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ssa_copy_prop.erl
 1097lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ssa_struct_reuse.erl
 1098lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_type.erl
 1099lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_type.hrl
 1100lib/erlang/lib/hipe-${VERSION.hipe}/main/hipe.hrl
 1101lib/erlang/lib/hipe-${VERSION.hipe}/main/hipe_main.erl
 1102lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_consttab.erl
 1103lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_gensym.erl
 1104lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_sdi.hrl
 1105lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_digraph.erl
 1106lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_dot.erl
 1107lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_dsets.erl
 1108lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_timing.erl
 1109lib/erlang/lib/hipe-${VERSION.hipe}/vsn.mk
1012lib/erlang/lib/inets-${VERSION.inets}/ebin/http_chunk.beam 1110lib/erlang/lib/inets-${VERSION.inets}/ebin/http_chunk.beam
1013lib/erlang/lib/inets-${VERSION.inets}/ebin/http_request.beam 1111lib/erlang/lib/inets-${VERSION.inets}/ebin/http_request.beam
1014lib/erlang/lib/inets-${VERSION.inets}/ebin/http_response.beam 1112lib/erlang/lib/inets-${VERSION.inets}/ebin/http_response.beam
1015lib/erlang/lib/inets-${VERSION.inets}/ebin/http_transport.beam 1113lib/erlang/lib/inets-${VERSION.inets}/ebin/http_transport.beam
1016lib/erlang/lib/inets-${VERSION.inets}/ebin/http_uri.beam 1114lib/erlang/lib/inets-${VERSION.inets}/ebin/http_uri.beam
1017lib/erlang/lib/inets-${VERSION.inets}/ebin/http_util.beam 1115lib/erlang/lib/inets-${VERSION.inets}/ebin/http_util.beam
1018lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc.beam 1116lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc.beam
1019lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_cookie.beam 1117lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_cookie.beam
1020lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_handler.beam 1118lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_handler.beam
1021lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_handler_sup.beam 1119lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_handler_sup.beam
1022lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_manager.beam 1120lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_manager.beam
1023lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_profile_sup.beam 1121lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_profile_sup.beam
1024lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_request.beam 1122lib/erlang/lib/inets-${VERSION.inets}/ebin/httpc_request.beam

cvs diff -r1.9 -r1.10 pkgsrc/lang/erlang/Attic/PLIST.hipe (expand / switch to unified diff)

--- pkgsrc/lang/erlang/Attic/PLIST.hipe 2021/02/08 07:00:29 1.9
+++ pkgsrc/lang/erlang/Attic/PLIST.hipe 2021/02/20 01:02:29 1.10
@@ -1,38 +1,15 @@ @@ -1,38 +1,15 @@
1@comment $NetBSD: PLIST.hipe,v 1.9 2021/02/08 07:00:29 triaxx Exp $ 1@comment $NetBSD: PLIST.hipe,v 1.10 2021/02/20 01:02:29 gutteridge Exp $
2lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_cconv.erl 
3lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_closurean.erl 
4lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_hipe_primops.hrl 
5lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_hipeify.erl 
6lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_lib.erl 
7lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_pmatch.erl 
8lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_prettypr.erl 
9lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_to_icode.erl 
10lib/erlang/lib/hipe-${VERSION.hipe}/cerl/cerl_typean.erl 
11lib/erlang/lib/hipe-${VERSION.hipe}/cerl/erl_bif_types.erl 
12lib/erlang/lib/hipe-${VERSION.hipe}/cerl/erl_types.erl 
13lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_cconv.beam 
14lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_closurean.beam 
15lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_hipeify.beam 
16lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_lib.beam 
17lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_pmatch.beam 
18lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_prettypr.beam 
19lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_to_icode.beam 
20lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_typean.beam 
21lib/erlang/lib/hipe-${VERSION.hipe}/ebin/elf_format.beam 2lib/erlang/lib/hipe-${VERSION.hipe}/ebin/elf_format.beam
22lib/erlang/lib/hipe-${VERSION.hipe}/ebin/erl_bif_types.beam 
23lib/erlang/lib/hipe-${VERSION.hipe}/ebin/erl_types.beam 
24lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe.app 
25lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe.appup 
26lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe.beam 3lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe.beam
27lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_adj_list.beam 4lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_adj_list.beam
28lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_assemble.beam 5lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_assemble.beam
29lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_defuse.beam 6lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_defuse.beam
30lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_encode.beam 7lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_encode.beam
31lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_frame.beam 8lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_frame.beam
32lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_liveness.beam 9lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_liveness.beam
33lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_main.beam 10lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_main.beam
34lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_pp.beam 11lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_pp.beam
35lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra.beam 12lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra.beam
36lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra_finalise.beam 13lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra_finalise.beam
37lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra_ls.beam 14lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra_ls.beam
38lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra_naive.beam 15lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra_naive.beam
@@ -54,72 +31,40 @@ lib/erlang/lib/hipe-${VERSION.hipe}/ebin @@ -54,72 +31,40 @@ lib/erlang/lib/hipe-${VERSION.hipe}/ebin
54lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_finalise.beam 31lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_finalise.beam
55lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_frame.beam 32lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_frame.beam
56lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_liveness_gpr.beam 33lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_liveness_gpr.beam
57lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_main.beam 34lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_main.beam
58lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_pp.beam 35lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_pp.beam
59lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra.beam 36lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra.beam
60lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_finalise.beam 37lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_finalise.beam
61lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_ls.beam 38lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_ls.beam
62lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_naive.beam 39lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_naive.beam
63lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_postconditions.beam 40lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_postconditions.beam
64lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_registers.beam 41lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_registers.beam
65lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_specific.beam 42lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_specific.beam
66lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_subst.beam 43lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_subst.beam
67lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_bb.beam 
68lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_bb_weights.beam 44lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_bb_weights.beam
69lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_beam_to_icode.beam 
70lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_coalescing_regalloc.beam 45lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_coalescing_regalloc.beam
71lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_consttab.beam 
72lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_data_pp.beam 46lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_data_pp.beam
73lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_digraph.beam 
74lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_dominators.beam 
75lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_dot.beam 
76lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_dsets.beam 
77lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_gen_cfg.beam 
78lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_gensym.beam 
79lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_graph_coloring_regalloc.beam 47lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_graph_coloring_regalloc.beam
80lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode.beam 
81lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode2rtl.beam 48lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode2rtl.beam
82lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_bincomp.beam 
83lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_call_elim.beam 
84lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_callgraph.beam 
85lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_cfg.beam 
86lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_coordinator.beam 
87lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ebb.beam 
88lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_exceptions.beam 
89lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_fp.beam 
90lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_heap_test.beam 49lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_heap_test.beam
91lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_inline_bifs.beam 
92lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_instruction_counter.beam 
93lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_liveness.beam 
94lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_mulret.beam 
95lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_pp.beam 
96lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_primops.beam 
97lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_range.beam 
98lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_split_arith.beam 
99lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ssa.beam 
100lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ssa_const_prop.beam 
101lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ssa_copy_prop.beam 
102lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ssa_struct_reuse.beam 
103lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_type.beam 
104lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ig.beam 50lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ig.beam
105lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ig_moves.beam 51lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ig_moves.beam
106lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_jit.beam 52lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_jit.beam
107lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm.beam 53lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm.beam
108lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_liveness.beam 54lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_liveness.beam
109lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_main.beam 55lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_main.beam
110lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_merge.beam 56lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_merge.beam
111lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ls_regalloc.beam 57lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ls_regalloc.beam
112lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_main.beam 
113lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_moves.beam 58lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_moves.beam
114lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_node_sets.beam 59lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_node_sets.beam
115lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_optimistic_regalloc.beam 60lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_optimistic_regalloc.beam
116lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_pack_constants.beam 61lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_pack_constants.beam
117lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc.beam 62lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc.beam
118lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_assemble.beam 63lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_assemble.beam
119lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_cfg.beam 64lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_cfg.beam
120lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_defuse.beam 65lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_defuse.beam
121lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_encode.beam 66lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_encode.beam
122lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_finalise.beam 67lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_finalise.beam
123lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_frame.beam 68lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_frame.beam
124lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_liveness_all.beam 69lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_liveness_all.beam
125lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_liveness_fpr.beam 70lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_liveness_fpr.beam
@@ -189,119 +134,76 @@ lib/erlang/lib/hipe-${VERSION.hipe}/ebin @@ -189,119 +134,76 @@ lib/erlang/lib/hipe-${VERSION.hipe}/ebin
189lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra_naive.beam 134lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra_naive.beam
190lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra_postconditions.beam 135lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra_postconditions.beam
191lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra_postconditions_fp.beam 136lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra_postconditions_fp.beam
192lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_registers.beam 137lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_registers.beam
193lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_specific.beam 138lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_specific.beam
194lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_specific_fp.beam 139lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_specific_fp.beam
195lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_subst.beam 140lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_subst.beam
196lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillcost.beam 141lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillcost.beam
197lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillmin.beam 142lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillmin.beam
198lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillmin_color.beam 143lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillmin_color.beam
199lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillmin_scan.beam 144lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillmin_scan.beam
200lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_tagscheme.beam 145lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_tagscheme.beam
201lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_temp_map.beam 146lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_temp_map.beam
202lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_timing.beam 
203lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_vectors.beam 147lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_vectors.beam
204lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86.beam 148lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86.beam
205lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_assemble.beam 149lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_assemble.beam
206lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_cfg.beam 150lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_cfg.beam
207lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_defuse.beam 151lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_defuse.beam
208lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_encode.beam 152lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_encode.beam
209lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_frame.beam 153lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_frame.beam
210lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_liveness.beam 154lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_liveness.beam
211lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_main.beam 155lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_main.beam
212lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_postpass.beam 156lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_postpass.beam
213lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_pp.beam 157lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_pp.beam
214lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra.beam 158lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra.beam
215lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_finalise.beam 159lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_finalise.beam
216lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_ls.beam 160lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_ls.beam
217lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_naive.beam 161lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_naive.beam
218lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_postconditions.beam 162lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_postconditions.beam
219lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_registers.beam 163lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_registers.beam
220lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_specific.beam 164lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_specific.beam
221lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_specific_x87.beam 165lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_specific_x87.beam
222lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_spill_restore.beam 166lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_spill_restore.beam
223lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_subst.beam 167lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_subst.beam
224lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_x87.beam 168lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_x87.beam
225lib/erlang/lib/hipe-${VERSION.hipe}/flow/cfg.inc 
226lib/erlang/lib/hipe-${VERSION.hipe}/flow/ebb.inc 
227lib/erlang/lib/hipe-${VERSION.hipe}/flow/hipe_bb.erl 
228lib/erlang/lib/hipe-${VERSION.hipe}/flow/hipe_dominators.erl 
229lib/erlang/lib/hipe-${VERSION.hipe}/flow/hipe_gen_cfg.erl 
230lib/erlang/lib/hipe-${VERSION.hipe}/flow/liveness.inc 
231lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_beam_to_icode.erl 
232lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode.erl 
233lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode.hrl 
234lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_bincomp.erl 
235lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_call_elim.erl 
236lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_callgraph.erl 
237lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_cfg.erl 
238lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_coordinator.erl 
239lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ebb.erl 
240lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_exceptions.erl 
241lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_fp.erl 
242lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_heap_test.erl 169lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_heap_test.erl
243lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_inline_bifs.erl 
244lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_instruction_counter.erl 
245lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_liveness.erl 
246lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_mulret.erl 
247lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_pp.erl 
248lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_primops.erl 
249lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_primops.hrl 
250lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_range.erl 
251lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_split_arith.erl 
252lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ssa.erl 
253lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ssa_const_prop.erl 
254lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ssa_copy_prop.erl 
255lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ssa_struct_reuse.erl 
256lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_type.erl 
257lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_type.hrl 
258lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf32_format.hrl 170lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf32_format.hrl
259lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf64_format.hrl 171lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf64_format.hrl
260lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf_format.erl 172lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf_format.erl
261lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf_format.hrl 173lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf_format.hrl
262lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm.erl 174lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm.erl
263lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_arch.hrl 175lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_arch.hrl
264lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_liveness.erl 176lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_liveness.erl
265lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_main.erl 177lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_main.erl
266lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_merge.erl 178lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_merge.erl
267lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_rtl_to_llvm.erl 179lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_rtl_to_llvm.erl
268lib/erlang/lib/hipe-${VERSION.hipe}/main/hipe.erl 180lib/erlang/lib/hipe-${VERSION.hipe}/main/hipe.erl
269lib/erlang/lib/hipe-${VERSION.hipe}/main/hipe.hrl 
270lib/erlang/lib/hipe-${VERSION.hipe}/main/hipe_main.erl 
271lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_consttab.erl 
272lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_data_pp.erl 181lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_data_pp.erl
273lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_gensym.erl 
274lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_pack_constants.erl 182lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_pack_constants.erl
275lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_sdi.erl 183lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_sdi.erl
276lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_sdi.hrl 
277lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_segment_trees.erl 184lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_segment_trees.erl
278lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_icode2rtl.erl 185lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_icode2rtl.erl
279lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_literals.hrl 186lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_literals.hrl
280lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl.erl 187lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl.erl
281lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_arch.erl 188lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_arch.erl
282lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_arith_32.erl 189lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_arith_32.erl
283lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_arith_64.erl 190lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_arith_64.erl
284lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_binary.erl 191lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_binary.erl
285lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_binary_construct.erl 192lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_binary_construct.erl
286lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_binary_match.erl 193lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_binary_match.erl
287lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_cfg.erl 194lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_cfg.erl
288lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_cleanup_const.erl 195lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_cleanup_const.erl
289lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_exceptions.erl 196lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_exceptions.erl
290lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_lcm.erl 197lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_lcm.erl
291lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_liveness.erl 198lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_liveness.erl
292lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_mk_switch.erl 199lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_mk_switch.erl
293lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_primops.erl 200lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_primops.erl
294lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssa.erl 201lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssa.erl
295lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssa_avail_expr.erl 202lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssa_avail_expr.erl
296lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssa_const_prop.erl 203lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssa_const_prop.erl
297lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssapre.erl 204lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssapre.erl
298lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_symbolic.erl 205lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_symbolic.erl
299lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_varmap.erl 206lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_varmap.erl
300lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_verify_gcsafe.erl 207lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_verify_gcsafe.erl
301lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_tagscheme.erl 208lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_tagscheme.erl
302lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_digraph.erl 
303lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_dot.erl 
304lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_dsets.erl 
305lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_timing.erl 
306lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_vectors.erl 209lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_vectors.erl
307lib/erlang/lib/hipe-${VERSION.hipe}/vsn.mk 

cvs diff -r1.12 -r1.13 pkgsrc/lang/erlang/options.mk (expand / switch to unified diff)

--- pkgsrc/lang/erlang/options.mk 2021/02/19 12:50:13 1.12
+++ pkgsrc/lang/erlang/options.mk 2021/02/20 01:02:29 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: options.mk,v 1.12 2021/02/19 12:50:13 jperkin Exp $ 1# $NetBSD: options.mk,v 1.13 2021/02/20 01:02:29 gutteridge Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.erlang 3PKG_OPTIONS_VAR= PKG_OPTIONS.erlang
4PKG_SUPPORTED_OPTIONS= java erlang-hipe 4PKG_SUPPORTED_OPTIONS= java erlang-hipe
5PKG_OPTIONS_OPTIONAL_GROUPS= odbc 5PKG_OPTIONS_OPTIONAL_GROUPS= odbc
6PKG_OPTIONS_GROUP.odbc= iodbc unixodbc 6PKG_OPTIONS_GROUP.odbc= iodbc unixodbc
7 7
8PKG_SUGGESTED_OPTIONS= # empty 8PKG_SUGGESTED_OPTIONS= # empty
9### 9###
10### Activate HiPE by default on some systems or if the user has 10### Activate HiPE by default on some systems or if the user has
11### defined the erlang-hipe option in mk.conf 11### defined the erlang-hipe option in mk.conf
12### 12###
13.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") && \ 13.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") && \
14 (${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || \ 14 (${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || \
@@ -25,26 +25,28 @@ PKG_SUPPORTED_OPTIONS+= dtrace @@ -25,26 +25,28 @@ PKG_SUPPORTED_OPTIONS+= dtrace
25 25
26PLIST_SRC= ${PLIST_SRC_DFLT} 26PLIST_SRC= ${PLIST_SRC_DFLT}
27PLIST_VARS+= odbc dtrace 27PLIST_VARS+= odbc dtrace
28 28
29.if !empty(PKG_OPTIONS:Mjava) 29.if !empty(PKG_OPTIONS:Mjava)
30USE_JAVA= yes 30USE_JAVA= yes
31USE_JAVA2= yes 31USE_JAVA2= yes
32.include "../../mk/java-vm.mk" 32.include "../../mk/java-vm.mk"
33PLIST_SRC+= PLIST.java 33PLIST_SRC+= PLIST.java
34.else 34.else
35CONFIGURE_ARGS+= --without-javac 35CONFIGURE_ARGS+= --without-javac
36.endif 36.endif
37 37
 38# Some hipe-related files are still installed even when --disable-hipe
 39# is supplied, and these should remain in the general PLIST.
38.if !empty(PKG_OPTIONS:Merlang-hipe) 40.if !empty(PKG_OPTIONS:Merlang-hipe)
39CONFIGURE_ARGS+= --enable-hipe 41CONFIGURE_ARGS+= --enable-hipe
40PLIST_SRC+= PLIST.hipe 42PLIST_SRC+= PLIST.hipe
41USE_TOOLS+= gm4 # needs -P 43USE_TOOLS+= gm4 # needs -P
42.else 44.else
43CONFIGURE_ARGS+= --disable-hipe 45CONFIGURE_ARGS+= --disable-hipe
44.endif 46.endif
45 47
46### 48###
47### Provide iodbc/unixodbc option support 49### Provide iodbc/unixodbc option support
48### 50###
49.if !empty(PKG_OPTIONS:Miodbc) 51.if !empty(PKG_OPTIONS:Miodbc)
50. include "../../databases/iodbc/buildlink3.mk" 52. include "../../databases/iodbc/buildlink3.mk"