From owner-freebsd-openoffice@FreeBSD.ORG Sun Dec 7 15:34:34 2003 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 8BCAB16A4CE for ; Sun, 7 Dec 2003 15:34:34 -0800 (PST) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25CD343FB1 for ; Sun, 7 Dec 2003 15:34:26 -0800 (PST) (envelope-from Holger.Kipp@alogis.com) Received: (from hk@localhost) by alogis.com (8.11.1/8.9.3) id hB7NYNp90673; Mon, 8 Dec 2003 00:34:23 +0100 (CET) (envelope-from hk) From: Holger Kipp To: openoffice@FreeBSD.org Message-ID: <20031208003423.A90317@intserv.int1.b.intern> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Subject: ooodict problems 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: , Date: Sun, 07 Dec 2003 23:34:34 -0000 X-Original-Date: Mon, 8 Dec 2003 00:34:23 +0100 X-List-Received-Date: Sun, 07 Dec 2003 23:34:34 -0000 Hi, I just installed OpenOffice 1.1.0 and had some trouble getting ooodict to install: a) I changed the ooodict Makefile: I did not look at anything else, so there might be some other things that need tweaking... %diff -u Makefile.org Makefile --- Makefile.org Sun Dec 7 18:19:38 2003 +++ Makefile Sun Dec 7 18:24:19 2003 @@ -40,13 +40,13 @@ BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip .if !defined(INSTALLATION_BASEDIR) -INSTALLATION_BASEDIR= OpenOffice.org1.0 +INSTALLATION_BASEDIR= OpenOffice.org1.1.0 .if defined(RDEP) BUILD_DEPENDS= ${DICT_LIST_INST}:${RDEP} RUN_DEPENDS= ${DICT_LIST_INST}:${RDEP} .else -BUILD_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice-1.0 -RUN_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice-1.0 +BUILD_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice-1.1 +RUN_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice-1.1 .endif .endif b) I some checksum mismatch errors, eg: ===> Extracting for ooodict-1.2 >> Checksum mismatch for openoffice/bg_BG.zip. >> Checksum mismatch for openoffice/fr_FR.zip. >> Checksum mismatch for openoffice/hu_HU.zip. >> Checksum mismatch for openoffice/pl_PL.zip. >> Checksum mismatch for openoffice/es_ES.zip. >> Checksum mismatch for openoffice/sk_SK.zip. >> Checksum mismatch for openoffice/uk_UA.zip. c) Installation went ok for the languages I need but stopped somewhere with an error. It is easy to reproduce. Just do a "make package" - currently with checksums disabled. As ooodict is using a specific version of OpenOffice, maybe corresponding installations should be offered, eg ooodict-1.0, ooodict-1.1 (and ooodict-2.0 for the daring) Regards, Holger Kipp