From owner-freebsd-ports Thu Jun 15 11:50: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0941037BD03 for ; Thu, 15 Jun 2000 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA35271; Thu, 15 Jun 2000 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nobutaka.com (ppp-saijo-151.ipc.hiroshima-u.ac.jp [133.41.4.151]) by hub.freebsd.org (Postfix) with ESMTP id F23D537BDE1 for ; Thu, 15 Jun 2000 11:40:54 -0700 (PDT) (envelope-from nobutaka@nobutaka.com) Received: (from nobutaka@localhost) by nobutaka.com (8.9.3/8.9.3) id DAA06119; Fri, 16 Jun 2000 03:40:50 +0900 (JST) (envelope-from nobutaka) Message-Id: <200006151840.DAA06119@nobutaka.com> Date: Fri, 16 Jun 2000 03:40:50 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19310: Update port: mail/wanderlust-mule Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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