From owner-freebsd-ports@FreeBSD.ORG Wed Aug 8 20:58:12 2007 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 8C81D16A41B for ; Wed, 8 Aug 2007 20:58:12 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-5.eunet.yu (smtpclu-5.eunet.yu [194.247.192.230]) by mx1.freebsd.org (Postfix) with ESMTP id 07D7113C4E8 for ; Wed, 8 Aug 2007 20:58:11 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-221-51.eunet.yu [213.198.221.51]) by smtpclu-5.eunet.yu (8.13.6/8.13.6) with ESMTP id l78Kw3dM025334; Wed, 8 Aug 2007 22:58:04 +0200 Message-Id: <200708082058.l78Kw3dM025334@smtpclu-5.eunet.yu> Date: Wed, 8 Aug 2007 22:53:20 +0200 From: Nikola Lecic To: "Doug Poland" In-Reply-To: <58078.208.49.58.254.1186598932.squirrel@email.polands.org> References: <58078.208.49.58.254.1186598932.squirrel@email.polands.org> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_20,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.7 Cc: freebsd-ports@freebsd.org Subject: Re: OpenOffice.org 2.2.1 package compile options 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: Wed, 08 Aug 2007 20:58:12 -0000 On Wed, 8 Aug 2007 13:48:52 -0500 (CDT) "Doug Poland" wrote: > Hello, >=20 > How can I tell if the package that is openoffice.org-2.2.1 has CUPS > support compiled in? >=20 > Traditionally, I've built OO.org from source to ensure I have CUPS > enabled, but it'll save me a bunch of time if the package is already > there. Hello Doug, As you see on http://www.freebsd.org/cgi/ports.cgi?query=3Dopenoffice.org-2.2.1 CUPS (cups-base) is not listed as a dependency.=20 Packages are always built with default options you can find in files inside the ports tree, without alterations from /var/db/ports/*/options, configuration files like /usr/local/etc/pkgtools.conf (for portupgrade), etc. This means that OpenOffice package is (at this moment) built without CUPS support because, according to what is stated in /usr/ports/editors/openoffice.org-2/, CUPS support has to be explicitly requested, in which case it will be added as a dependency. Nikola Le=C4=8Di=C4=87