ports/148195: [patch] fix \ prefixed mapping for textproc/scim-kmfl-european-latin
Kuan-Chung Chiu
buganini at gmail.com
Sun Jun 27 23:50:02 UTC 2010
>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 at 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) 'ĸÅÅ¿ÃðÃø¡¦§¨©ª¬Â®¯°±²³´µ¶·¸¹º¿Ã÷â â¡â°âââ¢'
+ store(specialK) "knsDdOo!|S:cf~-r_*+23'uP.,1m?x/tT%NM>"
+
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list