Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2012 21:57:54 +0200
From:      Grzegorz Blach <magik@roorback.net>
To:        Chris Rees <crees@freebsd.org>
Cc:        freebsd-ports-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org
Subject:   Re: ports/169040: audio/ario: Converted to OptionsNG
Message-ID:  <1340135874.2102.0.camel@silver.nine>
In-Reply-To: <CADLo838Etb8PxyGWc1zLB-9KajVMQWg2qcfz=OpxNHg=XEbUzA@mail.gmail.com>
References:  <201206131640.q5DGe9Cj057006@freefall.freebsd.org> <1340048600.2070.8.camel@silver.nine> <CADLo838Etb8PxyGWc1zLB-9KajVMQWg2qcfz=OpxNHg=XEbUzA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-9HqN1ePY1aq9BYrXp5st
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

New/old patch

--=-9HqN1ePY1aq9BYrXp5st
Content-Disposition: attachment; filename="audio_ario.diff"
Content-Type: text/x-patch; name="audio_ario.diff"; charset="UTF-8"
Content-Transfer-Encoding: 7bit

diff -ruN audio/ario/Makefile audio/ario/Makefile
--- audio/ario/Makefile	2012-06-17 21:51:49.000000000 +0200
+++ audio/ario/Makefile	2012-06-19 18:57:37.000000000 +0200
@@ -33,8 +33,6 @@
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	AVAHI
-AVAHI_DESC=	Zeroconf support (Avahi)
-OPTIONS_DEFINE=	NLS
 
 .include <bsd.port.options.mk>
 
@@ -45,7 +43,7 @@
 CONFIGURE_ARGS+=	--disable-avahi
 .endif
 
-.if ${PORT_OPTIONS:MNLS}
+.if !defined(WITHOUT_NLS)
 USE_GETTEXT=	yes
 CONFIGURE_ARGS+=	--enable-nls
 .else

--=-9HqN1ePY1aq9BYrXp5st--




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