Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Dec 2003 23:34:34 -0000
From:      Holger Kipp <Holger.Kipp@alogis.com>
To:        openoffice@FreeBSD.org
Subject:   ooodict problems
Message-ID:  <20031208003423.A90317@intserv.int1.b.intern>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031208003423.A90317>