Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2010 23:40:07 GMT
From:      Kuan-Chung Chiu <buganini@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/148195: [patch] fix \ prefixed mapping for textproc/scim-kmfl-european-latin
Message-ID:  <201006272340.o5RNe7uX071193@www.freebsd.org>
Resent-Message-ID: <201006272350.o5RNo1PG067852@freefall.freebsd.org>

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

>Number:         148195
>Category:       ports
>Synopsis:       [patch] fix \ prefixed mapping for textproc/scim-kmfl-european-latin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 27 23:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Kuan-Chung Chiu
>Release:        9.0-CURRENT
>Organization:
N/A
>Environment:
FreeBSD Zeta.twbbs.org 9.0-CURRENT FreeBSD 9.0-CURRENT #9 r209492: Thu Jun 24 09:25:53 CST 2010     root@Zeta.twbbs.org:/usr/obj/usr/src/sys/ZETA  i386

>Description:
There is a comment line "c \"
the trailing \ cancel the linefeed and make next line as part of comment,
and that line is the definition for \ prefixed mapping.
>How-To-Repeat:
Install current textproc/scim-kmfl-european-latin
then type \1, it should become , but it doesn't.
>Fix:


Patch attached with submission follows:

diff -ruN scim-kmfl-european-latin.orig/Makefile scim-kmfl-european-latin/Makefile
--- scim-kmfl-european-latin.orig/Makefile	2010-06-28 07:25:11.000000000 +0800
+++ scim-kmfl-european-latin/Makefile	2010-06-28 07:26:40.000000000 +0800
@@ -6,7 +6,7 @@
 
 PORTNAME=	scim-kmfl-european-latin
 PORTVERSION=	1.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	http://eurolatin.keymankeyboards.com/ \
 		http://anthesphoria.net/FreeBSD/ports/distfiles/
diff -ruN scim-kmfl-european-latin.orig/files/patch-european.kmn scim-kmfl-european-latin/files/patch-european.kmn
--- scim-kmfl-european-latin.orig/files/patch-european.kmn	2010-06-28 07:25:11.000000000 +0800
+++ scim-kmfl-european-latin/files/patch-european.kmn	2010-06-28 07:29:06.000000000 +0800
@@ -1,5 +1,5 @@
---- european.kmn	2009-11-20 01:07:20.000000000 +0000
-+++ work/european.kmn	2009-11-20 01:07:56.000000000 +0000
+--- european.kmn.orig	2010-06-28 07:25:22.000000000 +0800
++++ european.kmn	2010-06-28 07:25:36.000000000 +0800
 @@ -5,15 +5,15 @@
  
  VERSION 7.0
@@ -19,3 +19,12 @@
  
  begin Unicode > use(Main)
  
+@@ -70,7 +70,7 @@
+ store(ringO) 'åÅůŮ'
+ store(ringK) 'aAuU'
+ 
+-c \
++c backslash
+ store(specialO) 'ĸʼnſÐðØø¡¦§¨©ª¬­®¯°±²³´µ¶·¸¹º¿×÷†‡‰–—•'
+ store(specialK) "knsDdOo!|S:cf~-r_*+23'uP.,1m?x/tT%NM>"
+ 


>Release-Note:
>Audit-Trail:
>Unformatted:



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