From owner-svn-ports-all@freebsd.org Thu Feb 23 14:34:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A821CEBD0B; Thu, 23 Feb 2017 14:34:48 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 300B38B2; Thu, 23 Feb 2017 14:34:48 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1NEYlAd003099; Thu, 23 Feb 2017 14:34:47 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1NEYlIf003097; Thu, 23 Feb 2017 14:34:47 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201702231434.v1NEYlIf003097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 23 Feb 2017 14:34:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434670 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2017 14:34:48 -0000 Author: sbruno Date: Thu Feb 23 14:34:47 2017 New Revision: 434670 URL: https://svnweb.freebsd.org/changeset/ports/434670 Log: Accept patch to fix fetching of distfiles (getifaddrs) on big endian machines. As a side affect, we get a semi-functional ifconfig now. :-) Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Thu Feb 23 14:27:40 2017 (r434669) +++ head/emulators/qemu-sbruno/Makefile Thu Feb 23 14:34:47 2017 (r434670) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.8.50.g20170123 +PORTVERSION= 2.8.50.g20170221 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -19,7 +19,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 506a08c +GH_TAGNAME= f51cf14 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Thu Feb 23 14:27:40 2017 (r434669) +++ head/emulators/qemu-sbruno/distinfo Thu Feb 23 14:34:47 2017 (r434670) @@ -1,5 +1,5 @@ TIMESTAMP = 1482956267 -SHA256 (qemu/2.8.50.g20170123/seanbruno-qemu-bsd-user-2.8.50.g20170123-506a08c_GH0.tar.gz) = d7552b8e55ff5a0c7de504824318ab7ec1090c402537d2187c406137eae5ffef -SIZE (qemu/2.8.50.g20160121/seanbruno-qemu-bsd-user-2.8.50.g20170123-506a08c_GH0.tar.gz) = 13671923 -SHA256 (qemu/2.8.50.g20170123/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.8.50.g20170123/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.8.50.g20170221/seanbruno-qemu-bsd-user-2.8.50.g20170221-f51cf14_GH0.tar.gz) = 97b48e157223da371aa638d27b1fbce3840fc7312e61b6d69d7855c9beee4311 +SIZE (qemu/2.8.50.g20170221/seanbruno-qemu-bsd-user-2.8.50.g20170221-f51cf14_GH0.tar.gz) = 13675595 +SHA256 (qemu/2.8.50.g20170221/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.8.50.g20170221/dtc-v1.4.0.tar.gz) = 131893