mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Apply change in skk cvs to install skk-e21 with emacs-22
(cvs di -kk -r 1.125 -r 1.126 SKK-MK) PR: ports/114946 Submitted by: Takamichi Tateoka
This commit is contained in:
parent
8bbb107bc4
commit
87290c886d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196353
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= ddskk
|
||||
PORTVERSION= 12.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= japanese elisp
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/skk/maintrunk/ \
|
||||
ftp://ftp.ring.gr.jp/pub/elisp/skk/maintrunk/ \
|
||||
|
17
japanese/ddskk/files/patch-SKK-MK
Normal file
17
japanese/ddskk/files/patch-SKK-MK
Normal file
@ -0,0 +1,17 @@
|
||||
Index: SKK-MK
|
||||
===================================================================
|
||||
RCS file: /circus/cvsroot/skk/main/SKK-MK,v
|
||||
retrieving revision 1.125
|
||||
retrieving revision 1.126
|
||||
diff -u -r1.125 -r1.126
|
||||
--- SKK-MK 29 Feb 2004 01:05:10 -0000 1.125
|
||||
+++ SKK-MK 15 Apr 2004 01:27:10 -0000 1.126
|
||||
@@ -326,7 +326,7 @@
|
||||
;; FSFmacs
|
||||
(when (featurep 'faces)
|
||||
(add-to-list 'list 'ccc))
|
||||
- (when (= emacs-major-version 21)
|
||||
+ (when (string< "5.0" mule-version)
|
||||
(add-to-list 'list 'skk-e21))))
|
||||
;; skk-jisx0213.el
|
||||
(when (condition-case nil
|
Loading…
Reference in New Issue
Block a user