aboutsummaryrefslogtreecommitdiff
path: root/mail/mu
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.2.Hiroki Sato2019-12-252-8/+8
| | | | Notes: svn path=/head/; revision=520886
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update Guile to version 2.2.5, modern stable version, and fix dependentAlexey Dokuchaev2019-06-271-2/+6
| | | | | | | | | | | | | | | | | | | | ports to build against it. Most changes are rather minor and mechanical except for the devel/gdb (obtained via their bugtracker [1], courtesy of Doug Evans). One port (science/meep) I had to mark BROKEN after fixing it proved to be very tedious and actually unreliable. It is very old, there are newer versions available so it should be fixed by updating. One port (devel/libruin) had revealed a bug in the new Guile code (an auxiliary script, really) that had to be worked-round; reference to the problematic upstream commit is provided in the patch. PR: 229613 Exp-run by: antoine [1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8 Notes: svn path=/head/; revision=505200
* Add USES=gnome.Hiroki Sato2019-03-041-2/+3
| | | | Notes: svn path=/head/; revision=494560
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Fix build on 10.X. mail/mu requires C++14 compiler.Hiroki Sato2018-03-051-1/+2
| | | | Notes: svn path=/head/; revision=463617
* Update to 1.0.Hiroki Sato2018-02-283-6/+7
| | | | | | | PR: 226158 Notes: svn path=/head/; revision=463179
* mail/mu: update 0.9.16 -> 0.9.18Kurt Jaeger2018-01-112-5/+4
| | | | | | | | | | PR: 220111 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> Approved by: hrs (maintainer timeout) Relnotes: https://github.com/djcb/mu/blob/0.9.18/NEWS.org Notes: svn path=/head/; revision=458781
* Update to 1.4.3Sunpoet Po-Chuan Hsieh2017-04-041-1/+1
| | | | | | | | | | | | | | - Add CONFLICTS_INSTALL - Update WWW - Bump PORTREVISION for dependent ports Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.3 https://trac.xapian.org/wiki/ReleaseOverview/1.4.2 https://trac.xapian.org/wiki/ReleaseOverview/1.4.1 https://trac.xapian.org/wiki/ReleaseOverview/1.4.0 Notes: svn path=/head/; revision=437714
* - Fix a lmissing dependency of mail/mu.Hiroki Sato2016-11-041-1/+2
| | | | | | | - 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-1/+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
* - Split mail/mu into mail/mu4e.Hiroki Sato2016-05-162-49/+7
| | | | | | | | | | | - 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
* - Pass maintainership to submitterDmitry Marakasov2016-05-121-7/+4
| | | | | | | | | | | | | - While here, minor cleanup: - Clarify LICENSE, add LICENSE_FILE - Remove unneeded *FLAGS - Simplify installation PR: 209453 Submitted by: wwaites@tardis.ed.ac.uk Notes: svn path=/head/; revision=415060
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 0.9.16Martin Wilke2016-02-123-3/+6
| | | | | | | | PR: 206893 Submitted by: ports fury Notes: svn path=/head/; revision=408711
* - Update to 0.9.15Martin Wilke2015-12-213-11/+8
| | | | | | | | | | PR: 204199 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4617 Notes: svn path=/head/; revision=404099
* Update to version 0.9.12Pawel Pekala2015-08-112-4/+4
| | | | | | | | PR: 201847 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=393975
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* - Remove MASTER_SITES when set USE_GITHUBWen Heping2015-04-231-1/+0
| | | | | | | Spotted by: danfe@ Notes: svn path=/head/; revision=384585
* - Update to 0.9.11Wen Heping2015-04-233-8/+14
| | | | | | | | PR: 199241 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=384584
* Convert to USES=autoreconfTijl Coosemans2015-04-181-3/+2
| | | | Notes: svn path=/head/; revision=384229
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* Upgrade to 0.9.10, and strip binary.Vanilla I. Shu2015-02-162-5/+5
| | | | | | | | PR: 197443 Submitted by: Ports Fury. Notes: svn path=/head/; revision=379079
* Cleanup plistAntoine Brodin2014-11-221-7/+0
| | | | Notes: svn path=/head/; revision=373086
* lang/guile2:Tijl Coosemans2014-09-081-0/+1
| | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Convert to USES=charsetfix and USES=pathfix - Drop USE_GCC=any - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS Notes: svn path=/head/; revision=367659
* mail/mu: Upgrade version 0.9.9 => 0.9.9.6 and stageJohn Marino2014-07-304-29/+111
| | | | | | | | PR: 192209 Submitted by: Ports Fury Notes: svn path=/head/; revision=363523
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361728
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360579
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* Convert USE_GNOME=pkgconfig to USES=pkgconfigBaptiste Daroussin2013-08-311-7/+3
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325753
* - Update to 1.2.13Sunpoet Po-Chuan Hsieh2013-02-201-0/+1
| | | | | | | | | | | - Cleanup Makefile header - Reformat pkg-descr - Bump PORTREVISION for databases/xapian-core shlib change Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13 Notes: svn path=/head/; revision=312669
* mail/mu: upgrade to 0.9.9Eygene Ryabinkin2012-11-073-16/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog entries since 0.9.8.1: - remove --summary (use --summary-len instead) - add --after for mu find, to limit to messages after T - add new command `mu verify', to verify signatures - fix iso-2022-jp decoding (and other 7-bit clean non-ascii) - add support for X-keywords - performance improvements for threaded display (~ 25% for 23K msgs) - mu improved user-help (and the 'mu help' command) - toys/mug2 replaces toys/mug - support .noupdate files (parallel to .noindex, dir is ignored unless we're doing a --rebuild). - append all inline text parts, when getting the text body - respect custom maildir flags - correctly handle the case where g_utf8_strdown (str) > len (str) - make gtk, guile, webkit dependency optional, even if they are installed - fix for opening files with non-ascii names - much improved support for searching non-Latin (Cyrillic etc.) languages we can now match 'Тесла' or 'Аркона' without problems - smarter escaping (fixes issues with finding message ids) - fixes for queries with brackets - allow --summary-len for the length of message summaries - numerous other small fixes - much improved searching for GMail folders (i.e. maildir:/ matching); this requires a 'mu index --rebuild' - correctly handle utf-8 messages, even if they don't specify this explicitly - fix compiler warnings for newer/older gcc and clang/clang++ - fix unit tests (and some code) for Ubuntu 10.04 and FreeBSD9 - fix warnings for compilation with GTK+ 3.2 and recent glib (g_set_error) - fix mu_msg_move_to_maildir for top-level messages - fix in maildir scanning - plug some memleaks - fix output for some non-UTF8 locales - open ('play') file names with spaces - don't show unnecessary errors for --format=links - make build warning-free for clang/clang++ - allow for slightly older autotools - fix unit tests for some hidden assumptions (locale, dir structure etc.) - some documentation updates / clarifications Feature safe: yes Notes: svn path=/head/; revision=307115
* - Bump PORTREVISION for databases/xapian-core shlib changeSunpoet Po-Chuan Hsieh2012-07-071-0/+1
| | | | Notes: svn path=/head/; revision=300582
* New port: mail/muEygene Ryabinkin2012-03-036-0/+67
Mu is the mail indexer that uses Xapian as the search engine. In my tests it is blazingly fast, at least 5 times faster than nmzmail and it understands cyrillic ;)) QA page: http://codelabs.ru/fbsd/ports/qa/mail/mu/0.9.8.1 Notes: svn path=/head/; revision=292562