Date: Sun, 6 Oct 2019 12:25:21 +0600 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: Tobias Kortkamp <tobik@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r513844 - head/emulators/qemu Message-ID: <4093EC81-7A02-4DE9-AF83-9DBF45F6A99A@FreeBSD.org> In-Reply-To: <20191006062141.GA45072@urd.tobik.me> References: <201910052027.x95KRQoY068649@repo.freebsd.org> <20191006062141.GA45072@urd.tobik.me>
next in thread | previous in thread | raw e-mail | index | archive | help
qemu has a slave port. So we are using USES?. But for qemu-utils or = qemu-guest-agent we just need USES=3Dxorg and nothing else. Adding = USES=3Dxorg doesn=E2=80=99t work. :( > On 6 Oct, 2019, at 12:21, Tobias Kortkamp <tobik@freebsd.org> wrote: >=20 > On Sat, Oct 05, 2019 at 08:27:26PM +0000, Muhammad Moinur Rahman = wrote: >> Author: bofh >> Date: Sat Oct 5 20:27:25 2019 >> New Revision: 513844 >> URL: https://svnweb.freebsd.org/changeset/ports/513844 >>=20 >> Log: >> emulators/qemu: Update version 3.1.1=3D>3.1.1.1 >>=20 >> Modified: >> head/emulators/qemu/Makefile >> head/emulators/qemu/distinfo >>=20 >> Modified: head/emulators/qemu/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/emulators/qemu/Makefile Sat Oct 5 18:52:36 2019 = (r513843) >> +++ head/emulators/qemu/Makefile Sat Oct 5 20:27:25 2019 = (r513844) >> @@ -2,7 +2,7 @@ >> # $FreeBSD$ >>=20 >> PORTNAME=3D qemu >> -PORTVERSION=3D 3.1.1 >> +PORTVERSION=3D 3.1.1.1 >> CATEGORIES=3D emulators >> MASTER_SITES=3D https://download.qemu.org/ >> DIST_SUBDIR=3D qemu/${PORTVERSION} >> @@ -20,6 +20,7 @@ LIB_DEPENDS?=3D libnettle.so:security/nettle \ >>=20 >> .if !defined(PKGNAMESUFFIX) || (${PKGNAMESUFFIX} !=3D "-utils" && = ${PKGNAMESUFFIX} !=3D "-guest-agent") >> ONLY_FOR_ARCHS=3D amd64 i386 powerpc powerpc64 >> +USES?+=3D xorg >=20 > It is unfortunate that make(1) accepts this, but 'USES?+=3D' means > 'append to a variable called USES?' which is probably wrong. What > did you mean here? 'USES?=3D', 'USES+=3D' or maybe it should be = removed > again? At the moment this does not really do anything.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4093EC81-7A02-4DE9-AF83-9DBF45F6A99A>