Date: Thu, 18 Feb 2021 13:37:32 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565934 - head/emulators/qemu-devel Message-ID: <202102181337.11IDbWau034562@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Feb 18 13:37:32 2021 New Revision: 565934 URL: https://svnweb.freebsd.org/changeset/ports/565934 Log: emulators/qemu-devel: enable on powerp64le Additionally, add bash to BUILD_DEPENDS. It looks like, at least, on powerpc64le, bash is required to build. Approved by: tier 2 blanket Modified: head/emulators/qemu-devel/Makefile Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Thu Feb 18 13:17:53 2021 (r565933) +++ head/emulators/qemu-devel/Makefile Thu Feb 18 13:37:32 2021 (r565934) @@ -12,10 +12,11 @@ COMMENT= QEMU CPU Emulator - development version LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 powerpc powerpc64 +ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64 powerpc64le IGNORE_FreeBSD_11= Unable to produce Position Independent Code -BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ + bash:shells/bash LIB_DEPENDS= libnettle.so:security/nettle \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102181337.11IDbWau034562>