diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-04-25 23:38:14 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-04-25 23:38:14 +0800 |
commit | b3f211c26a41d60dc7e8e6e83b9b2501477a1a0e (patch) | |
tree | 8e4ea6f536a8217a2f948912900da6d5ba31d15d /emulators | |
parent | b9b26a43ee31e82523ee6ab0c0daf1698ac848e4 (diff) | |
download | freebsd-ports-gnome-b3f211c26a41d60dc7e8e6e83b9b2501477a1a0e.tar.gz freebsd-ports-gnome-b3f211c26a41d60dc7e8e6e83b9b2501477a1a0e.tar.zst freebsd-ports-gnome-b3f211c26a41d60dc7e8e6e83b9b2501477a1a0e.zip |
Fix arguments for renameat() to resolve issues with building certain
ports.
PR: 208952
Submitted by: Mikael Urankar <mikhael.urankar@gmail.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 5 | ||||
-rw-r--r-- | emulators/qemu-sbruno/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 53eb5a4f262f..00444c500c9a 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.5.50.g20160215 -PORTREVISION= 4 +PORTVERSION= 2.5.50.g20160425 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -19,7 +18,7 @@ COMMENT?= QEMU CPU Emulator - github bsd-user branch USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= cada59f +GH_TAGNAME= 36f4c00 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build diff --git a/emulators/qemu-sbruno/distinfo b/emulators/qemu-sbruno/distinfo index ddcacf9d06ae..3f098e74f0d7 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -1,4 +1,4 @@ -SHA256 (qemu/2.5.50.g20160215/seanbruno-qemu-bsd-user-2.5.50.g20160215-cada59f_GH0.tar.gz) = b685dda3b52eaa2041a88635de1c7d165f430f8ebd978dc2f4708e088bc86537 -SIZE (qemu/2.5.50.g20160215/seanbruno-qemu-bsd-user-2.5.50.g20160215-cada59f_GH0.tar.gz) = 11849937 -SHA256 (qemu/2.5.50.g20160215/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.5.50.g20160215/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.5.50.g20160425/seanbruno-qemu-bsd-user-2.5.50.g20160425-36f4c00_GH0.tar.gz) = 7b27aba83a3f29b089bf0ff678beaf4e6961d23a76597ec080b902f1acafd8da +SIZE (qemu/2.5.50.g20160425/seanbruno-qemu-bsd-user-2.5.50.g20160425-36f4c00_GH0.tar.gz) = 11855943 +SHA256 (qemu/2.5.50.g20160425/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.5.50.g20160425/dtc-v1.4.0.tar.gz) = 131893 |