Date: Fri, 15 Jul 2005 12:19:14 +0200 (CEST) From: Harald Schmalzbauer <harry@schmalzbauer.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83502: OOorgs Makefile lacks information about LOCALIZED_LANG variable Message-ID: <200507151019.j6FAJEPA052022@cale.flintsbach.schmalzbauer.de> Resent-Message-ID: <200507151020.j6FAKCPT003266@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83502 >Category: ports >Synopsis: OOorgs Makefile lacks information about LOCALIZED_LANG variable >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 15 10:20:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Harald Schmalzbauer >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD cale.flintsbach.schmalzbauer.de 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Mon Jul 11 02:39:20 CEST 2005 root@cale.flintsbach.schmalzbauer.de:/usr/obj/usr/src/sys/CALE i386 >Description: Since $PORTS/german/openoffice-1.1 was removed I built the standard $ports/editors/openoffice-1.1 port and, of course, got the english version. It really should be mentioned that there is LOCALIZED_LANG and view sample settings (othierwise I'd guess I had to set it to something like de_DE or de_DE.ISO8859-15) Maybe this also applys to other OpenOffice versions as well. >How-To-Repeat: ... >Fix: --- editors/openoffice-1.1/files/Makefile.knobs.orig Fri Jul 15 12:11:55 2005 +++ editors/openoffice-1.1/files/Makefile.knobs Fri Jul 15 12:15:41 2005 @@ -69,6 +69,14 @@ @${ECHO} "You can compile OOo without Java support by" @${ECHO} "make -DWITHOUT_JAVA" .endif +.if !defined(LOCALIZED_LANG) + @${ECHO} + @${ECHO} "You can select the language for OOo by making it with -DLOCALIZED_LANG=xx" + @${ECHO} "while xx can be one of the following:" + @${ECHO} "af, ar, eu, ca, zh-CN, zh-TW, cs, dk, nl, et, fi, fr, gl-ES, de, el, he, hi-IN, hu, it, ja, kn-IN, ko, lt, nb, nn, ns, pl, pt, pt-BR, ru, es, sv, sk, sl-SI, th, tn, tr, we, zu" + @${ECHO} +.endif + @${ECHO} @${ECHO} "NOTICE:" @${ECHO} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507151019.j6FAJEPA052022>