Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2001 16:09:09 +0900 (JST)
From:      yoichi@eken.phys.nagoya-u.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        yoichi@eken.phys.nagoya-u.ac.jp
Subject:   ports/27198: fix dependency: irc/irchat-pj-emacs20
Message-ID:  <200105080709.f48799J05209@e-ppp7.eken.phys.nagoya-u.ac.jp>

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

>Number:         27198
>Category:       ports
>Synopsis:       fix dependency: irc/irchat-pj-emacs20
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 08 00:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yoichi NAKAYAMA
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
E-ken, Dept. of Physics, Nagoya University, JAPAN
>Environment:
System: FreeBSD e-ppp7.eken.phys.nagoya-u.ac.jp 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 7 01:00:33 JST 2001 yoichi@e-ppp7.eken.phys.nagoya-u.ac.jp:/usr/src/sys/compile/ALBATROS i386


	
>Description:

I'm the maintainer of the port.
irchat-pj-{emacs20,xemacs21-mule} run depending on pure-{emacs20,xemacs21-mule}.
Sorry, I forgot to take it into account at the last time.

>How-To-Repeat:

pkg-add irchat-pj-{emacs20,xemacs21-mule} does not install pure.

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/irchat-pj-emacs20/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2001/05/06 10:43:22	1.1
+++ Makefile	2001/05/08 06:56:46
@@ -15,7 +15,8 @@
 MAINTAINER=	yoichi@eken.phys.nagoya-u.ac.jp
 
 BUILD_DEPENDS=	${LOCALBASE}/${LISPDIR:S,/${PORTNAME}$,/pure,}/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME}
-RUN_DEPENDS=	${LOCALBASE}/bin/dcc:${PORTSDIR}/irc/dcc
+RUN_DEPENDS=	${LOCALBASE}/${LISPDIR:S,/${PORTNAME}$,/pure,}/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME} \
+		${LOCALBASE}/bin/dcc:${PORTSDIR}/irc/dcc
 
 EMACS_PORT_NAME?=	emacs20
 LISPDIR?=	${EMACS_LIBDIR}/site-lisp/${PORTNAME}
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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