From owner-freebsd-ports-bugs Wed Feb 5 9:30:24 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4086C37B406 for ; Wed, 5 Feb 2003 09:30:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7494243F93 for ; Wed, 5 Feb 2003 09:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h15HUINS043559 for ; Wed, 5 Feb 2003 09:30:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h15HUIcN043558; Wed, 5 Feb 2003 09:30:18 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5B137B401 for ; Wed, 5 Feb 2003 09:25:15 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id F322E43FB1 for ; Wed, 5 Feb 2003 09:25:04 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6/8.12.6) with ESMTP id h15HOtWK043067 for ; Wed, 5 Feb 2003 19:24:56 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6/8.12.6/Submit) id h15HOtYC043045; Wed, 5 Feb 2003 19:24:55 +0200 (EET) Message-Id: <200302051724.h15HOtYC043045@kurush.osdn.org.ua> Date: Wed, 5 Feb 2003 19:24:55 +0200 (EET) From: Alexandr Kovalenko Reply-To: Alexandr Kovalenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47967: [PATCH] russian/openoffice: Add correct encodings Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47967 >Category: ports >Synopsis: [PATCH] russian/openoffice: Add correct encodings >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 05 09:30:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: Alexandr Kovalenko >Release: FreeBSD 4.7-RELEASE i386 >Organization: WNet ISP, Kiev, Ukraine, http://wnet.ua/ >Environment: System: FreeBSD kurush.osdn.org.ua 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Tue Oct 15 17:18:12 EEST 2002 root@kurush.osdn.org.ua:/usr/obj/usr/src/sys/kurush i386 >Description: - Add correct encodings to LANG >How-To-Repeat: N/A >Fix: diff -ruN openoffice.orig/Makefile openoffice/Makefile --- openoffice.orig/Makefile Thu Jan 23 01:16:45 2003 +++ openoffice/Makefile Wed Feb 5 19:22:15 2003 @@ -7,6 +7,10 @@ CATEGORIES= russian editors +.if !defined (LANG) && !defined(USE_LANG) +USE_LANG= ru_RU.KOI8-R +.endif +LANG_LIST= ru_RU.KOI8-R uk_UA.KOI8-U LANG_PKGNAME= ru LANG_EXT= 07 LANG_CONFIGURE_ARG= RUSS >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message