Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2022 05:55:34 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Jimmy Olgeni <olgeni@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 773c1e983ef9 - main - lang/elixir: add back SRC to OPTIONS_DEFAULT.
Message-ID:  <YgX6ViVnVCIqdFhR@FreeBSD.org>
In-Reply-To: <202202101423.21AENWsx003836@gitrepo.freebsd.org>
References:  <202202101423.21AENWsx003836@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 10, 2022 at 02:23:32PM +0000, Jimmy Olgeni wrote:
> commit 773c1e983ef925c23afb0f9b5cd3c3331900b7fc
> 
>     lang/elixir: add back SRC to OPTIONS_DEFAULT.
>     
>     I broke OPTIONS_DEFAULT in c8cbc675c0dbc while testing stuff :|
> ...
> @@ -32,7 +33,6 @@ MAKE_ENV=	MAN_PREFIX=${PREFIX}/man
>  
>  OPTIONS_DEFINE=		DOCS SRC
>  OPTIONS_DEFAULT=	DOCS SRC
> -OPTIONS_DEFAULT=	DOCS

DOCS is on default options by default :) so it should read just
OPTIONS_DEFAULT=SRC.  Shall you decide to fix this, you might want
to do it for all similarly bugged ports at once.

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YgX6ViVnVCIqdFhR>