From owner-freebsd-openoffice@FreeBSD.ORG Mon Aug 23 09:03:26 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 7E0FE16A4CE; Mon, 23 Aug 2004 09:03:26 +0000 (GMT) Received: from satie.private.org (qclgw.qcl.t.u-tokyo.ac.jp [133.11.70.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E33A43D2D; Mon, 23 Aug 2004 09:03:25 +0000 (GMT) (envelope-from chat95@mac.com) Received: from localhost (localhost [127.0.0.1]) by satie.private.org (8.12.10/8.12.10) with ESMTP id i7N92d4x028537; Mon, 23 Aug 2004 18:02:41 +0900 (JST) (envelope-from chat95@mac.com) Date: Mon, 23 Aug 2004 18:02:39 +0900 (JST) Message-Id: <20040823.180239.783371312.chat95@mac.com> To: lehmann@ans-netz.de From: NAKATA Maho In-Reply-To: <20040823072038.4148ddec.lehmann@ans-netz.de> References: <200408230313.i7N3DoRA055940@repoman.freebsd.org> <20040823072038.4148ddec.lehmann@ans-netz.de> Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: maho@FreeBSD.org cc: openoffice@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-1.1 Makefile ports/editors/openoffice-1.1-devel Makefile 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, 23 Aug 2004 09:03:26 -0000 In Message-ID: <20040823072038.4148ddec.lehmann@ans-netz.de> Oliver Lehmann wrote: Hello, Thank you very much for your contribution. > - use bsd.java.mk > - depend on orbit and gtk12 only when mozilla is built (still verifying on > 5.3-BETA1) > - change zip-file dependencies to OR instead of AND I just confirmed from the config.log, at least with WITHOUT_JAVA, without WITHOUT_JAVA works. but I have not confirmed that orbit and gtk12 dependency. Note, we also need LIB_DEPENDS: .if defined(WITHOUT_JAVA) LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt .endif I'll commit this if your sign is okay. Best regards, --nakata maho