ports/141993: Update ports: japanese/yc.el

Takayuki Nakao t at nakao.org
Fri Dec 25 02:50:01 UTC 2009


>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 <t at nakao.org>
>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 <bsd.port.pre.mk>
 
+.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:



More information about the freebsd-ports-bugs mailing list