From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 3 21:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05CB7106566C for ; Fri, 3 Aug 2012 21:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D0E218FC1A for ; Fri, 3 Aug 2012 21:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q73LK87V063734 for ; Fri, 3 Aug 2012 21:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q73LK8Sh063733; Fri, 3 Aug 2012 21:20:08 GMT (envelope-from gnats) Resent-Date: Fri, 3 Aug 2012 21:20:08 GMT Resent-Message-Id: <201208032120.q73LK8Sh063733@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAA93106566B for ; Fri, 3 Aug 2012 21:13:23 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 8910F8FC0A for ; Fri, 3 Aug 2012 21:13:23 +0000 (UTC) Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 2AAD02E421; Sat, 4 Aug 2012 06:04:09 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id F0C0A2EA6C; Sat, 4 Aug 2012 06:04:08 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id C839C2EA68; Sat, 4 Aug 2012 06:04:08 +0900 (JST) Message-Id: <20120803210408.C839C2EA68@eastasia.home.utahime.org> Date: Sat, 4 Aug 2012 06:04:08 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/170360: [PATCH] editors/tamago: stop calling make-local-hook X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2012 21:20:09 -0000 >Number: 170360 >Category: ports >Synopsis: [PATCH] editors/tamago: stop calling make-local-hook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 03 21:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.0-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD eastasia.home.utahime.org 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 07:27:30 JST 2012 root@eastasia.home.utahime.org:/usr/obj/usr0/freebsd/src/releng_9_0/src/sys/EASTASIA i386 >Description: Stop calling make-local-hook because it is obsolete since 21.1 and removed at 24.1. >How-To-Repeat: >Fix: --- patch-tamago begins here --- Index: Makefile =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/editors/tamago/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefile --- Makefile 3 Aug 2012 06:05:08 -0000 1.49 +++ Makefile 3 Aug 2012 20:49:29 -0000 @@ -7,7 +7,7 @@ PORTNAME= tamago PORTVERSION= 4.0.6.0.20041122.18 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/e/egg Index: files/post-patch-egg.el =================================================================== RCS file: files/post-patch-egg.el diff -N files/post-patch-egg.el --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/post-patch-egg.el 3 Aug 2012 20:42:11 -0000 @@ -0,0 +1,14 @@ +--- egg.el.orig 2012-08-04 05:36:35.000000000 +0900 ++++ egg.el 2012-08-04 05:39:54.000000000 +0900 +@@ -169,7 +169,10 @@ + (setq egg-modeless-mode t)) + (setq inactivate-current-input-method-function 'egg-mode) + (setq describe-current-input-method-function 'egg-help) +- (make-local-hook 'input-method-activate-hook) ++;; Stop calling make-local-hook because ++;; - make-local-hook is obsolete since 21.1 and removed at 24.1 ++;; - following add-hook call does the job. ++;; (make-local-hook 'input-method-activate-hook) + (add-hook 'input-method-activate-hook 'its-set-mode-line-title nil t) + (if (eq (selected-window) (minibuffer-window)) + (add-hook 'minibuffer-exit-hook 'egg-exit-from-minibuffer)) Index: files/post-patch-menudiag.el =================================================================== RCS file: files/post-patch-menudiag.el diff -N files/post-patch-menudiag.el --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/post-patch-menudiag.el 3 Aug 2012 20:42:45 -0000 @@ -0,0 +1,14 @@ +--- menudiag.el.orig 2001-01-28 03:53:13.000000000 +0900 ++++ menudiag.el 2012-08-04 05:41:14.000000000 +0900 +@@ -503,7 +503,10 @@ + (make-local-variable 'inhibit-read-only) + (setq buffer-read-only t + inhibit-read-only nil) +- (make-local-hook 'post-command-hook) ++;; Stop calling make-local-hook because ++;; - make-local-hook is obsolete since 21.1 and removed at 24.1 ++;; - following add-hook call does the job. ++;; (make-local-hook 'post-command-hook) + (add-hook 'post-command-hook 'menudiag-selection-align-to-item nil t) + (use-local-map menudiag-selection-map) + (setq mode-name "Menudiag Selection") --- patch-tamago ends here --- >Release-Note: >Audit-Trail: >Unformatted: