mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= qemu
|
PORTNAME= qemu
|
||||||
PORTVERSION= 2.2.50.g20150310
|
PORTVERSION= 2.3.50.g20150501
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= GHL \
|
MASTER_SITES= GH \
|
||||||
LOCAL/nox \
|
LOCAL/nox \
|
||||||
LOCAL/nox:dtc \
|
LOCAL/nox:dtc \
|
||||||
http://people.freebsd.org/~nox/tmp/distfiles/ \
|
http://people.freebsd.org/~nox/tmp/distfiles/ \
|
||||||
|
@ -21,8 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd-user branch
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= seanbruno
|
GH_ACCOUNT= seanbruno
|
||||||
GH_PROJECT= ${PORTNAME}-bsd-user
|
GH_PROJECT= ${PORTNAME}-bsd-user
|
||||||
GH_COMMIT= 6b9c0c2
|
GH_TAGNAME= 38afafe
|
||||||
GH_TAGNAME= ${GH_COMMIT}
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
USES= gmake pkgconfig bison perl5 python:2,build
|
USES= gmake pkgconfig bison perl5 python:2,build
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
@ -183,7 +181,7 @@ LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if empty(PORT_OPTIONS:MOPENGL)
|
.if empty(PORT_OPTIONS:MOPENGL)
|
||||||
CONFIGURE_ARGS+= --disable-glx
|
CONFIGURE_ARGS+= --disable-opengl
|
||||||
.else
|
.else
|
||||||
USE_GL= yes
|
USE_GL= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SHA256 (qemu/2.2.50.g20150310/qemu-2.2.50.g20150310.tar.gz) = 6ca26cdf99350976ab794778fc4bbf03a6cf2e919139cb6e1fd6b17797975977
|
SHA256 (qemu/2.3.50.g20150501/seanbruno-qemu-bsd-user-2.3.50.g20150501-38afafe_GH0.tar.gz) = 85cb6a43861711202c432d876d6c6efbbe75616f1ad4a0a116868ccfdbbef369
|
||||||
SIZE (qemu/2.2.50.g20150310/qemu-2.2.50.g20150310.tar.gz) = 10709498
|
SIZE (qemu/2.3.50.g20150501/seanbruno-qemu-bsd-user-2.3.50.g20150501-38afafe_GH0.tar.gz) = 10906252
|
||||||
SHA256 (qemu/2.2.50.g20150310/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
|
SHA256 (qemu/2.3.50.g20150501/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
|
||||||
SIZE (qemu/2.2.50.g20150310/dtc-v1.4.0.tar.gz) = 131893
|
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.orig
|
||||||
+++ Makefile 2014-01-19 15:35:48.000000000 +0100
|
+++ Makefile
|
||||||
@@ -72,7 +72,11 @@
|
@@ -83,7 +83,11 @@ LIBS+=-lz $(LIBS_TOOLS)
|
||||||
HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF)
|
HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF)
|
||||||
|
|
||||||
ifdef BUILD_DOCS
|
ifdef BUILD_DOCS
|
||||||
|
@ -9,10 +9,10 @@
|
||||||
+else
|
+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 qmp-commands.txt
|
||||||
+endif
|
+endif
|
||||||
ifdef CONFIG_VIRTFS
|
ifdef CONFIG_LINUX
|
||||||
DOCS+=fsdev/virtfs-proxy-helper.1
|
DOCS+=kvm_stat.1
|
||||||
endif
|
endif
|
||||||
@@ -311,8 +315,10 @@
|
@@ -362,8 +366,10 @@ endif
|
||||||
|
|
||||||
install-doc: $(DOCS)
|
install-doc: $(DOCS)
|
||||||
$(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)"
|
$(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue