Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2016 21:12:52 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        Steve Wills <swills@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r423312 - in head/emulators: . virtualbox-ose-additions-nox11
Message-ID:  <1B296661-E14C-48E4-96DF-348993807B21@adamw.org>
In-Reply-To: <201610050103.u95135Qt048888@repo.freebsd.org>
References:  <201610050103.u95135Qt048888@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 4 Oct, 2016, at 19:03, Steve Wills <swills@freebsd.org> wrote:
>=20
> Author: swills
> Date: Wed Oct  5 01:03:04 2016
> New Revision: 423312
> URL: https://svnweb.freebsd.org/changeset/ports/423312
>=20
> Log:
>  emulators/virtualbox-ose-additions-nox11: create port
>=20
>  Create a port for virtualbox-ose-additions with x11 option disabled
>=20
> Added:
>  head/emulators/virtualbox-ose-additions-nox11/
>  head/emulators/virtualbox-ose-additions-nox11/Makefile   (contents, =
props changed)
> Modified:
>  head/emulators/Makefile
>=20
> Modified: head/emulators/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/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 +=3D virtio-kmod
>     SUBDIR +=3D virtualbox-ose
>     SUBDIR +=3D virtualbox-ose-additions
> +    SUBDIR +=3D virtualbox-ose-additions-nox11
>     SUBDIR +=3D virtualbox-ose-kmod
>     SUBDIR +=3D virtualbox-ose-lite
>     SUBDIR +=3D visualboyadvance-m
>=20
> Added: head/emulators/virtualbox-ose-additions-nox11/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
> --- /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=3D	${.CURDIR}/../virtualbox-ose-additions
> +PKGNAMESUFFIX=3D	-additions-nox11
> +OPTIONS_UNSET=3D	X11
> +
> +.include "${MASTERDIR}/Makefile"
>=20

I was under the impression that OPTION_UNSET was for /etc/make.conf. =
OPTIONS_EXCLUDE is what I'm more used to seeing.

# Adam


--=20
Adam Weinberger
adamw@adamw.org
http://www.adamw.org





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1B296661-E14C-48E4-96DF-348993807B21>