- Catch up with github tree - changelog:
https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user - Switch to new USE_GITHUB syntax.
This commit is contained in:
parent
90102016d0
commit
d96dc23c07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385142
3 changed files with 14 additions and 16 deletions
|
@ -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-user branch
|
|||
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/curl
|
|||
.endif
|
||||
|
||||
.if empty(PORT_OPTIONS:MOPENGL)
|
||||
CONFIGURE_ARGS+= --disable-glx
|
||||
CONFIGURE_ARGS+= --disable-opengl
|
||||
.else
|
||||
USE_GL= yes
|
||||
.endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue