From owner-freebsd-openoffice@FreeBSD.ORG Thu Nov 27 01:02:59 2008 Return-Path: Delivered-To: openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 597AE1065686 for ; Thu, 27 Nov 2008 01:02:59 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-qy0-f18.google.com (mail-qy0-f18.google.com [209.85.221.18]) by mx1.freebsd.org (Postfix) with ESMTP id E31408FC0C for ; Thu, 27 Nov 2008 01:02:58 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by qyk11 with SMTP id 11so1042434qyk.19 for ; Wed, 26 Nov 2008 17:02:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:to:cc:subject :from:in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding:sender; bh=DyNDqFXLHiRzB3ORlZ64SWMcwHttyC1lPnI/K6c0hVY=; b=HrRKYz57hf0sZeJc9gJEtrdjnWZbIwnlmbdFJkDuCy+ECT2yBA5W/O9sPiqjOCy2wQ W4m43fgLohydLpgkIlNBEMEukujdGVJU+M3w2+eTrq6mRCKS5oJgOey2r10yFv/xAQEs NUBbDeQF0KXjhmGPmowfZj2LGojd5G91tDRA8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding:sender; b=bgZ3PYO9cF96bmH2dmls5p96nFdR7N+6LfvMMzOOVE870HVqWEDWqgR5wNiGmQqZ1r IkwICKRs57RX6DZwYgGzdLK6iEOB0wiIlctlJ2ybmhqpJgaayX0FKf5TTMYNTZ/XdExg lbS5EUfYedl4OnR1/hDcco4ePmFAOKJyM6wJQ= Received: by 10.214.244.13 with SMTP id r13mr6216873qah.180.1227747778025; Wed, 26 Nov 2008 17:02:58 -0800 (PST) Received: from localhost (rikad85.riken.jp [134.160.214.85]) by mx.google.com with ESMTPS id 9sm1161484yxs.5.2008.11.26.17.02.56 (version=SSLv3 cipher=RC4-MD5); Wed, 26 Nov 2008 17:02:57 -0800 (PST) Date: Thu, 27 Nov 2008 10:02:56 +0900 (JST) Message-Id: <20081127.100256.65948302.chat95@mac.com> To: mwm@mired.org From: Maho NAKATA In-Reply-To: <20081122183656.4cb57736@bhuda.mired.org> References: <20081122183656.4cb57736@bhuda.mired.org> X-Mailer: Mew version 6.1 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: openoffice@FreeBSD.org Subject: Re: LOCALBASE dependency in openoffice.org-3 port X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2008 01:02:59 -0000 Hi Mike From: Mike Meyer Subject: LOCALBASE dependency in openoffice.org-3 port Date: Sat, 22 Nov 2008 18:36:56 -0500 > I stumbled over a minor LOCALBASE dependency in the openoffice.org-3 > port. Given that it's in a patch file, trying to provide a patch file > seemed, um, confusing. If you need one, let me know. > > Anyway, the file files/patch-i91318 replaces the #! line in > misc/build/hunspell-1.1.12/tests/test.sh with one that uses > /usr/local/bin/bash, which fails if LOCALBASE is not /usr/local. > > The fix is simple: use #!/usr/bin/env bash instead. After making that > change, the build finished without problems rather than failing with > rather confusing "File not found" errors in the hunspell tests. > Ah, you are right, my patch was just dirty. Thanks for your suggestion and I remade a patch based on your idea. committed and thanks, -- Nakata Maho http://accc.riken.jp/maho/