Date: Sat, 23 Sep 2017 14:41:57 -0600 From: Adam Weinberger <adamw@adamw.org> To: Julian Elischer <julian@freebsd.org> Cc: "ports@FreeBSD.org" <ports@freebsd.org> Subject: Re: how to set ALL ports to automatically unset DOCS Message-ID: <69C3C800-E948-47E9-AC1F-74ED4B41122D@adamw.org> In-Reply-To: <bdffcc85-5dfc-95c9-67be-ffc6f9f00a56@freebsd.org> References: <bdffcc85-5dfc-95c9-67be-ffc6f9f00a56@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 23 Sep, 2017, at 14:29, Julian Elischer <julian@freebsd.org> wrote: >=20 > Iwish to compile several hundred ports on a regular basis. >=20 > I however want to not install docs or examples. >=20 > is there a single place I can do that? or do I need to do a 'make = config' for every port? /etc/make.conf: OPTIONS_UNSET=3D DOCS EXAMPLES > also: >=20 > if a port specifies something like JAVA=3D1.7+ >=20 > how can I make it decide to select 1.8 to build? Appropriately enough for Java, bsd.java.mk doesn't honour convention = (i.e. DEFAULT_VERSIONS). # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69C3C800-E948-47E9-AC1F-74ED4B41122D>