Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 10:26:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225059] mail/*notmuch: update to 0.26
Message-ID:  <bug-225059-13-5k5Vn0VQcF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225059-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225059-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225059

Dima Panov <fluffy@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fluffy@FreeBSD.org

--- Comment #1 from Dima Panov <fluffy@FreeBSD.org> ---
Please track situation when DESKTOP option defined without EMACS - it fails=
 to
build package, DESKTOP should imply EMACS defined

--- Makefile.bak        2018-01-13 20:25:24.882256000 +1000
+++ Makefile    2018-01-13 20:24:54.689740000 +1000
@@ -71,6 +71,12 @@
 RUBY_USE=3D      RUBY=3Dyes
 ZSH_CONFIGURE_WITH=3D    zsh-completion

+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDESKTOP} && !${PORT_OPTIONS:MEMACS}
+PORT_OPTIONS+=3D EMACS
+.endif
+
 do-build-MUTT-on:
        ${MAKE_CMD} -C ${WRKSRC}/contrib/notmuch-mutt all
        ${GZIP_CMD} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225059-13-5k5Vn0VQcF>