From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 25 02:50:01 2009 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 3A8961065670 for ; Fri, 25 Dec 2009 02:50:01 +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 F048A8FC17 for ; Fri, 25 Dec 2009 02:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBP2o0xE039187 for ; Fri, 25 Dec 2009 02:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBP2o0Xo039186; Fri, 25 Dec 2009 02:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 25 Dec 2009 02:50:00 GMT Resent-Message-Id: <200912250250.nBP2o0Xo039186@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, Takayuki Nakao Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED7D4106568D for ; Fri, 25 Dec 2009 02:48:13 +0000 (UTC) (envelope-from t@nakao.org) Received: from jodo.ipboot.net (unknown [IPv6:2001:218:2200::5]) by mx1.freebsd.org (Postfix) with ESMTP id 9A3338FC0C for ; Fri, 25 Dec 2009 02:48:13 +0000 (UTC) Received: from jodo.ipboot.net (localhost [127.0.0.1]) by jodo.ipboot.net (Postfix) with ESMTP id CD37639DD5F for ; Fri, 25 Dec 2009 11:48:12 +0900 (JST) Received: from jodo.ipboot.net ([127.0.0.1]) by jodo.ipboot.net (jodo.ipboot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4AQgXCdSp2l0 for ; Fri, 25 Dec 2009 11:48:09 +0900 (JST) Received: from jodo.ipboot.net (localhost [IPv6:::1]) by jodo.ipboot.net (Postfix) with ESMTP id 5DA6739DD61 for ; Fri, 25 Dec 2009 11:48:09 +0900 (JST) Message-Id: <86bphn22hi.wl@jodo.nakao.org> Date: Fri, 25 Dec 2009 11:48:09 +0900 From: Takayuki Nakao To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/141993: Update ports: japanese/yc.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, 25 Dec 2009 02:50:01 -0000 >Number: 141993 >Category: ports >Synopsis: Update ports: japanese/yc.el >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 25 02:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Takayuki Nakao >Release: >Organization: >Environment: >Description: The current version of yc.el does not support emacs23.x or later, thus the port should be marked as broken for them. >How-To-Repeat: >Fix: The recursive diff is attached below; diff -ruN yc.el.orig/Makefile yc.el/Makefile --- yc.el.orig/Makefile 2009-12-25 11:36:54.000000000 +0900 +++ yc.el/Makefile 2009-12-25 11:40:36.000000000 +0900 @@ -30,6 +30,10 @@ .include +.if $(EMACS_MAJOR_VER) >= 23 +BROKEN= Does not support emacs23.x or later +.endif + .if defined(WITH_ICANNA) RUN_DEPENDS+= ${LOCALBASE}/bin/icanna:${PORTSDIR}/japanese/icanna .endif >Release-Note: >Audit-Trail: >Unformatted: