From owner-svn-ports-head@freebsd.org Sun Oct 11 22:11:54 2015 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 024319B2621; Sun, 11 Oct 2015 22:11:54 +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 C9E22942; Sun, 11 Oct 2015 22:11:53 +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 t9BMBqJ3011127; Sun, 11 Oct 2015 22:11:52 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9BMBq8V011123; Sun, 11 Oct 2015 22:11:52 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201510112211.t9BMBq8V011123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 11 Oct 2015 22:11:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399107 - in head: . emulators/qemu-sbruno emulators/qemu-sbruno/files 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.20 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: Sun, 11 Oct 2015 22:11:54 -0000 Author: sbruno Date: Sun Oct 11 22:11:52 2015 New Revision: 399107 URL: https://svnweb.freebsd.org/changeset/ports/399107 Log: Update qemu-sbruno to track my github repo. - Update MIPS user target to work on head after svn r286871 - Bump UPDATING as this makes the current pkg incompatible with current prior to this revision. Submitted by: kan Modified: head/UPDATING head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo head/emulators/qemu-sbruno/files/patch-Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Oct 11 21:55:59 2015 (r399106) +++ head/UPDATING Sun Oct 11 22:11:52 2015 (r399107) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20151011: + AFFECTS: users of emulators/qemu-sbruno, emulators/qemu-user-static + AUTHOR: sbruno@FreeBSD.org + + The Jemalloc update at svn r286871 introduced some TLS enhancements + for MIPS targets that require a bit of workaround. Users who want + to build MIPS packages should update their host systems past r286871 + prior to upgrading their qemu-user-static/qemu-sbruno ports. + + Discussion about this can be found here: + https://lists.freebsd.org/pipermail/freebsd-mips/2015-October/004018.html + 20151006: AFFECTS: users of www/firefox, www/seamonkey AUTHOR: gecko@FreeBSD.org Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sun Oct 11 21:55:59 2015 (r399106) +++ head/emulators/qemu-sbruno/Makefile Sun Oct 11 22:11:52 2015 (r399107) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.4.50.g20150814 +PORTVERSION= 2.4.50.g20151011 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox \ @@ -20,7 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 6764363 +GH_TAGNAME= 182181a HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Sun Oct 11 21:55:59 2015 (r399106) +++ head/emulators/qemu-sbruno/distinfo Sun Oct 11 22:11:52 2015 (r399107) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.4.50.g20150814/seanbruno-qemu-bsd-user-2.4.50.g20150814-6764363_GH0.tar.gz) = 6fef33fc642016ef762943e4327d6a88bff216121ec98157205ddcdc8c876870 -SIZE (qemu/2.4.50.g20150814/seanbruno-qemu-bsd-user-2.4.50.g20150814-6764363_GH0.tar.gz) = 11272282 -SHA256 (qemu/2.4.50.g20150814/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.4.50.g20150814/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.4.50.g20151011/seanbruno-qemu-bsd-user-2.4.50.g20151011-182181a_GH0.tar.gz) = 815ed03da1450d4c3c12fcf4d21f1bd1ab2633ffdac60597957dc64e20a7719e +SIZE (qemu/2.4.50.g20151011/seanbruno-qemu-bsd-user-2.4.50.g20151011-182181a_GH0.tar.gz) = 11311779 +SHA256 (qemu/2.4.50.g20151011/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.4.50.g20151011/dtc-v1.4.0.tar.gz) = 131893 Modified: head/emulators/qemu-sbruno/files/patch-Makefile ============================================================================== --- head/emulators/qemu-sbruno/files/patch-Makefile Sun Oct 11 21:55:59 2015 (r399106) +++ head/emulators/qemu-sbruno/files/patch-Makefile Sun Oct 11 22:11:52 2015 (r399107) @@ -1,18 +1,19 @@ ---- Makefile.orig -+++ Makefile -@@ -83,7 +83,11 @@ LIBS+=-lz $(LIBS_TOOLS) +--- Makefile.orig 2015-10-11 14:24:23.000000000 -0700 ++++ Makefile 2015-10-11 14:52:24.499336000 -0700 +@@ -88,8 +88,12 @@ HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF) ifdef BUILD_DOCS +ifdef NOPORTDOCS -+DOCS=qemu.1 qemu-img.1 qemu-nbd.8 ++DOCS=qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 +else - DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 qmp-commands.txt + DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 + DOCS+=qmp-commands.txt +endif ifdef CONFIG_LINUX DOCS+=kvm_stat.1 endif -@@ -362,8 +366,10 @@ endif +@@ -390,8 +394,10 @@ install-doc: $(DOCS) $(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)"