Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2015 15:35:30 +0000 (UTC)
From:      Thomas Quinot <thomas@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383136 - head/mail/mutt
Message-ID:  <201504031535.t33FZUPf024212@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thomas (src committer)
Date: Fri Apr  3 15:35:29 2015
New Revision: 383136
URL: https://svnweb.freebsd.org/changeset/ports/383136

Log:
  Add "translit" ARG to USES=iconv so that the full port still
  uses GNU iconv (not the system iconv): users may rely on
  being able to set charset=//TRANSLIT
  
  PR:		197699
  Differential Revision:	D2218
  Approved by:	maintainer (Udo.Schweigert@siemens.com), portmgr (mat), roberto

Modified:
  head/mail/mutt/Makefile

Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile	Fri Apr  3 15:31:34 2015	(r383135)
+++ head/mail/mutt/Makefile	Fri Apr  3 15:35:29 2015	(r383136)
@@ -240,7 +240,7 @@ CONFIGURE_ARGS+=	--enable-locales-fix
 .endif
 
 .if ${PORT_OPTIONS:MICONV}
-USES+=			iconv
+USES+=			iconv:translit
 CONFIGURE_ARGS+=	${ICONV_CONFIGURE_ARG}
 .else
 CONFIGURE_ARGS+=	--disable-iconv



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