Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 08:44:29 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368629 - head/emulators/qemu
Message-ID:  <201409200844.s8K8iTC9069619@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Sat Sep 20 08:44:29 2014
New Revision: 368629
URL: http://svnweb.freebsd.org/changeset/ports/368629
QAT: https://qat.redports.org/buildarchive/r368629/

Log:
  - Remove ALL_TARGETS from OPTIONS_DEFAULT as target-ppc doesn't build
    with gcc48 on i386:
  
  	work/qemu-0.11.1/target-ppc/op_helper.c: In function 'helper_fmadd':
  	work/qemu-0.11.1/target-ppc/op_helper.c:1250:10: error: frame pointer required, but reserved
  	 uint64_t helper_fmadd (uint64_t arg1, uint64_t arg2, uint64_t arg3)
  
  - Bump PORTREVISION.
  
  Submitted by:	beefy1 via pkg-fallout

Modified:
  head/emulators/qemu/Makefile

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Sat Sep 20 07:32:20 2014	(r368628)
+++ head/emulators/qemu/Makefile	Sat Sep 20 08:44:29 2014	(r368629)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	0.11.1
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
 		http://bellard.org/qemu/
@@ -35,7 +35,7 @@ GNS3_DESC=		gns3 patches (udp, promiscuo
 CDROM_DMA_DESC=		IDE CDROM DMA
 ADD_AUDIO_DESC=		Emulate more audio hardware (experimental!)
 ALL_TARGETS_DESC=	Also build non-x86 targets
-OPTIONS_DEFAULT=	SDL GNUTLS CURL PCAP GNS3 CDROM_DMA ALL_TARGETS
+OPTIONS_DEFAULT=	SDL GNUTLS CURL PCAP GNS3 CDROM_DMA
 
 .include <bsd.port.pre.mk>
 



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