aboutsummaryrefslogtreecommitdiff
path: root/mail/mu4e
Commit message (Collapse)AuthorAgeFilesLines
* editors/emacs: Update to version 27.1Joseph Mingrone2020-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Please refer to the 20200811 UPDATING entry when upgrading dependent (*-emacs26-*) ports. Port changes: - depend on math/gmp - match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and turning MAGICK off by default - remove OPENMP check for graphics/ImageMagick as the openmp is now included in base - update EMACS_VER in Mk/Uses/emacs.mk - bump USES=emacs ports or remove BROKEN for net-im/jabber.el and deskutils/howm, which now build Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch) Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D23966 Notes: svn path=/head/; revision=544763
* editors/emacs-devel: Update to latest master branch commit, 4f2b415Joseph Mingrone2020-01-071-0/+1
| | | | | | | | | | | | This update includes an Emacs major version change from 27.0.50 to 28.0.50. Ports that may depend on editors/emacs-devel must chase this update with a PORTREVISION bump. Submitted by: ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D23012 Notes: svn path=/head/; revision=522315
* Update to 1.2.Hiroki Sato2019-12-253-50/+50
| | | | Notes: svn path=/head/; revision=520886
* Add a workaround for poudriere build error during byte-compilation.Hiroki Sato2019-03-042-9/+27
| | | | Notes: svn path=/head/; revision=494559
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradeJoseph Mingrone2018-05-311-0/+5
| | | | | | | | Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html Notes: svn path=/head/; revision=471191
* Fix build on 10.X. mail/mu4e requires no C++ compiler.Hiroki Sato2018-03-061-4/+7
| | | | Notes: svn path=/head/; revision=463684
* Update to 1.0.Hiroki Sato2018-02-283-8/+14
| | | | | | | PR: 226158 Notes: svn path=/head/; revision=463179
* Update to 0.9.18.Hiroki Sato2018-02-283-12/+11
| | | | | | | PR: 225852 Notes: svn path=/head/; revision=463178
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506 Notes: svn path=/head/; revision=460621
* Chase Emacs updateAshish SHUKLA2017-09-121-0/+1
| | | | Notes: svn path=/head/; revision=449697
* mail/mu4e is not jobs safeJohn Marino2017-02-081-0/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=433681
* - Fix a lmissing dependency of mail/mu.Hiroki Sato2016-11-041-0/+1
| | | | | | | - Add "emacsNN" suffix to the Emacs backend. Notes: svn path=/head/; revision=425349
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=421635
* Fix build.Hiroki Sato2016-05-171-2/+57
| | | | Notes: svn path=/head/; revision=415376
* - Split mail/mu into mail/mu4e.Hiroki Sato2016-05-165-0/+168
- 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) Notes: svn path=/head/; revision=415348