Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2000 03:36:35 +0900 (JST)
From:      nobutaka@nobutaka.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19309: Update port: mail/wanderlust-emacs20
Message-ID:  <200006151836.DAA06000@nobutaka.com>

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

>Number:         19309
>Category:       ports
>Synopsis:       Update port: mail/wanderlust-emacs20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 15 11:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     MANTANI Nobutaka
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Hiroshima University
>Environment:
>Description:

Remove definitions of ${EMACS_NAME}, ${EMACS_VER}, ${EMACS_LIBDIR}.
These are now defined in ${PORTSDIR}/Mk/bsd.emacs.mk.
Add dependency on editors/bitmap-emacs20.

>How-To-Repeat:
>Fix:

diff -urN wanderlust-emacs20.old/Makefile wanderlust-emacs20/Makefile
--- wanderlust-emacs20.old/Makefile	Fri Jun 16 03:15:02 2000
+++ wanderlust-emacs20/Makefile	Thu May 11 00:59:45 2000
@@ -9,11 +9,12 @@
 
 MASTERDIR=	${.CURDIR}/../../mail/wanderlust-emacs
 
-EMACS_NAME=		emacs
 EMACS_PORT_NAME=	emacs20
-EMACS_VER=		20.6
-EMACS_LIBDIR=		share/emacs
 
 IS_SLAVE=		yes
+
+.if !defined(WITHOUT_X11) && !defined(WITHOUT_BITMAP)
+RUN_DEPENDS=	${LOCALBASE}/${EMACS_SITE_LISPDIR}/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20
+.endif
 
 .include <${MASTERDIR}/Makefile>

>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?200006151836.DAA06000>