From owner-freebsd-office@FreeBSD.ORG  Tue Aug  9 19:28:55 2011
Return-Path: <owner-freebsd-office@FreeBSD.ORG>
Delivered-To: office@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 61674106566C
	for <office@freebsd.org>; Tue,  9 Aug 2011 19:28:55 +0000 (UTC)
	(envelope-from utisoft@gmail.com)
Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com
	[209.85.160.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 21DDF8FC12
	for <office@freebsd.org>; Tue,  9 Aug 2011 19:28:54 +0000 (UTC)
Received: by gyd10 with SMTP id 10so284100gyd.13
	for <office@freebsd.org>; Tue, 09 Aug 2011 12:28:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=mime-version:sender:in-reply-to:references:from:date
	:x-google-sender-auth:message-id:subject:to:cc:content-type
	:content-transfer-encoding;
	bh=er1yYs2u4zqhCb/BZXwgkUjiryzIFiIlk+tlyiRkrE8=;
	b=M4Q2gExb46rp5Hh8WgTJShTGwUmAwVRd3rjxod1sz2RY1VhL7v6hIGt56PvC/uwhOG
	wQlT4IDxw7j0+/IRl9hsU6j63vXxhpQt4NOxhngtOkV7EjCDH9/NRPCEcEWBFCcZUPoh
	tOGAVfkHMji3kKOnCvi2GomrlciMGvEqC8iTQ=
Received: by 10.42.146.131 with SMTP id j3mr7611455icv.494.1312918134063; Tue,
	09 Aug 2011 12:28:54 -0700 (PDT)
MIME-Version: 1.0
Sender: utisoft@gmail.com
Received: by 10.231.42.169 with HTTP; Tue, 9 Aug 2011 12:28:24 -0700 (PDT)
In-Reply-To: <201108091920.p79JK9WA011309@freefall.freebsd.org>
References: <201108091920.p79JK9WA011309@freefall.freebsd.org>
From: Chris Rees <crees@freebsd.org>
Date: Tue, 9 Aug 2011 20:28:24 +0100
X-Google-Sender-Auth: tftVT99yWpfmPXNsDVY-Oqi-f4E
Message-ID: <CADLo839nx88ime66MG2LRBJBx9shW=qmP+bTa=VCZ8OtRGUozg@mail.gmail.com>
To: Ludger Bolmerg <ludger@bolmerg.de>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Cc: office@freebsd.org
Subject: Re: ports/159416: german/hunspell: build error
X-BeenThere: freebsd-office@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Office applications on FreeBSD <freebsd-office.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-office>, 
	<mailto:freebsd-office-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-office>
List-Post: <mailto:freebsd-office@freebsd.org>
List-Help: <mailto:freebsd-office-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-office>,
	<mailto:freebsd-office-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 09 Aug 2011 19:28:55 -0000

On 9 August 2011 20:20, Ludger Bolmerg <ludger@bolmerg.de> wrote:
> The following reply was made to PR ports/159416; it has been noted by GNA=
TS.
>
> From: Ludger Bolmerg <ludger@bolmerg.de>
> To: bug-followup@FreeBSD.org, ludger@bolmerg.de
> Cc:
> Subject: Re: ports/159416: german/hunspell: build error
> Date: Tue, 9 Aug 2011 21:12:03 +0200 (CEST)
>
> =A0Hi
>
> =A0after updating the ports tree I ran make clean and make distclean.
> =A0Unfortunately this did not solve the issue.
>
> =A0The error message from make is
>
> =A0...
> =A0+ test -z hunspell-capmain-plus_de_DE.tmp.tmp
> =A03: ./bin/iso2dic: RE error: illegal byte sequence
> =A0+ + grep '^[A-Z]' hunspell-capmain-plus_de_DE.tmp.tmp
> =A0./bin/myspellfixprefix.pl+
> =A0sed+ grep -v -- --x
> =A0+ ./bin/lcfirst.pl 's:$:/ozm: ; s:/\(.*\)/:/\1: ; s:--x::'
>
> =A0+ echo
> =A0gmake: *** [hunspell-capmain-plus_de_DE.tmp] Error 1
> =A0*** Error code 1
>
> =A0Stop in /usr/ports/german/hunspell.
> =A0*** Error code 1
>
> =A0Stop in /usr/ports/german/hunspell.
>
> =A0Please reopen the PR
>
> =A0Thanks a lot
> =A0Ludger Bolmerg

Sorry, can't reproduce. Please provide your make.conf and uname -a.

Chris