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

Adam Weinberger adamw at adamw.org
Wed Oct 5 03:12:57 UTC 2016


> 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.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org




More information about the svn-ports-all mailing list