From owner-svn-ports-all@freebsd.org Wed Jul 11 02:14:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 592BC1049C35; Wed, 11 Jul 2018 02:14:58 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1018677098; Wed, 11 Jul 2018 02:14:58 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 089AF1DAD6; Wed, 11 Jul 2018 02:14:58 +0000 (UTC) From: Jan Beich To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r474379 - head/lang/mono References: <201807101613.w6AGD2CT056891@repo.freebsd.org> Date: Wed, 11 Jul 2018 04:14:54 +0200 In-Reply-To: <201807101613.w6AGD2CT056891@repo.freebsd.org> (Mark Felder's message of "Tue, 10 Jul 2018 16:13:02 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2018 02:14:58 -0000 Mark Felder writes: > +NLS_USES= gettext Would NLS=off work if gettext is already installed? Index: lang/mono/Makefile =================================================================== --- lang/mono/Makefile (revision 474419) +++ lang/mono/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= mono PORTVERSION= 5.10.1.47 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= https://download.mono-project.com/sources/mono/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -35,6 +35,7 @@ MONOLITE_MASTER_SITES= http://download.mono-projec MONOLITE_VERSION= 1051000004 NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls X11_USES= display:test