svn commit: r523180 - head/emulators/qemu-user-static-devel

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 15 22:04:04 UTC 2020


Author: pkubaj
Date: Wed Jan 15 22:04:04 2020
New Revision: 523180
URL: https://svnweb.freebsd.org/changeset/ports/523180

Log:
  emulators/qemu-user-static-devel: add 64-bit targets for powerpc64
  
  Similar to previous commit for qemu-sbruno.

Modified:
  head/emulators/qemu-user-static-devel/Makefile

Modified: head/emulators/qemu-user-static-devel/Makefile
==============================================================================
--- head/emulators/qemu-user-static-devel/Makefile	Wed Jan 15 21:32:05 2020	(r523179)
+++ head/emulators/qemu-user-static-devel/Makefile	Wed Jan 15 22:04:04 2020	(r523180)
@@ -2,7 +2,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	3.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 PKGNAMESUFFIX=	-user-static-devel
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+=	--extra-cflags=-I${LOCALBASE}/include
 CONFIGURE_ARGS+=	--disable-libssh2
 
 QEMU_TARGETS=		i386-bsd-user sparc-bsd-user arm-bsd-user mips-bsd-user mipsel-bsd-user ppc-bsd-user
-.if ${ARCH} == "amd64"
+.if ${ARCH} == "amd64" || ${ARCH} == "powerpc64"
 QEMU_TARGETS+=		x86_64-bsd-user riscv64-bsd-user sparc64-bsd-user mips64-bsd-user mips64el-bsd-user ppc64-bsd-user aarch64-bsd-user
 PLIST_SUB+=	64BIT=""
 .else


More information about the svn-ports-all mailing list