Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2020 11:19:30 +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: r523295 - head/emulators/qemu-sbruno
Message-ID:  <202001171119.00HBJUki041944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jan 17 11:19:30 2020
New Revision: 523295
URL: https://svnweb.freebsd.org/changeset/ports/523295

Log:
  emulators/qemu-sbruno: actually install 64-bit emulators on powerpc64
  
  They were built but not installed.
  
  Approved by:	kevans91

Modified:
  head/emulators/qemu-sbruno/Makefile

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Fri Jan 17 10:58:16 2020	(r523294)
+++ head/emulators/qemu-sbruno/Makefile	Fri Jan 17 11:19:30 2020	(r523295)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	2.11.50.g20191211
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 PKGNAMESUFFIX?=	-sbruno
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -111,7 +111,7 @@ PLIST_SUB+=	BSD_USER=""
 IGNORE=		bsd-user targets not tested on sparc64
 .endif
 .endif
-.if empty(PORT_OPTIONS:MBSD_USER) || ${ARCH} != "amd64"
+.if empty(PORT_OPTIONS:MBSD_USER) || (${ARCH} != "amd64" && ${ARCH} != "powerpc64")
 PLIST_SUB+=	BSD_USER64="@comment "
 .else
 PLIST_SUB+=	BSD_USER64=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001171119.00HBJUki041944>