Received: by mail.netbsd.org (Postfix, from userid 605) id ABBF584D81; Tue, 12 Nov 2019 12:51:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3369284D7F for ; Tue, 12 Nov 2019 12:51:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SjvGZns-m2uW for ; Tue, 12 Nov 2019 12:51:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8262B84D54 for ; Tue, 12 Nov 2019 12:51:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FF7BFA95; Tue, 12 Nov 2019 12:51:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1573563061159200" MIME-Version: 1.0 Date: Tue, 12 Nov 2019 12:51:01 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mail/notmuch To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20191112125101.7FF7BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1573563061159200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Nov 12 12:51:01 UTC 2019 Modified Files: pkgsrc/mail/notmuch: options.mk Log Message: Convert emacs dependency to DEPENDS from BUILD_DEPENDS notmuch Emacs client requires Emacs itself to run. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/notmuch/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1573563061159200 Content-Disposition: inline Content-Length: 797 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/notmuch/options.mk diff -u pkgsrc/mail/notmuch/options.mk:1.4 pkgsrc/mail/notmuch/options.mk:1.5 --- pkgsrc/mail/notmuch/options.mk:1.4 Mon Oct 21 21:55:04 2019 +++ pkgsrc/mail/notmuch/options.mk Tue Nov 12 12:51:01 2019 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2019/10/21 21:55:04 adam Exp $ +# $NetBSD: options.mk,v 1.5 2019/11/12 12:51:01 ryoon Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.notmuch PKG_SUPPORTED_OPTIONS= notmuch-emacs doc @@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS+= doc .include "../../sysutils/desktop-file-utils/desktopdb.mk" PLIST_VARS+= emacs .if !empty(PKG_OPTIONS:Mnotmuch-emacs) -BUILD_DEPENDS+= emacs>=24.0:../../editors/emacs +DEPENDS+= emacs>=24.0:../../editors/emacs PLIST.emacs= yes .else CONFIGURE_ARGS+= --without-emacs --_----------=_1573563061159200--