From owner-freebsd-openoffice@FreeBSD.ORG Thu Feb 10 15:33:36 2011 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D75F106566B for ; Thu, 10 Feb 2011 15:33:36 +0000 (UTC) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 107128FC17 for ; Thu, 10 Feb 2011 15:33:35 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PnYWU-00070Q-6N for freebsd-openoffice@freebsd.org; Thu, 10 Feb 2011 16:33:34 +0100 Received: from d211043.adsl.hansenet.de ([80.171.211.43]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Feb 2011 16:33:34 +0100 Received: from rotkap by d211043.adsl.hansenet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Feb 2011 16:33:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-openoffice@freebsd.org From: Heino Tiedemann Date: Thu, 10 Feb 2011 16:30:06 +0100 Organization: yes Lines: 46 Message-ID: References: <20110210141051.GA15286@azathoth.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: d211043.adsl.hansenet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 15:33:36 -0000 Baptiste Daroussin wrote: > On Thu, Feb 10, 2011 at 01:28:45PM +0100, Heino Tiedemann wrote: >> Hi, >> >> is there a possibility zo compile editors/libreoffice with only ONE >> language? >> >> I compiled like this: >> >> ../editors/libreoffice]# make WANT_GNOME=NO LOLANGS=de install clean >> >> In my opinion there was a lot printed on the screen with "..language >> package.." something. >> >> Do I have now ALL the languages? > > if your ports tree is up to date, just use LOCALIZED_LANG=de as it is said by > the port. Oh, today(!) I got the new port 3.3.0.4 - but yesterday it was 3.3.0.3 and that was not there. > WANT_GNOME=NO does nothing, don't where you got the idea to use that knob, maybe I was wrong, but this is in the Makefile: ,---- | USE_BDB= yes | USE_PERL5_BUILD= yes | GNU_CONFIGURE= yes | USE_GMAKE= yes | USE_PYTHON= yes | USE_OPENSSL= yes | WANT_GNOME= yes | USE_GSTREAMER= yes | USE_XORG= xaw | USE_GL= gl glu | MAKE_JOBS_SAFE= yes | INSTALLS_ICONS= yes `---- In I do not want GNOME :)