Commit graph

6 commits

Author SHA1 Message Date
Ashish SHUKLA
53aec0cd56 Chase Emacs update 2017-09-12 15:38:56 +00:00
John Marino
6726af7acb mail/mu4e is not jobs safe
This port has failed in a multijob environment a couple of times already.
This latest time, the race failure was:

mu4e-proc.el:26:1:Error: Opening pty: No such file or directory
gmake[2]: *** [Makefile:583: mu4e-proc.elc] Error 1
2017-02-08 23:26:23 +00:00
Hiroki Sato
bcb8f7277c - Fix a lmissing dependency of mail/mu.
- Add "emacsNN" suffix to the Emacs backend.
2016-11-04 19:02:52 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
Hiroki Sato
5fc2b7d89b Fix build. 2016-05-17 07:46:04 +00:00
Hiroki Sato
7d1afe45cc - Split mail/mu into mail/mu4e.
- mail/mu4e now installs gzip'd elisp files.
- Add mail/mu4e-maildirs, Maildirs extension for Mu4e.
- Take maintainership of the related ports.

Discussed with:	William Waites (maintainer)
2016-05-16 18:08:23 +00:00