ports/67285: [japanese/emacs-emcws] when installed by pkg_add, it cannot run

NAKAJI Hiroyuki nakaji at jp.freebsd.org
Fri May 28 13:51:12 UTC 2004


>Number:         67285
>Category:       ports
>Synopsis:       [japanese/emacs-emcws] when installed by pkg_add, it cannot run
>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:   Fri May 28 06:50:22 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 at xa12.heimat.gr.jp:/usr/obj/usr/src/sys/NAKAJI i386


>Description:
	When ja-emcws-21.3 is installed by pkg_add, it cannot run
because some packaged which it depends on. This is because RUN_DEPENDS
is missing in its Makefile.
	The problem is reported by Watanabe Kazuhiro.
http://home.jp.FreeBSD.org/cgi-bin/showmail/FreeBSD-users-jp/79584

>How-To-Repeat:
	For example, on FreeBSD 5.2.1-RELEASE-p5,

	# pkg_add -r ja-emcws-21.3_2
	% /usr/local/bin/emcws

	it complains about "no Xaw3d".

>Fix:

Index: Makefile
===================================================================
RCS file: /net/pcat/home/ncvs/ports/japanese/emacs-emcws/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile	21 Mar 2004 07:38:55 -0000	1.28
+++ Makefile	28 May 2004 13:27:45 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	emcws
 PORTVERSION=	${EMACS_VER}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	japanese editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	emacs
@@ -27,6 +27,7 @@
 COMMENT=	Emacs + Canna + Wnn + Sj3
 
 BUILD_DEPENDS=	emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs
+RUN_DEPENDS=	emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs
 
 WRKSRC=		${WRKDIR}/emacs-${EMACS_VER}
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list