Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2019 17:19:56 +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: r515275 - in head/emulators: qemu-cheri qemu-utils
Message-ID:  <201910231719.x9NHJuUZ051437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Oct 23 17:19:56 2019
New Revision: 515275
URL: https://svnweb.freebsd.org/changeset/ports/515275

Log:
  emulators/qemu-{cheri,utils}: fix build on GCC architectures
  
  Use C11 compiler:
  ERROR: You need at least GCC v4.8 or Clang v3.4 (or XCode Clang v5.1)
  
  Approved by:	mentors (implicit approval)

Modified:
  head/emulators/qemu-cheri/Makefile
  head/emulators/qemu-utils/Makefile

Modified: head/emulators/qemu-cheri/Makefile
==============================================================================
--- head/emulators/qemu-cheri/Makefile	Wed Oct 23 16:42:58 2019	(r515274)
+++ head/emulators/qemu-cheri/Makefile	Wed Oct 23 17:19:56 2019	(r515275)
@@ -25,7 +25,7 @@ GH_TAGNAME=	${QEMU_COMMIT}
 GH_TUPLE=	qemu:keycodemapdb:6b3d716:qemu/ui/keycodemapdb
 
 HAS_CONFIGURE=	yes
-USES=	gettext-runtime gl gmake gnome libtool makeinfo pkgconfig \
+USES=	compiler:c11 gettext-runtime gl gmake gnome libtool makeinfo pkgconfig \
 	python:2.7,build xorg
 USE_XORG=	pixman
 USE_GNOME+=	glib20 libxml2

Modified: head/emulators/qemu-utils/Makefile
==============================================================================
--- head/emulators/qemu-utils/Makefile	Wed Oct 23 16:42:58 2019	(r515274)
+++ head/emulators/qemu-utils/Makefile	Wed Oct 23 17:19:56 2019	(r515275)
@@ -6,7 +6,7 @@ MAINTAINER=	asomers@FreeBSD.org
 COMMENT=	QEMU userland utilities
 
 HAS_CONFIGURE=	yes
-USES=		cpe gmake pkgconfig perl5 python:build tar:xz
+USES=		compiler:c11 cpe gmake pkgconfig perl5 python:build tar:xz
 USES+=		gettext-runtime
 USE_GNOME+=	glib20
 MAKE_ENV+=	BSD_MAKE="${MAKE}" PREFIX=${PREFIX}



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