Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  5 Jun 2007 15:58:10 +0900 (JST)
From:      NIIMI Satoshi <sa2c@sa2c.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113355: japanese/emacs-emcws: use bsd.emacs.mk 
Message-ID:  <20070605065810.AF8DC40D6@berkeley.l.sa2c.net>
Resent-Message-ID: <200706050700.l5570Aws078516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         113355
>Category:       ports
>Synopsis:       japanese/emacs-emcws: use bsd.emacs.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 05 07:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     NIIMI Satoshi
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD berkeley.l.sa2c.net 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #1: Thu May 24 05:05:36 JST 2007 root@berkeley.l.sa2c.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

Use bsd.emacs.mk instead of depending directly on editors/emacs in
order to be unaffected by the move of editors/emacs to
editors/emacs21.

	
>How-To-Repeat:
	
>Fix:

	

--- ja-emacs-emcws.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/emacs-emcws/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- Makefile	2 Jun 2007 04:17:41 -0000	1.39
+++ Makefile	5 Jun 2007 06:15:49 -0000
@@ -25,8 +25,8 @@
 MAINTAINER=	nakaji@jp.freebsd.org
 COMMENT=	Emacs + Canna + Wnn + Sj3
 
-BUILD_DEPENDS=	emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs
-RUN_DEPENDS=	emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs
+USE_EMACS=		yes
+EMACS_PORT_NAME=	emacs21
 
 CONFLICTS=	emacs-19.* emacs-20.* emacs-22.* \
 		ja-emcws-20.* \
@@ -37,7 +37,6 @@
 
 USE_AUTOTOOLS=	autoconf:213
 USE_GMAKE=	YES
-EMACS_VER=	21.3
 
 # Change these as you like.
 WITH_WNN6?=	NO
--- ja-emacs-emcws.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070605065810.AF8DC40D6>