Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2004 13:59:49 +0900 (JST)
From:      NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67370: [japanese/emacs20-emcws] same problem as ports/67285
Message-ID:  <200405300459.i4U4xnur006517@xa12.heimat.gr.jp>
Resent-Message-ID: <200405300500.i4U50jib065026@freefall.freebsd.org>

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

>Number:         67370
>Category:       ports
>Synopsis:       [japanese/emacs20-emcws] same problem as ports/67285
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 29 22:00:44 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     NAKAJI Hiroyuki
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD xa12.heimat.gr.jp 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Sun Jan 4 12:30:30 JST 2004 root@xa12.heimat.gr.jp:/usr/obj/usr/src/sys/NAKAJI i386



>Description:
	There is same problem with japanese/emacs20-emcws as reported
in ports/67285 that because RUN_DEPENDS is missing, when it is
installed from the compiled package, emcws-20.7 cannot run.

>How-To-Repeat:
	pkg_add -r ja-emcws20
	/usr/local/bin/emcws-20.7

>Fix:

Index: Makefile
===================================================================
RCS file: /net/pcat/home/ncvs/ports/japanese/emacs20-emcws/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	14 Mar 2004 06:16:45 -0000	1.17
+++ Makefile	30 May 2004 04:54:34 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	emcws
 PORTVERSION=	20.7
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	japanese editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	emacs
@@ -23,6 +23,7 @@
 COMMENT=	Emacs + Canna + Wnn + Sj3
 
 BUILD_DEPENDS=	emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs20
+RUN_DEPENDS=	emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs20
 
 WRKSRC=		${WRKDIR}/emacs-${EMACS_VER}
 



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



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