diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2017-12-06 08:45:28 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2017-12-06 08:45:28 +0000 |
commit | ad03d0499807ac9228d165cf2205d0b9ade5cd8b (patch) | |
tree | 6604ca8d2b77fc8ac4eb2a9dabb1ab255ca4b115 /emulators/qemu-riscv | |
parent | 207f2d492371cf9c151d5c85ecf4caee75474502 (diff) | |
download | ports-ad03d0499807ac9228d165cf2205d0b9ade5cd8b.tar.gz ports-ad03d0499807ac9228d165cf2205d0b9ade5cd8b.zip |
Notes
Diffstat (limited to 'emulators/qemu-riscv')
-rw-r--r-- | emulators/qemu-riscv/Makefile | 14 | ||||
-rw-r--r-- | emulators/qemu-riscv/distinfo | 8 |
2 files changed, 12 insertions, 10 deletions
diff --git a/emulators/qemu-riscv/Makefile b/emulators/qemu-riscv/Makefile index 15274885bea1..19ecbf427a2a 100644 --- a/emulators/qemu-riscv/Makefile +++ b/emulators/qemu-riscv/Makefile @@ -2,30 +2,30 @@ PORTNAME= qemu PORTVERSION= 2.7.50 -PORTREVISION= 20170306 +PORTREVISION= 20171130 CATEGORIES= emulators -PKGNAMESUFFIX?= -riscv +PKGNAMESUFFIX= -riscv MAINTAINER= lwhsu@FreeBSD.org COMMENT= QEMU with RISC-V (RV64GC, RV32GC) emulation support LICENSE= GPLv2 +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 BROKEN_powerpc64= fails to compile: async.c: internal compiler error: Segmentation fault USE_GITHUB= yes -GH_ACCOUNT= riscv -GH_PROJECT= riscv-qemu -GH_TAGNAME= 2094f39 +GH_TUPLE= riscv:riscv-qemu:7632a4d \ + qemu:dtc:65cc4d2:dtc/dtc HAS_CONFIGURE= yes -USES= gmake libtool makeinfo pkgconfig python:2,build +USES= gmake libtool makeinfo pkgconfig python:2.7,build USE_XORG= pixman USE_GNOME+= glib20 -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 CONFIGURE_ARGS+=--target-list=riscv64-softmmu,riscv32-softmmu \ --cc=${CC} \ + --enable-fdt \ --disable-curl \ --disable-docs \ --disable-gtk \ diff --git a/emulators/qemu-riscv/distinfo b/emulators/qemu-riscv/distinfo index 5354700038bd..155f91d56009 100644 --- a/emulators/qemu-riscv/distinfo +++ b/emulators/qemu-riscv/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1488789558 -SHA256 (riscv-riscv-qemu-2.7.50-2094f39_GH0.tar.gz) = 683dbed0d3db73a7681f6318846f7259da06770879db27fc950ff22b942d3d39 -SIZE (riscv-riscv-qemu-2.7.50-2094f39_GH0.tar.gz) = 12960091 +TIMESTAMP = 1512491076 +SHA256 (riscv-riscv-qemu-2.7.50-7632a4d_GH0.tar.gz) = fcf4c65d6267964a1ede4521894f98e30b5f08ced74347cb9cf431fbbd95b3ff +SIZE (riscv-riscv-qemu-2.7.50-7632a4d_GH0.tar.gz) = 12971486 +SHA256 (qemu-dtc-65cc4d2_GH0.tar.gz) = 102a954974c8229acde3557673b0b945768ea18a93fcf64883ca51d64f81c8ed +SIZE (qemu-dtc-65cc4d2_GH0.tar.gz) = 133030 |