From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 3 23:40:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED84F1065672 for ; Fri, 3 Aug 2012 23:40:06 +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 C46048FC16 for ; Fri, 3 Aug 2012 23:40:06 +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 q73Ne6jA081747 for ; Fri, 3 Aug 2012 23:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q73Ne6sZ081746; Fri, 3 Aug 2012 23:40:06 GMT (envelope-from gnats) Resent-Date: Fri, 3 Aug 2012 23:40:06 GMT Resent-Message-Id: <201208032340.q73Ne6sZ081746@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2CD4106564A for ; Fri, 3 Aug 2012 23:39:51 +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 A27038FC0A for ; Fri, 3 Aug 2012 23:39:49 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id D638D2E421; Sat, 4 Aug 2012 08:39:48 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id AC68F2EA72; Sat, 4 Aug 2012 08:39:48 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 741792EA70; Sat, 4 Aug 2012 08:39:48 +0900 (JST) Message-Id: <20120803233948.741792EA70@eastasia.home.utahime.org> Date: Sat, 4 Aug 2012 08:39:48 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/170363: [PATCH] japanese/lookup: remove garbage from head of lisp/ndic.el 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 23:40:07 -0000 >Number: 170363 >Category: ports >Synopsis: [PATCH] japanese/lookup: remove garbage from head of lisp/ndic.el >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 23:40:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.0-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD xxxx 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 07:27:30 JST 2012 xxxx i386 >Description: Remove garbase from head of lisp/ndic.el, which causes compile error with emacs 24. >How-To-Repeat: >Fix: --- patch-ja-lookup begins here --- Index: Makefile =================================================================== RCS file: /usr0/freebsd/cvsroot/ports/japanese/lookup/Makefile,v retrieving revision 1.43 diff -u -r1.43 Makefile --- Makefile 1 Aug 2012 16:50:15 -0000 1.43 +++ Makefile 3 Aug 2012 23:29:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= lookup PORTVERSION= 1.4.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= japanese elisp MASTER_SITES= http://openlab.ring.gr.jp/edict/lookup/dist/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Index: files/patch-lisp-ndic.el =================================================================== RCS file: files/patch-lisp-ndic.el diff -N files/patch-lisp-ndic.el --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-lisp-ndic.el 3 Aug 2012 23:28:26 -0000 @@ -0,0 +1,8 @@ +--- lisp/ndic.el.orig 2001-11-29 03:32:43.000000000 +0900 ++++ lisp/ndic.el 2012-08-04 08:27:07.000000000 +0900 +@@ -1,4 +1,4 @@ +-e;;; ndic.el --- Lookup by free dictionaries ++;;; ndic.el --- Lookup by free dictionaries + ;; Copyright (C) 1999 Lookup Development Team + + ;; Author: Keisuke Nishida --- patch-ja-lookup ends here --- >Release-Note: >Audit-Trail: >Unformatted: