From owner-cvs-all@FreeBSD.ORG Mon Feb 27 10:07:31 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1B5E1065670; Mon, 27 Feb 2012 10:07:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC348FC16; Mon, 27 Feb 2012 10:07:31 +0000 (UTC) Received: from wiggles.bwns.ch (localhost [IPv6:::1]) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with SMTP id q1RA7SBh039335; Mon, 27 Feb 2012 11:07:29 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Mon, 27 Feb 2012 11:05:16 +0100 From: Emanuel Haupt To: Alexey Dokuchaev Message-Id: <20120227110516.231dc5be.ehaupt@FreeBSD.org> In-Reply-To: <20120227094727.GA28468@FreeBSD.org> References: <201202270938.q1R9cvJt062910@repoman.freebsd.org> <20120227094727.GA28468@FreeBSD.org> X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Emanuel Haupt , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/fusefs-ext4fuse Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2012 10:07:31 -0000 Alexey Dokuchaev wrote: > On Mon, Feb 27, 2012 at 09:38:57AM +0000, Emanuel Haupt wrote: > > ehaupt 2012-02-27 09:38:57 UTC > > > > Modified files: > > sysutils/fusefs-ext4fuse Makefile > > Log: > > Explicitly empty TARGET_ARCH to prevent build problems when cross > > compiling. > > PR: 151224 > > Submitted by: Olivier Cochard-LabbИ > ^ > Emanuel, commit logs should stay within ASCII, as we cannot be sure > about which encoding/locale is on the reader's side (at least until > everyone in this world switches to UTF-8). Good point. I'm using de_CH.ISO8859-1 for LC_CTYPE. Should we just convert é to e or leave it blank? Emanuel