svn commit: r513844 - head/emulators/qemu

Muhammad Moinur Rahman bofh at FreeBSD.org
Sun Oct 6 06:25:28 UTC 2019


qemu has a slave port. So we are using USES?. But for qemu-utils or qemu-guest-agent we just need USES=xorg and nothing else. Adding USES=xorg doesn’t work.  :(

> On 6 Oct, 2019, at 12:21, Tobias Kortkamp <tobik at freebsd.org> wrote:
> 
> 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
>> 
>> Log:
>>  emulators/qemu: Update version 3.1.1=>3.1.1.1
>> 
>> Modified:
>>  head/emulators/qemu/Makefile
>>  head/emulators/qemu/distinfo
>> 
>> Modified: head/emulators/qemu/Makefile
>> ==============================================================================
>> --- 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$
>> 
>> PORTNAME=	qemu
>> -PORTVERSION=	3.1.1
>> +PORTVERSION=	3.1.1.1
>> CATEGORIES=	emulators
>> MASTER_SITES=	https://download.qemu.org/
>> DIST_SUBDIR=	qemu/${PORTVERSION}
>> @@ -20,6 +20,7 @@ LIB_DEPENDS?=	libnettle.so:security/nettle \
>> 
>> .if !defined(PKGNAMESUFFIX) || (${PKGNAMESUFFIX} != "-utils" && ${PKGNAMESUFFIX} != "-guest-agent")
>> ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64
>> +USES?+=		xorg
> 
> It is unfortunate that make(1) accepts this, but 'USES?+=' means
> 'append to a variable called USES?' which is probably wrong.  What
> did you mean here?  'USES?=', 'USES+=' or maybe it should be removed
> again?  At the moment this does not really do anything.



More information about the svn-ports-head mailing list