svn commit: r307098 - in head/emulators: qemu qemu-devel
Juergen Lock
nox at FreeBSD.org
Tue Nov 6 21:56:04 UTC 2012
Author: nox
Date: Tue Nov 6 21:56:03 2012
New Revision: 307098
URL: http://svnweb.freebsd.org/changeset/ports/307098
Log:
- Default these to USE_GCC= any after the clang switch.
- Strip Makefile headers.
Feature safe: yes
Modified:
head/emulators/qemu-devel/Makefile
head/emulators/qemu/Makefile (contents, props changed)
Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile Tue Nov 6 21:40:46 2012 (r307097)
+++ head/emulators/qemu-devel/Makefile Tue Nov 6 21:56:03 2012 (r307098)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: qemu
-# Date created: 2004/05/31
-# Whom: Juergen Lock <nox at jelal.kn-bremen.de>
-#
+# Created by: Juergen Lock <nox at jelal.kn-bremen.de>
# $FreeBSD$
-#
PORTNAME= qemu
PORTVERSION= 1.1.1
@@ -61,6 +57,8 @@ PORTDOCS= docs qemu-doc.html qemu-tech.h
.if ${PORT_OPTIONS:MCLANG_HACK}
CONFIGURE_ARGS+= --enable-tcg-interpreter
CLANG_CFLAGS_AS+= -no-integrated-as
+.else
+USE_GCC= any
.endif
.if ${PORT_OPTIONS:MX86_TARGETS}
Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile Tue Nov 6 21:40:46 2012 (r307097)
+++ head/emulators/qemu/Makefile Tue Nov 6 21:56:03 2012 (r307098)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: qemu
-# Date created: 2004/05/31
-# Whom: Juergen Lock <nox at jelal.kn-bremen.de>
-#
+# Created by: Juergen Lock <nox at jelal.kn-bremen.de>
# $FreeBSD$
-#
PORTNAME= qemu
PORTVERSION= 0.11.1
@@ -18,6 +14,7 @@ MAINTAINER= nox at FreeBSD.org
COMMENT= QEMU CPU Emulator
HAS_CONFIGURE= yes
+USE_GCC= any
USE_GMAKE= yes
USE_PERL5_BUILD= yes
PATCH_STRIP= -p1
More information about the svn-ports-all
mailing list