svn commit: r565934 - head/emulators/qemu-devel

Piotr Kubaj pkubaj at FreeBSD.org
Thu Feb 18 13:37:33 UTC 2021


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 \


More information about the svn-ports-all mailing list