Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Oct 2012 12:03:30 -0500
From:      Bryan Drewery <bdrewery@freebsd.org>
To:        Eitan Adler <eadler@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r305385 - head/textproc/gsed
Message-ID:  <50706462.5070505@FreeBSD.org>
In-Reply-To: <201210061612.q96GCnBQ095037@svn.freebsd.org>
References:  <201210061612.q96GCnBQ095037@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/6/2012 11:12 AM, Eitan Adler wrote:
> Author: eadler
> Date: Sat Oct  6 16:12:48 2012
> New Revision: 305385
> URL: http://svn.freebsd.org/changeset/ports/305385
> 
> Log:
>   Convert to OptionsNG
>   
>   Approved by:	gabor (maintainer)
> 
> Modified:
>   head/textproc/gsed/Makefile
> 
> Modified: head/textproc/gsed/Makefile
> ==============================================================================
> --- head/textproc/gsed/Makefile	Sat Oct  6 16:12:29 2012	(r305384)
> +++ head/textproc/gsed/Makefile	Sat Oct  6 16:12:48 2012	(r305385)
> @@ -19,8 +19,6 @@ COMMENT=	The GNU stream editor
>  GNU_CONFIGURE=	yes
>  CONFIGURE_ENV+=	MAKEINFO="makeinfo --no-split"
>  
> -OPTIONS=	NLS	"NLS support"	on
> -

If the port uses NLS, it should list it in its OPTIONS_DEFINE, so it
shows up in 'make config'

- (~/freebsd/ports/textproc/gsed) $ make config
===> No options to configure


-- 
Regards,
Bryan Drewery
bdrewery@freenode/EFNet



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