svn commit: r423312 - in head/emulators: . virtualbox-ose-additions-nox11

Mathieu Arnold mat at FreeBSD.org
Wed Oct 5 06:32:39 UTC 2016


Le 05/10/2016 à 05:12, Adam Weinberger a écrit :
>> On 4 Oct, 2016, at 19:03, Steve Wills <swills at freebsd.org> wrote:
>>
>> Author: swills
>> Date: Wed Oct  5 01:03:04 2016
>> New Revision: 423312
>> URL: https://svnweb.freebsd.org/changeset/ports/423312
>>
>> Log:
>>  emulators/virtualbox-ose-additions-nox11: create port
>>
>>  Create a port for virtualbox-ose-additions with x11 option disabled
>>
>> Added:
>>  head/emulators/virtualbox-ose-additions-nox11/
>>  head/emulators/virtualbox-ose-additions-nox11/Makefile   (contents, props changed)
>> Modified:
>>  head/emulators/Makefile
>>
>> Modified: head/emulators/Makefile
>> ==============================================================================
>> --- head/emulators/Makefile	Wed Oct  5 01:01:29 2016	(r423311)
>> +++ head/emulators/Makefile	Wed Oct  5 01:03:04 2016	(r423312)
>> @@ -151,6 +151,7 @@
>>     SUBDIR += virtio-kmod
>>     SUBDIR += virtualbox-ose
>>     SUBDIR += virtualbox-ose-additions
>> +    SUBDIR += virtualbox-ose-additions-nox11
>>     SUBDIR += virtualbox-ose-kmod
>>     SUBDIR += virtualbox-ose-lite
>>     SUBDIR += visualboyadvance-m
>>
>> Added: head/emulators/virtualbox-ose-additions-nox11/Makefile
>> ==============================================================================
>> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
>> +++ head/emulators/virtualbox-ose-additions-nox11/Makefile	Wed Oct  5 01:03:04 2016	(r423312)
>> @@ -0,0 +1,7 @@
>> +# $FreeBSD$
>> +
>> +MASTERDIR=	${.CURDIR}/../virtualbox-ose-additions
>> +PKGNAMESUFFIX=	-additions-nox11
>> +OPTIONS_UNSET=	X11
>> +
>> +.include "${MASTERDIR}/Makefile"
>>
> I was under the impression that OPTION_UNSET was for /etc/make.conf. OPTIONS_EXCLUDE is what I'm more used to seeing.

Yes, slave ports use OPTIONS_EXCLUDE (to remove an option) and
OPTIONS_SLAVE (to always enable an option)

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20161005/cf5a2fec/attachment.sig>


More information about the svn-ports-head mailing list