diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-06-29 02:03:31 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-06-29 02:03:31 +0800 |
commit | 84015395114b9bfd0be43bd155089e1a4ce7957b (patch) | |
tree | e019e3f8ebfd2a4e782baa29bacd52a8f0981b60 /emulators | |
parent | 74d3c333095aabfadb3032d6ff1036cacb9c532f (diff) | |
download | freebsd-ports-gnome-84015395114b9bfd0be43bd155089e1a4ce7957b.tar.gz freebsd-ports-gnome-84015395114b9bfd0be43bd155089e1a4ce7957b.tar.zst freebsd-ports-gnome-84015395114b9bfd0be43bd155089e1a4ce7957b.zip |
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@)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 7 | ||||
-rw-r--r-- | emulators/qemu-sbruno/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 771a174931cf..a52b2439e62e 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -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-user branch 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-devel-* .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) diff --git a/emulators/qemu-sbruno/distinfo b/emulators/qemu-sbruno/distinfo index 2106e49ee7c4..c898af590cee 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -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 |