Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 21:36:33 +0100
From:      Marius Strobl <marius@alchemy.franken.de>
To:        Wesley Shields <wxs@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r309126 - head/audio/aumix
Message-ID:  <20121217203633.GA57454@alchemy.franken.de>
In-Reply-To: <201212172002.qBHK2Bwf057818@svn.freebsd.org>
References:  <201212172002.qBHK2Bwf057818@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 17, 2012 at 08:02:11PM +0000, Wesley Shields wrote:
> Author: wxs
> Date: Mon Dec 17 20:02:10 2012
> New Revision: 309126
> URL: http://svnweb.freebsd.org/changeset/ports/309126
> 
> Log:
>   Convert to new options.
>   
>   PR:		ports/173783
>   Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
>   Approved by:	maintainer timeout
> 
> Modified:
>   head/audio/aumix/Makefile   (contents, props changed)
> 
> Modified: head/audio/aumix/Makefile
> ==============================================================================
> --- head/audio/aumix/Makefile	Mon Dec 17 20:00:53 2012	(r309125)
> +++ head/audio/aumix/Makefile	Mon Dec 17 20:02:10 2012	(r309126)
> @@ -1,9 +1,5 @@
> -# New ports collection makefile for:	aumix
> -# Date created:        21 May 1999
> -# Whom:                Chris Piazza <cpiazza@FreeBSD.org>
> -#
> +# Created by: Chris Piazza <cpiazza@FreeBSD.org>
>  # $FreeBSD$
> -#
>  
>  PORTNAME=	aumix
>  PORTVERSION=	2.9.1
> @@ -34,11 +30,12 @@ PLIST_FILES=	bin/aumix bin/mute bin/xaum
>  PLIST_FILES+=	share/aumix/${ii}
>  .endfor
>  
> -OPTIONS=	NLS	"Enable NLS support" on \
> -		GTK2	"Enable GTK2 gui" off
> +.include <bsd.port.options.mk>
>  
> -.include <bsd.port.pre.mk>
> -.if defined(WITHOUT_NLS)
> +OPTIONS_DEFINE=	NLS GTK2
> +OPTIONS_DEFAULT=	NLS
> +
> +.if ${PORT_OPTIONS:MNLS}
>  CONFIGURE_ARGS+=--disable-nls
>  .else
>  USE_GETTEXT=	yes

Uhm, doesn't that have the NLS bits inverted now?

Marius




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