pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/erlang Fix PLIST for the erlang-hipe option. Fixe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b730d281177e
branches:  trunk
changeset: 650944:b730d281177e
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Apr 29 09:39:47 2015 +0000

description:
Fix PLIST for the erlang-hipe option. Fixes default build on NetBSD.

diffstat:

 lang/erlang/PLIST.hipe |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (46 lines):

diff -r 483a1ea5b6db -r b730d281177e lang/erlang/PLIST.hipe
--- a/lang/erlang/PLIST.hipe    Wed Apr 29 09:37:59 2015 +0000
+++ b/lang/erlang/PLIST.hipe    Wed Apr 29 09:39:47 2015 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST.hipe,v 1.3 2015/04/28 14:34:20 fhajny Exp $
+@comment $NetBSD: PLIST.hipe,v 1.4 2015/04/29 09:39:47 fhajny Exp $
+lib/erlang/lib/hipe-${VERSION.hipe}/ebin/elf_format.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_adj_list.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_assemble.beam
@@ -46,6 +47,10 @@
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ig.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ig_moves.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_jit.beam
+lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm.beam
+lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_liveness.beam
+lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_main.beam
+lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_merge.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ls_regalloc.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_moves.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_node_sets.beam
@@ -96,6 +101,7 @@
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_symbolic.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_amd64.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_arm.beam
+lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_llvm.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_ppc.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_sparc.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_x86.beam
@@ -151,6 +157,16 @@
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_spill_restore.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_x87.beam
 lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_heap_test.erl
+lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf32_format.hrl
+lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf64_format.hrl
+lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf_format.erl
+lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf_format.hrl
+lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm.erl
+lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_arch.hrl
+lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_liveness.erl
+lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_main.erl
+lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_merge.erl
+lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_rtl_to_llvm.erl
 lib/erlang/lib/hipe-${VERSION.hipe}/main/hipe.erl
 lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_data_pp.erl
 lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_pack_constants.erl



Home | Main Index | Thread Index | Old Index