Date: Sun, 11 Feb 2018 19:56:53 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461523 - head/emulators/qemu-sbruno Message-ID: <201802111956.w1BJurUI016169@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Sun Feb 11 19:56:52 2018 New Revision: 461523 URL: https://svnweb.freebsd.org/changeset/ports/461523 Log: Update to the latest on github. Clean up distfile handling. Suppress unimportant and very noisy warnings in qemu-user-static. PR: 225831 Approved by: sbruno (maintainer) Sponsored by: DARPA, AFRL Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo head/emulators/qemu-sbruno/pkg-plist Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sun Feb 11 19:50:50 2018 (r461522) +++ head/emulators/qemu-sbruno/Makefile Sun Feb 11 19:56:52 2018 (r461523) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.11.50.g20171215 -PORTREVISION= 3 +PORTVERSION= 2.11.50.g20180208 CATEGORIES= emulators MASTER_SITES= GH PKGNAMESUFFIX?= -sbruno -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= qemu/${PORTVERSION} MAINTAINER= sbruno@FreeBSD.org @@ -15,7 +13,7 @@ COMMENT?= QEMU CPU Emulator - github bsd-user branch LICENSE= GPLv2 USE_GITHUB= yes -GH_TUPLE= seanbruno:${PORTNAME}-bsd-user:8dcfea1 \ +GH_TUPLE= seanbruno:qemu-bsd-user:2b84fbb94e9 \ qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2.7,build @@ -133,6 +131,7 @@ PLIST_SUB+= STATIC="" WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} +CFLAGS+= -Wno-address-of-packed-member CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} --enable-docs \ --disable-linux-user --disable-linux-aio \ --disable-kvm --disable-xen \ Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Sun Feb 11 19:50:50 2018 (r461522) +++ head/emulators/qemu-sbruno/distinfo Sun Feb 11 19:56:52 2018 (r461523) @@ -1,5 +1,5 @@ -TIMESTAMP = 1513359428 -SHA256 (qemu/2.11.50.g20171215/seanbruno-qemu-bsd-user-2.11.50.g20171215-8dcfea1_GH0.tar.gz) = cd7f9e5b1f1a6a6055b9fba569b5d45970e78679fce1b4d000f28ccb53b1ab15 -SIZE (qemu/2.11.50.g20171215/seanbruno-qemu-bsd-user-2.11.50.g20171215-8dcfea1_GH0.tar.gz) = 14817005 -SHA256 (qemu/2.11.50.g20171215/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a -SIZE (qemu/2.11.50.g20171215/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895 +TIMESTAMP = 1518374880 +SHA256 (qemu/2.11.50.g20180208/seanbruno-qemu-bsd-user-2.11.50.g20180208-2b84fbb94e9_GH0.tar.gz) = f46358d51c90a3a775aab3b8f728a0009c025adc44e367f72bead70ed5b9de3c +SIZE (qemu/2.11.50.g20180208/seanbruno-qemu-bsd-user-2.11.50.g20180208-2b84fbb94e9_GH0.tar.gz) = 15503774 +SHA256 (qemu/2.11.50.g20180208/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a +SIZE (qemu/2.11.50.g20180208/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895 Modified: head/emulators/qemu-sbruno/pkg-plist ============================================================================== --- head/emulators/qemu-sbruno/pkg-plist Sun Feb 11 19:50:50 2018 (r461522) +++ head/emulators/qemu-sbruno/pkg-plist Sun Feb 11 19:56:52 2018 (r461523) @@ -6,6 +6,7 @@ %%NONX86%%bin/qemu-system-alpha %%NONX86%%bin/qemu-system-arm %%NONX86%%bin/qemu-system-cris +%%NONX86%%bin/qemu-system-hppa %%SOFTMMU%%bin/qemu-system-i386 %%NONX86%%bin/qemu-system-lm32 %%NONX86%%bin/qemu-system-m68k @@ -66,6 +67,7 @@ %%SOFTMMU%%%%DATADIR%%/efi-rtl8139.rom %%SOFTMMU%%%%DATADIR%%/efi-virtio.rom %%SOFTMMU%%%%DATADIR%%/efi-vmxnet3.rom +%%SOFTMMU%%%%DATADIR%%/hppa-firmware.img %%SOFTMMU%%%%DATADIR%%/keymaps/ar %%SOFTMMU%%%%DATADIR%%/keymaps/bepo %%SOFTMMU%%%%DATADIR%%/keymaps/common
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802111956.w1BJurUI016169>