From owner-freebsd-openoffice@FreeBSD.ORG Thu Apr 3 14:11:23 2008 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 8CAF51065670 for ; Thu, 3 Apr 2008 14:11:23 +0000 (UTC) (envelope-from lists.zvx9z@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id 394928FC1E for ; Thu, 3 Apr 2008 14:11:22 +0000 (UTC) (envelope-from lists.zvx9z@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so3533564wxd.7 for ; Thu, 03 Apr 2008 07:11:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=y4qedmRC1d7j8nl7+iE1cMqE5+3ZNHvsQQNIJXd2L4w=; b=MdjJwAZOwE/JMR+ovHAsJAephmLhlED73vfN74AiIgx/PMlrxadCOsOffQMpqC8bir+zrFvH2mSwYGuHaap3DLz0AOIOK0CTKKjxIh5fQPmMDhVZY4x0ZozM8ZPkkL9b2Z2dv3yquwkyPWoYOfqh1PK+98PqBPDS9VlbwHT7Ox8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hEJKleV3xLJLTjs2eSBUyNy6zgnySXh48dLwZVHPKOIspv5K/AMUVulAKJk9ofdy1ULurHTT4Jc0vYCxhgIKEaA2Qop7S7ldF/7IGiPD9Xp7W+9ES4NIywK7PBTAcqErkNvV1m+bPFY/zJokc+KempyhjN66czaOu5L7Lp6zArQ= Received: by 10.140.180.13 with SMTP id c13mr5651847rvf.188.1207231878789; Thu, 03 Apr 2008 07:11:18 -0700 (PDT) Received: by 10.141.76.10 with HTTP; Thu, 3 Apr 2008 07:11:18 -0700 (PDT) Message-ID: Date: Thu, 3 Apr 2008 10:11:18 -0400 From: Rick To: "Marcin Cieslak" In-Reply-To: <47F4E3B1.6060702@system.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47F4E3B1.6060702@system.pl> Cc: freebsd-openoffice@freebsd.org Subject: Re: CUPS support is now default. 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, 03 Apr 2008 14:11:23 -0000 Here is the latest change made today: --- ports/editors/openoffice.org-2/Makefile 2008/04/02 00:48:04 1.296 +++ ports/editors/openoffice.org-2/Makefile 2008/04/03 07:33:17 1.297 @@ -2,12 +2,12 @@ # Date created: 28 February 2002 # Whom: Martin Blapp # -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/editors/openoffice.org-2/Makefile,v 1.296 2008/04/02 00:48:04 maho Exp $ +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/editors/openoffice.org-2/Makefile,v 1.297 2008/04/03 07:33:17 maho Exp $ # PORTNAME?= openoffice.org PORTVERSION?= ${OOOVERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://openoffice.lunarshells.com/sources/ \ @@ -126,6 +126,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archiver bash:${PORTSDIR}/shells/bash \ imake:${X_IMAKE_PORT} BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base .if !defined(WITH_GPC) LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl .endif @@ -141,6 +142,7 @@ NUMOFPROCESSES?= 1 CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \ --with-gnu-patch=${LOCALBASE}/bin/gpatch \ --enable-crashdump=yes \ + --enable-cups=yes \ --with-system-zlib .if ${ARCH} == amd64 WITHOUT_MOZILLA= yes