Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2001 15:09:03 +0300 (EEST)
From:      vess@btc.net
To:        FreeBSD-gnats-submit@freebsd.org, roam@freebsd.org
Subject:   ports/26537: [PATCH] port: russian/xcyrBGR
Message-ID:  <200104131209.f3DC93M24026@aladdin.cblink.net>

next in thread | raw e-mail | index | archive | help

>Number:         26537
>Category:       ports
>Synopsis:       [PATCH] port: russian/xcyrBGR
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 13 05:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Veselin Slavov
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Changes in main Makefile 
and
small pach for xcyrBGR 

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:
diff -urN /usr/ports/russian/xcyrBGR/Makefile xcyrBGR/Makefile
--- /usr/ports/russian/xcyrBGR/Makefile Thu Apr 12 18:36:01 2001
+++ xcyrBGR/Makefile    Fri Apr 13 15:04:34 2001
@@ -8,7 +8,8 @@
 PORTNAME=      xcyrBGR
 PORTVERSION=   1.0
 CATEGORIES=    russian
-MASTER_SITES=   ftp://aladdin.cblink.net/pub/FreeBSD/X11/cyrillic/
+MASTER_SITES=   ftp://aladdin.cblink.net/pub/FreeBSD/X11/cyrillic/\
+               ftp://ftp.cit.bg/pub/FreeBSD/X11/cyrillic/
 DISTNAME=      ${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=    vess@btc.net

#------------------------------------------------------------
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       files
#       files/patch-aa
#
echo c - files
mkdir -p files > /dev/null 2>&1
echo x - files/patch-aa
sed 's/^X//' >files/patch-aa << 'END-of-files/patch-aa'
X--- xcyrBGR.cc.orig    Sat Feb 17 12:32:23 2001
X+++ xcyrBGR.cc Thu Mar 22 14:09:55 2001
X@@ -1,8 +1,6 @@
X /*
X Pached for Bulgarian Cyrilic keyboard 
X-supported BSD and Phonetic
X-
X-
X+supported BDS and Phonetic
X */
X #include <X11/Xlib.h>
X #include <X11/xpm.h>
X@@ -43,8 +41,7 @@
X };
X 
X AuxLayout auxlayout[]={
X-//  {XK_slash, XK_question, XK_period, XK_comma},
X-  {XK_1, XK_exclam, XK_1, XK_exclam}
X+  {XK_z, XK_Z, 0xE7, 0xC7}
X };
X 
X AuxLayout auxlayout1[]={
END-of-files/patch-aa
exit
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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