Date: Sun, 15 Jul 2018 13:39:35 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474692 - branches/2018Q3/lang/mono Message-ID: <201807151339.w6FDdZjC070699@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sun Jul 15 13:39:35 2018 New Revision: 474692 URL: https://svnweb.freebsd.org/changeset/ports/474692 Log: MFH: r474691 lang/mono: Ensure NLS does not leak into the build if disabled but gettext is installed Reported by: jbeich Modified: branches/2018Q3/lang/mono/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/lang/mono/Makefile ============================================================================== --- branches/2018Q3/lang/mono/Makefile Sun Jul 15 13:38:35 2018 (r474691) +++ branches/2018Q3/lang/mono/Makefile Sun Jul 15 13:39:35 2018 (r474692) @@ -3,7 +3,7 @@ PORTNAME= mono PORTVERSION= 5.10.1.47 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= https://download.mono-project.com/sources/mono/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -34,6 +34,7 @@ MONOLITE_DISTFILES= monolite-linux-${MONOLITE_VERSION} MONOLITE_MASTER_SITES= http://download.mono-project.com/monolite/:monolite MONOLITE_VERSION= 1051000004 +NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext X11_USES= display:test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807151339.w6FDdZjC070699>