Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2000 03:40:50 +0900 (JST)
From:      nobutaka@nobutaka.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19310: Update port: mail/wanderlust-mule
Message-ID:  <200006151840.DAA06119@nobutaka.com>

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

>Number:         19310
>Category:       ports
>Synopsis:       Update port: mail/wanderlust-mule
>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:50: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},
${EMACS_LIBDIR_WITH_VER}.
These are now defined in ${PORTSDIR}/Mk/bsd.emacs.mk.
Add dependency on editor/bitmap-mule.

>How-To-Repeat:
>Fix:

diff -urN wanderlust-mule.old/Makefile wanderlust-mule/Makefile
--- wanderlust-mule.old/Makefile	Fri Jun 16 03:15:32 2000
+++ wanderlust-mule/Makefile	Thu May 11 01:00:02 2000
@@ -9,15 +9,13 @@
 
 MASTERDIR=	${.CURDIR}/../../mail/wanderlust-emacs
 
-EMACS_NAME=		mule
 EMACS_PORT_NAME=	mule
-EMACS_VER=		19.34
 MULE_VER=		2.3
-EMACS_LIBDIR=		share/mule
-EMACS_LIBDIR_WITH_VER=	share/mule/${EMACS_VER}
-
-HAVE_COMMON_PORT=	yes
 
 IS_SLAVE=		yes
+
+.if !defined(WITHOUT_X11) && !defined(WITHOUT_BITMAP)
+RUN_DEPENDS=    ${LOCALBASE}/${EMACS_SITE_LISPDIR}/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-mule
+.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?200006151840.DAA06119>