From owner-freebsd-openoffice@FreeBSD.ORG Mon Mar 8 10:51:01 2004 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C6C16A4CE for ; Mon, 8 Mar 2004 10:51:01 -0800 (PST) Received: from nwkea-mail-1.sun.com (nwkea-mail-1.sun.com [192.18.42.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D97343D1D for ; Mon, 8 Mar 2004 10:51:01 -0800 (PST) (envelope-from Sander.Vesik@Sun.COM) Received: from phys-eris-1 ([129.156.85.25]) by nwkea-mail-1.sun.com (8.12.10/8.12.9) with ESMTP id i28Ip00J015453 for ; Mon, 8 Mar 2004 10:51:00 -0800 (PST) Received: from sun.com (blossom.Ireland.Sun.COM [129.156.238.67]) by eris-mail1.uk.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTPA id <0HU900305TOYNT@eris-mail1.uk.sun.com> for freebsd-openoffice@freebsd.org; Mon, 08 Mar 2004 18:50:59 +0000 (GMT) Date: Mon, 08 Mar 2004 18:48:48 +0000 From: Sander Vesik In-reply-to: <200403081410.i28EAUG4027051@panix.ecof.org.br> To: dev@porting.openoffice.org Message-id: <404CC010.50901@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 0.5 (X11/20040214) References: <200403081410.i28EAUG4027051@panix.ecof.org.br> cc: freebsd-openoffice@freebsd.org Subject: Re: [porting-dev] OO.org 1.1.1rc and FreeBSD X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 18:51:01 -0000 Carlos F. A. Paniago wrote: > I'm trying to compile OO.org 1.1.1rc in FreeBSD 5.2. I have find until > now only one problem. The configure script create an GNUCOPY with gnucp, > and try to use the 'gnucp' (this doesn't exist in FreeBSD). I changed > it manually to 'cp' and It is working. If this gnucp is to be used, it has to do more test if this exist. > I think the missing of test is a bug - can you file an issue about this? > Paniago