svn commit: r305385 - head/textproc/gsed

Bryan Drewery bdrewery at freebsd.org
Sat Oct 6 17:03:47 UTC 2012


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 at freenode/EFNet



More information about the svn-ports-all mailing list