svn commit: r368629 - head/emulators/qemu
Juergen Lock
nox at FreeBSD.org
Sat Sep 20 08:44:29 UTC 2014
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>
More information about the svn-ports-all
mailing list