From owner-svn-ports-head@FreeBSD.ORG Tue Nov 6 21:56:04 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32557BDA; Tue, 6 Nov 2012 21:56:04 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F19F38FC08; Tue, 6 Nov 2012 21:56:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA6Lu3CK062078; Tue, 6 Nov 2012 21:56:03 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA6Lu3Ml062075; Tue, 6 Nov 2012 21:56:03 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201211062156.qA6Lu3Ml062075@svn.freebsd.org> From: Juergen Lock Date: Tue, 6 Nov 2012 21:56:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307098 - in head/emulators: qemu qemu-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 21:56:04 -0000 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 -# +# Created by: Juergen Lock # $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 -# +# Created by: Juergen Lock # $FreeBSD$ -# PORTNAME= qemu PORTVERSION= 0.11.1 @@ -18,6 +14,7 @@ MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator HAS_CONFIGURE= yes +USE_GCC= any USE_GMAKE= yes USE_PERL5_BUILD= yes PATCH_STRIP= -p1