Date: Fri, 1 May 2015 19:10:16 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385142 - in head/emulators/qemu-sbruno: . files Message-ID: <201505011910.t41JAG2l019910@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Fri May 1 19:10:15 2015 New Revision: 385142 URL: https://svnweb.freebsd.org/changeset/ports/385142 Log: - Catch up with github tree - changelog: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user - Switch to new USE_GITHUB syntax. Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo head/emulators/qemu-sbruno/files/patch-Makefile Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Fri May 1 19:06:37 2015 (r385141) +++ head/emulators/qemu-sbruno/Makefile Fri May 1 19:10:15 2015 (r385142) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.2.50.g20150310 -PORTREVISION= 1 +PORTVERSION= 2.3.50.g20150501 CATEGORIES= emulators -MASTER_SITES= GHL \ +MASTER_SITES= GH \ LOCAL/nox \ LOCAL/nox:dtc \ http://people.freebsd.org/~nox/tmp/distfiles/ \ @@ -21,8 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_COMMIT= 6b9c0c2 -GH_TAGNAME= ${GH_COMMIT} +GH_TAGNAME= 38afafe HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build @@ -183,7 +181,7 @@ LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp .endif .if empty(PORT_OPTIONS:MOPENGL) -CONFIGURE_ARGS+= --disable-glx +CONFIGURE_ARGS+= --disable-opengl .else USE_GL= yes .endif Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Fri May 1 19:06:37 2015 (r385141) +++ head/emulators/qemu-sbruno/distinfo Fri May 1 19:10:15 2015 (r385142) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.2.50.g20150310/qemu-2.2.50.g20150310.tar.gz) = 6ca26cdf99350976ab794778fc4bbf03a6cf2e919139cb6e1fd6b17797975977 -SIZE (qemu/2.2.50.g20150310/qemu-2.2.50.g20150310.tar.gz) = 10709498 -SHA256 (qemu/2.2.50.g20150310/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.2.50.g20150310/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.3.50.g20150501/seanbruno-qemu-bsd-user-2.3.50.g20150501-38afafe_GH0.tar.gz) = 85cb6a43861711202c432d876d6c6efbbe75616f1ad4a0a116868ccfdbbef369 +SIZE (qemu/2.3.50.g20150501/seanbruno-qemu-bsd-user-2.3.50.g20150501-38afafe_GH0.tar.gz) = 10906252 +SHA256 (qemu/2.3.50.g20150501/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.3.50.g20150501/dtc-v1.4.0.tar.gz) = 131893 Modified: head/emulators/qemu-sbruno/files/patch-Makefile ============================================================================== --- head/emulators/qemu-sbruno/files/patch-Makefile Fri May 1 19:06:37 2015 (r385141) +++ head/emulators/qemu-sbruno/files/patch-Makefile Fri May 1 19:10:15 2015 (r385142) @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-11-27 23:15:55.000000000 +0100 -+++ Makefile 2014-01-19 15:35:48.000000000 +0100 -@@ -72,7 +72,11 @@ +--- Makefile.orig ++++ Makefile +@@ -83,7 +83,11 @@ LIBS+=-lz $(LIBS_TOOLS) HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF) ifdef BUILD_DOCS @@ -9,10 +9,10 @@ +else DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 qmp-commands.txt +endif - ifdef CONFIG_VIRTFS - DOCS+=fsdev/virtfs-proxy-helper.1 + ifdef CONFIG_LINUX + DOCS+=kvm_stat.1 endif -@@ -311,8 +315,10 @@ +@@ -362,8 +366,10 @@ endif install-doc: $(DOCS) $(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505011910.t41JAG2l019910>