Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2018 15:06:42 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472327 - in head/japanese/yc.el: . files
Message-ID:  <201806131506.w5DF6gbt086183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Wed Jun 13 15:06:42 2018
New Revision: 472327
URL: https://svnweb.freebsd.org/changeset/ports/472327

Log:
  Unbreak port
  
  PR:		228737
  Submitted by:	maintainer

Modified:
  head/japanese/yc.el/Makefile
  head/japanese/yc.el/files/patch-yc.el

Modified: head/japanese/yc.el/Makefile
==============================================================================
--- head/japanese/yc.el/Makefile	Wed Jun 13 14:33:17 2018	(r472326)
+++ head/japanese/yc.el/Makefile	Wed Jun 13 15:06:42 2018	(r472327)
@@ -3,7 +3,7 @@
 
 PORTNAME=	yc.el
 PORTVERSION=	5.2.1
-PORTREVISION=	13
+PORTREVISION=	14
 PORTEPOCH=	1
 CATEGORIES=	japanese elisp
 MASTER_SITES=	http://www.ceres.dti.ne.jp/~knak/
@@ -13,11 +13,6 @@ EXTRACT_SUFX=	.gz
 
 MAINTAINER=	t@nakao.org
 COMMENT=	Yet another Canna client for Emacs
-
-.if ${FLAVOR:U} != devel && ${FLAVOR:U} != devel_nox
-# http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/ja-yc.el-emacs26-5.2.1_14,1.log
-BROKEN=		fails to build
-.endif
 
 EXTRACT_CMD=	${GZCAT}
 EXTRACT_BEFORE_ARGS=	#

Modified: head/japanese/yc.el/files/patch-yc.el
==============================================================================
--- head/japanese/yc.el/files/patch-yc.el	Wed Jun 13 14:33:17 2018	(r472326)
+++ head/japanese/yc.el/files/patch-yc.el	Wed Jun 13 15:06:42 2018	(r472327)
@@ -1,5 +1,5 @@
---- yc.el.orig	2010-09-30 13:22:22.000000000 +0900
-+++ yc.el	2010-09-30 13:26:09.000000000 +0900
+--- yc.el.orig	2018-06-04 13:46:33.083915000 +0900
++++ yc.el	2018-06-04 14:48:21.116298000 +0900
 @@ -1736,6 +1736,7 @@
  				   (error nil))))
  	    (yc-eval-sexp (car expr)))))
@@ -8,3 +8,12 @@
      (if romkana-table
  	(setq yc-rH-conv-dic (yc-search-file-first-in-path
  			      romkana-table (list "." (getenv "HOME")
+@@ -2071,7 +2072,7 @@
+ ;; $BJ8@a$r;XDj$7$J$$>l9g!"8=:_$NJ8@a$,BP>]$H$J$k(B
+ ;; $BFI$_$r<hF@$7$?J8@a$O$=$NFI$_$r%-%c%C%7%e$9$k(B
+ ;; cut $B$,(B $BHs(Bnil $B$N>l9g!";XDjJ8@a0J9_$NFI$_$r:o=|$9$k(B
+-(defun yc-yomi (&optional idx &optional cut)
++(defun yc-yomi (&optional idx cut)
+   (if (integerp idx)
+       (yc-put-bunsetsu-yomi idx (yc-get-bunsetsu-yomi idx cut) cut)
+     (yc-put-bunsetsu-yomi yc-mark (yc-get-bunsetsu-yomi yc-mark cut) cut)))



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