From owner-svn-ports-head@freebsd.org Tue Jun 28 18:03:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0D87B850CA; Tue, 28 Jun 2016 18:03:32 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9521B297B; Tue, 28 Jun 2016 18:03:32 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5SI3Vvj091674; Tue, 28 Jun 2016 18:03:31 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5SI3VFI091672; Tue, 28 Jun 2016 18:03:31 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201606281803.u5SI3VFI091672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Tue, 28 Jun 2016 18:03:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417742 - head/emulators/qemu-sbruno 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.22 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, 28 Jun 2016 18:03:33 -0000 Author: sbruno Date: Tue Jun 28 18:03:31 2016 New Revision: 417742 URL: https://svnweb.freebsd.org/changeset/ports/417742 Log: Update qemu-sbruno/user-static to capture pull request: - Allow utimensat() syscall on FreeBSD 10.3, where pkg(8) requires it. Update qemu-sbruno Makefile to not build qemu-tools when building qemu-user-static slave port. (ian@) Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Tue Jun 28 18:03:24 2016 (r417741) +++ head/emulators/qemu-sbruno/Makefile Tue Jun 28 18:03:31 2016 (r417742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.6.50.g20160621 +PORTVERSION= 2.6.50.g20160628 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -18,11 +18,10 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 711f104 +GH_TAGNAME= 4c46f61 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build -USE_XORG= pixman USE_GNOME+= glib20 PATCH_STRIP= -p1 MAKE_ENV+= BSD_MAKE="${MAKE}" @@ -53,6 +52,7 @@ CONFLICTS_INSTALL= qemu-[0-9]* qemu-deve .if exists(/usr/sbin/binmiscctl) USE_RC_SUBR= qemu_user_static SUB_LIST= NAME=qemu_user_static +CONFIGURE_ARGS+= --disable-tools .endif .endif @@ -134,6 +134,7 @@ CONFIGURE_ARGS+= --disable-sdl .else CONFIGURE_ARGS+= --enable-sdl USE_SDL= sdl +USE_XORG= pixman .endif .if empty(PORT_OPTIONS:MGTK2) Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Tue Jun 28 18:03:24 2016 (r417741) +++ head/emulators/qemu-sbruno/distinfo Tue Jun 28 18:03:31 2016 (r417742) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.6.50.g20160621/seanbruno-qemu-bsd-user-2.6.50.g20160621-711f104_GH0.tar.gz) = adc60cbf7ec1f2da82c059e51de9ede555bea79001464b9a6073ac44affbf81f -SIZE (qemu/2.6.50.g20160621/seanbruno-qemu-bsd-user-2.6.50.g20160621-711f104_GH0.tar.gz) = 12124411 -SHA256 (qemu/2.6.50.g20160621/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SHA256 (qemu/2.6.50.g20160628/seanbruno-qemu-bsd-user-2.6.50.g20160628-4c46f61_GH0.tar.gz) = 698c0bd95b8cd24d68fe60b3c62295f942073ed1ffacbb5e699cb5bbffef95a1 +SIZE (qemu/2.6.50.g20160628/seanbruno-qemu-bsd-user-2.6.50.g20160628-4c46f61_GH0.tar.gz) = 12124250 +SHA256 (qemu/2.6.50.g20160628/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 SIZE (qemu/2.6.50.g201605/dtc-v1.4.0.tar.gz) = 131893