Date: Thu, 16 Aug 2018 23:49:56 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477400 - head/emulators/qemu-cheri Message-ID: <201808162349.w7GNnuNW007290@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Thu Aug 16 23:49:55 2018 New Revision: 477400 URL: https://svnweb.freebsd.org/changeset/ports/477400 Log: Update a newer snapshow to support code generated by the latest devel/llvm-cheri. Tell qemu to look for the smbd binary in the expected location (don't add a RUN_DEPENDS entry as it's optional). Sponsored by: DARPA, AFRL Modified: head/emulators/qemu-cheri/Makefile head/emulators/qemu-cheri/Makefile.snapshot head/emulators/qemu-cheri/distinfo Modified: head/emulators/qemu-cheri/Makefile ============================================================================== --- head/emulators/qemu-cheri/Makefile Thu Aug 16 23:48:13 2018 (r477399) +++ head/emulators/qemu-cheri/Makefile Thu Aug 16 23:49:55 2018 (r477400) @@ -43,6 +43,7 @@ CONFIGURE_ARGS+= \ --disable-sdl \ --disable-vte \ --disable-xen \ + --smbd=${LOCALBASE}/sbin/smbd \ --extra-cflags="-g ${EXTRA_CFLAGS}" \ --localstatedir=/var EXTRA_CFLAGS= -DCHERI_UNALIGNED Modified: head/emulators/qemu-cheri/Makefile.snapshot ============================================================================== --- head/emulators/qemu-cheri/Makefile.snapshot Thu Aug 16 23:48:13 2018 (r477399) +++ head/emulators/qemu-cheri/Makefile.snapshot Thu Aug 16 23:49:55 2018 (r477400) @@ -4,6 +4,6 @@ # # Generated by: files/gen-Makefile.snapshot.sh. # -SNAPDATE= 20180614 +SNAPDATE= 20180727 -QEMU_COMMIT= e47a647e025e69212e6563b2b307a837677b9944 +QEMU_COMMIT= 1356c0d237cc65d95f20f2eac69df3db9de5f6e2 Modified: head/emulators/qemu-cheri/distinfo ============================================================================== --- head/emulators/qemu-cheri/distinfo Thu Aug 16 23:48:13 2018 (r477399) +++ head/emulators/qemu-cheri/distinfo Thu Aug 16 23:49:55 2018 (r477400) @@ -1,9 +1,5 @@ -TIMESTAMP = 1529085999 -SHA256 (CTSRD-CHERI-qemu-0.d20180614-e47a647e025e69212e6563b2b307a837677b9944_GH0.tar.gz) = d2a5e68c56e10107e212a2f9b7ae2c7c4439d562e19f3cdb54d01e4778526899 -SIZE (CTSRD-CHERI-qemu-0.d20180614-e47a647e025e69212e6563b2b307a837677b9944_GH0.tar.gz) = 16136332 -SHA256 (qemu-capstone-22ead3e_GH0.tar.gz) = c8c73aa3f38d486a1a03f117611d5a82530fd33a2ef6c343256c3a6fac9ebd04 -SIZE (qemu-capstone-22ead3e_GH0.tar.gz) = 2883987 -SHA256 (qemu-dtc-e543880_GH0.tar.gz) = 84878bdcfca30db1ad32fd60ddfd01e08fc00ff0c042d2a758e7e90c08de0b5e -SIZE (qemu-dtc-e543880_GH0.tar.gz) = 176916 +TIMESTAMP = 1533142867 +SHA256 (CTSRD-CHERI-qemu-0.d20180727-1356c0d237cc65d95f20f2eac69df3db9de5f6e2_GH0.tar.gz) = 12fbfc5a6d141dad82ed22ae76bdcd0b66b2ffb655a4bf2545c7dba0e5f2d450 +SIZE (CTSRD-CHERI-qemu-0.d20180727-1356c0d237cc65d95f20f2eac69df3db9de5f6e2_GH0.tar.gz) = 16142190 SHA256 (qemu-keycodemapdb-6b3d716_GH0.tar.gz) = c9d3412510aac999865d01aaa14b1fa8dc0385db55c5cf6c4d95d160bd0eaee9 SIZE (qemu-keycodemapdb-6b3d716_GH0.tar.gz) = 47905
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808162349.w7GNnuNW007290>