Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  5 Jun 2007 15:58:16 +0900 (JST)
From:      NIIMI Satoshi <sa2c@sa2c.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113356: editors/leim21: use bsd.emacs.mk 
Message-ID:  <20070605065816.5E27B40F1@berkeley.l.sa2c.net>
Resent-Message-ID: <200706050700.l5570Bs3078529@freefall.freebsd.org>

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

>Number:         113356
>Category:       ports
>Synopsis:       editors/leim21: 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:

	

--- leim21.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/leim21/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	19 May 2007 20:04:10 -0000	1.9
+++ Makefile	5 Jun 2007 06:18:22 -0000
@@ -17,11 +17,10 @@
 
 LATEST_LINK=	leim21
 
-BUILD_DEPENDS=	emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs
-RUN_DEPENDS=	emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs
+USE_EMACS=		yes
+EMACS_PORT_NAME=	emacs21
 
 USE_GMAKE=	yes
-EMACS_VER=	21.3
 WRKSRC=		${WRKDIR}/emacs-${EMACS_VER}/leim
 PLIST_SUB=	EMACS_VER=${EMACS_VER}
 SCRIPTS_ENV=	EMACS_VER=${EMACS_VER}
--- leim21.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?20070605065816.5E27B40F1>