From owner-freebsd-ports@FreeBSD.ORG Fri Jan 28 14:35:17 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E6001065670 for ; Fri, 28 Jan 2011 14:35:17 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 46F5A8FC14 for ; Fri, 28 Jan 2011 14:35:16 +0000 (UTC) Received: by iyb26 with SMTP id 26so2676081iyb.13 for ; Fri, 28 Jan 2011 06:35:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=HthAaPlJRuYdVXmQdMvjFQNgEUOXVrmEv+GJeBNL+Bk=; b=x/yNpbtSaf6sb1c2k+8b9effAo5uRPYQWVwBl4PSoYjkXqLhmtiqjGxpWqxMjg1BEl tUPCo0FodA5CbYdgFw8cO50d1dRaiy1k3EG2S9Gzl4t2udCbV7YJ7G+5vXfo7MH4bZpo /cKCfRE480KKuG2R25kTIb+Fbf7vNOoZmCQ8o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=jQXmEmORBkTfP1wwQ7O4IpWLcY3tluU5gw4ND/hPiU8uIw0LWOH2MP45rLWjiAfgXB onqLe9oeCYb3OR4zxfDlc1eW5GM3AujiG/bppohgEsns790VPwo0hlX5tU1qugVnZ4zw 8ua9u8aUfbSwau3uKUHoT401bIYAAD8k1fkpI= MIME-Version: 1.0 Received: by 10.231.37.70 with SMTP id w6mr2672685ibd.169.1296223566377; Fri, 28 Jan 2011 06:06:06 -0800 (PST) Sender: baptiste.daroussin@gmail.com Received: by 10.231.182.132 with HTTP; Fri, 28 Jan 2011 06:06:06 -0800 (PST) Date: Fri, 28 Jan 2011 15:06:06 +0100 X-Google-Sender-Auth: pu1wdcpIS7ETCjtqbChSaYKDMuc Message-ID: From: Baptiste Daroussin To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [CFT] cpu stresser^W libreoffice 3.3.0 final X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2011 14:35:17 -0000 Hi all I ported libreoffice 3.3.0, you can find it here: http://people.freebsd.org/~bapt/libreoffice.shar or http://git.etoilebsd.net/ports/tree/libreoffice Can you please test it? by default it builds without java. it only lacks kde and gnome integration. (sorry but my poor CPU already hates enough :)) All languages supported are build. I try to avoid as much as possible bundled libraries which gives a pretty fast compiling libreoffice (on a Q6600: ~2h without java, ~3h30 with java) at this points : there is (I guess) only one remaining problem : which launching libreoffice it can't find it libraries, I haven't decided yet wether to add LD_LIBRARY_PATH to the wrapper script or to add ldconfig -m ${PREFIX}/lib/libreoffice/ure/lib and ldconfig -m ${PREFIX}/lib/libreoffice/base3.3/program maybe it conflicts with openoffice I haven't checked yet. to test it you will need a fresh ports tree (the needed libtextcat modification was committed yesterday thanks thierry@) the mandatory screenshot : http://people.freebsd.org/~bapt/libreoffice-3.3.0-final.png I expect to be able to push it in the tree during next week (after finding a good way to deal with the libraries and checked if it conflicts with openoffice) I would like to thanks Robert Nagy from openbsd, he has made all the hard work :), he was also very helpful. regards, Bapt