Bug 148195 - [patch] fix \ prefixed mapping for textproc/scim-kmfl-european-latin
Summary: [patch] fix \ prefixed mapping for textproc/scim-kmfl-european-latin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-28 00:50 UTC by buganini
Modified: 2010-07-24 07:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.32 KB, patch)
2010-06-28 00:50 UTC, buganini
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description buganini 2010-06-28 00:50:01 UTC
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.

Fix: Patch attached with submission follows:
How-To-Repeat: Install current textproc/scim-kmfl-european-latin
then type \1, it should become ¹, but it doesn't.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-28 00:50:08 UTC
Maintainer of textproc/scim-kmfl-european-latin,

Please note that PR ports/148195 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148195

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-28 00:50:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Nikola Lečić 2010-06-29 12:01:32 UTC
I approve the patch.

In the case that gnats distorted UTF-8 contents, I made the same thing
available here:

  http://anthesphoria.net/tmp/scim-kmfl-european-latin-1.2_4.patch

Thank you for spotting this. I'll report it upstream.

-- 
Nikola Lecic
fingerprint : FEF3 66AF C90E EDC3 D878  7CDC 956D F4AB A377 1C9B
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2010-06-30 01:11:13 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Max Brazhnikov freebsd_committer freebsd_triage 2010-07-24 06:56:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-07-24 07:43:34 UTC
makc        2010-07-24 06:43:26 UTC

  FreeBSD ports repository

  Modified files:
    textproc/scim-kmfl-european-latin Makefile 
    textproc/scim-kmfl-european-latin/files patch-european.kmn 
  Log:
  fix backslash-prefixed mapping
  
  PR:             ports/148195
  Submitted by:   Kuan-Chung Chiu <buganini at gmail.com>
  Approved by:    Nikola Lecic (maintainer)
  
  Revision  Changes    Path
  1.5       +1 -1      ports/textproc/scim-kmfl-european-latin/Makefile
  1.2       +11 -2     ports/textproc/scim-kmfl-european-latin/files/patch-european.kmn
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Max Brazhnikov freebsd_committer freebsd_triage 2010-07-24 07:43:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!