From owner-svn-ports-head@freebsd.org Wed Oct 5 03:12:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C260AF5A20; Wed, 5 Oct 2016 03:12:57 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 820A21C7; Wed, 5 Oct 2016 03:12:55 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 38499516 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 4 Oct 2016 21:12:54 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.0 \(3226\)) Subject: Re: svn commit: r423312 - in head/emulators: . virtualbox-ose-additions-nox11 From: Adam Weinberger In-Reply-To: <201610050103.u95135Qt048888@repo.freebsd.org> Date: Tue, 4 Oct 2016 21:12:52 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <1B296661-E14C-48E4-96DF-348993807B21@adamw.org> References: <201610050103.u95135Qt048888@repo.freebsd.org> To: Steve Wills X-Mailer: Apple Mail (2.3226) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 03:12:57 -0000 > On 4 Oct, 2016, at 19:03, Steve Wills 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