From owner-svn-ports-all@freebsd.org Wed Jun 13 15:06:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65C011013CE9; Wed, 13 Jun 2018 15:06:43 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17B1687F67; Wed, 13 Jun 2018 15:06:43 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC3291B09D; Wed, 13 Jun 2018 15:06:42 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5DF6gxQ086185; Wed, 13 Jun 2018 15:06:42 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5DF6gbt086183; Wed, 13 Jun 2018 15:06:42 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201806131506.w5DF6gbt086183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Wed, 13 Jun 2018 15:06:42 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: arved X-SVN-Commit-Paths: in head/japanese/yc.el: . files X-SVN-Commit-Revision: 472327 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2018 15:06:43 -0000 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 @@ + ;; 文節を指定しない場合、現在の文節が対象となる + ;; 読みを取得した文節はその読みをキャッシュする + ;; cut が 非nil の場合、指定文節以降の読みを削除する +-(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)))