From 22e415fd43fa5cb97fba8f17b7ed490ea93b20ff Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Tue, 21 Jun 2016 14:59:46 +0000 Subject: Capture upstream pull request from jkim@ https://github.com/seanbruno/qemu-bsd-user/pull/23 Limit sysctl(3) output for hw.availpages to 4GB. - This output should be limited to 4GB on 32-bit targets to be consistent with hw.physmem. Note this also limits sysconf(3) with _SC_PHYS_PAGES because libc uses sysctlbyname("hw.availpages", ...) to get the value. - Properly swap output for hw.physmem, etc. while I am in the neighborhood. Submitted by: jkim@ --- emulators/qemu-sbruno/Makefile | 5 ++--- emulators/qemu-sbruno/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'emulators') diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index a8728a23576f..771a174931cf 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.6.50.g20160611 -PORTREVISION= 1 +PORTVERSION= 2.6.50.g20160621 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= 6c3484f +GH_TAGNAME= 711f104 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 58eacb28d6f1..2106e49ee7c4 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -1,4 +1,4 @@ -SHA256 (qemu/2.6.50.g20160611/seanbruno-qemu-bsd-user-2.6.50.g20160611-6c3484f_GH0.tar.gz) = c2c86fc978c22f75dfa4e6afc6c9b48f6d8649303b9b4cf77b756aa070e216ea -SIZE (qemu/2.6.50.g20160611/seanbruno-qemu-bsd-user-2.6.50.g20160611-6c3484f_GH0.tar.gz) = 12124512 -SHA256 (qemu/2.6.50.g20160611/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +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 SIZE (qemu/2.6.50.g201605/dtc-v1.4.0.tar.gz) = 131893 -- cgit v1.2.3