aboutsummaryrefslogtreecommitdiff
path: root/mail/notmuch
Commit message (Collapse)AuthorAgeFilesLines
* editors/emacs-devel: Update to latest master branch commit, 4f2b415Joseph Mingrone2020-01-071-1/+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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+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
* mail/notmuch: update to 0.29.1Fernando ApesteguĂ­a2019-06-133-23/+13
| | | | | | | | | | | | | | | - The sources are now compressed with xz instead of gzip. - Support for GMime 2.6 was dropped and GMime 3.0.3 or later is required now. - drop workaround for info(1) on FreeBSD 10 since it's no longer supported - drop workaround for Sphinx since another one was included in notmuch's upstream ChangeLog: https://notmuchmail.org/pipermail/notmuch/2019/028257.html PR: 238418 Submitted by: seschwar@gmail.com (maintainer) Notes: svn path=/head/; revision=504137
* mail/notmuch: unbreak with libc++ 8Jan Beich2019-03-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | In file included from lib/database.cc:21: In file included from ./lib/database-private.h:39: In file included from /usr/local/include/xapian.h:56: In file included from /usr/local/include/xapian/error.h:30: In file included from /usr/include/c++/v1/string:505: In file included from /usr/include/c++/v1/string_view:176: In file included from /usr/include/c++/v1/__string:57: In file included from /usr/include/c++/v1/algorithm:640: In file included from /usr/include/c++/v1/initializer_list:47: In file included from /usr/include/c++/v1/cstddef:38: ./version:1:1: error: expected unqualified-id 0.28.1 ^ PR: 236192 Approved by: portmgr blanket Notes: svn path=/head/; revision=494546
* mail/notmuch: Update to 0.28.2Steve Wills2019-03-033-4/+27
| | | | | | | | PR: 236178 Submitted by: Sebastian Schwarz <seschwar@gmail.com> (maintainer) Notes: svn path=/head/; revision=494517
* mail/notmuch: update to 0.28.1Steve Wills2019-02-103-8/+7
| | | | | | | | PR: 235645 Submitted by: Sebastian Schwarz <seschwar@gmail.com> (maintainer) Notes: svn path=/head/; revision=492641
* 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
* Update to 0.28Kirill Ponomarev2018-11-085-7/+45
| | | | | | | | PR: 232310 Submitted by: maintainer Notes: svn path=/head/; revision=484432
* Fix build on gcc-bases archs.Mark Linimon2018-09-211-1/+1
| | | | | | | | | PR: 231493 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480256
* mail/notmuch,mail/notmuch-emacs,mail/py-notmuch: update 0.26.2 -> 0.27Kurt Jaeger2018-06-195-11/+61
| | | | | | | | | | | | | | - add LICENSE to pet portlint - remove BROKEN_powerpc64 since the cause has been fixed in ports r471400 - adjust to upstream's new info page handling - fix parallel installation of flavored mail/py-notmuch PR: 229075 Submitted by: Sebastian Schwarz <seschwar@gmail.com> (maintainer) Relnotes: https://notmuchmail.org/pipermail/notmuch/2018/026684.html Notes: svn path=/head/; revision=472817
* Update to 0.26.2Kirill Ponomarev2018-05-012-5/+5
| | | | | | | | PR: 227892 Submitted by: maintainer Notes: svn path=/head/; revision=468768
* mail/notmuch: Update to version 0.26.1Joseph Mingrone2018-04-033-6/+6
| | | | | | | | | | | Upstream release notes: https://notmuchmail.org/pipermail/notmuch/2018/026376.html PR: 227203 Submitted by: seschwar@gmail.com (maintainer) Notes: svn path=/head/; revision=466279
* - Pass maintainership of mail/notmuch and mail/py-notmuch to submitter.Dima Panov2018-02-275-143/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | - Update ports to version to 0.26. - Unconditionally install completions according to Porter's Handbook Chapter 6.31. without adding extra dependencies. - Turn on the MANPAGES option by default. Building the manual pages is kept as an option to allow for more minimal custom builds. - Remove RUBY option as it never did anything. There are no build or install instructions in the Makefile nor %%RUBY%% references in pkg-plist. Building with the RUBY option enabled makes absolutely no difference to the produced package. The only thing ever requiring the Ruby bindings to the Notmuch library is the Vim client, which isn't built either. - Turn mail/py-notmuch into a slave port of mail/notmuch. - Split off EMACS option into the flavor aware slave port mail/notmuch-emacs. - Split off MUTT option into the slave port mail/notmuch-mutt. - Perform miscellaneous cleanups. PR: 225059 Submitted by: seschwar AT gmail.com Reviewed by: mat, fluffy, maintainers Approved by: maintainers Differential Revision: D13944 Notes: svn path=/head/; revision=463108
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-011-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* - update 0.25.2 to 0.25.3Mikhail Pchelin2017-12-132-4/+4
| | | | | | | Approved by: jpaetzel (mentor) Notes: svn path=/head/; revision=456206
* - update from 0.25.1 to 0.25.2Mikhail Pchelin2017-11-183-28/+6
| | | | | | | | | - update NOTMUCH_SKIP_TESTS variable Approved by: jpaetzel (mentor) Notes: svn path=/head/; revision=454413
* - update from 0.25 to 0.25.1Mikhail Pchelin2017-10-162-4/+4
| | | | | | | Approved by: jpaetzel (mentor) Notes: svn path=/head/; revision=452172
* mail/notmuch: Update to version 0.25Joseph Mingrone2017-08-103-16/+22
| | | | | | | | Approved by: misha (maintainer) Differential Revision: https://reviews.freebsd.org/D11752 Notes: svn path=/head/; revision=447675
* mail/notmuch: Fix issues and upgrade to 0.24.2Joseph Mingrone2017-07-204-4/+43
| | | | | | | | | | | | | | | | Port changes: - fix pkg-plist issues - patch notmuch-emacs-mua to remove bashisms - upgrade to version 0.24.2 Upstream changes: https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=2e86a4da55c29e0751d950839cdcbe40234ca8ba Approved by: mp39590@gmail.com (maintainer) Differential Revision: https://reviews.freebsd.org/D11644 Notes: svn path=/head/; revision=446297
* - update NOTMUCH_SKIP_TESTSMikhail Pchelin2017-05-171-1/+1
| | | | | | | Approved by: jpaetzel (implicit) Notes: svn path=/head/; revision=441064
* - update from 0.24 to 0.24.1Mikhail Pchelin2017-05-132-6/+5
| | | | | | | Approved by: jpaetzel (implicit) Notes: svn path=/head/; revision=440844
* Update to 1.4.3Sunpoet Po-Chuan Hsieh2017-04-041-0/+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
* - update from 0.23.7 to 0.24Mikhail Pchelin2017-03-162-4/+4
| | | | | | | Approved by: jpaetzel (implicit) Notes: svn path=/head/; revision=436269
* - update from 0.23.5 to 0.23.7Mikhail Pchelin2017-03-012-4/+4
| | | | | | | Approved by: jpaetzel (implicit) Notes: svn path=/head/; revision=435163
* Fix ports using PREFIX in their depends instead of LOCALBASE.Mathieu Arnold2017-01-131-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=431402
* - update from 0.23.4 to 0.23.5Mikhail Pchelin2017-01-112-4/+4
| | | | | | | Approved by: jpaetzel (mentor) Notes: svn path=/head/; revision=431197
* Assume "pkg-config zlib" works after 9.x reached EOLJan Beich2017-01-031-7/+1
| | | | | | | | | | Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz" which is unsafe at least with lang/gcc* that override some system headers and have newer libgcc_s.so that our old version in base may not be forward-compatible with. Notes: svn path=/head/; revision=430483
* - update from 0.23.3 to 0.23.4Mikhail Pchelin2016-12-243-12/+35
| | | | | | | | | | - update TEST_DEPENDS - patch port's test infrastructure to use GNU coreutils Approved by: jpaetzel (mentor) Notes: svn path=/head/; revision=429382
* - update from 0.23.2 to 0.23.3Mikhail Pchelin2016-12-112-6/+19
| | | | | | | | | - add support for 'test' target Approved by: wg (mentor) Notes: svn path=/head/; revision=428385
* - update RUN_DEPENDS for MUTT optionMikhail Pchelin2016-11-281-1/+3
| | | | | | | | | PR: 214860 Submitted by: pkubaj@anongoth.pl Approved by: mp39590@gmail.com (maintainer), jpaetzel (mentor) Notes: svn path=/head/; revision=427342
* - update from 0.23.1 to 0.23.2Mikhail Pchelin2016-11-253-5/+22
| | | | | | | | | | | - add MUTT option to install notmuch-mutt utility PR: 214781 Submitted by: pkubaj@anongoth.pl Approved by: mp39590@gmail.com (maintainer), jpaetzel (mentor) Notes: svn path=/head/; revision=427128
* - Update to version 0.23.1 [1]Pawel Pekala2016-11-144-94/+58
| | | | | | | | | | | - Allow build on FreeBSD 9 - Move options block to correct place PR: 213240 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=426103
* - Update to 0.22.2Dmitry Marakasov2016-09-133-8/+7
| | | | | | | | | | - While here, cosmetic fixes PR: 212588 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=422059
* - Revert r420521, the port was properly fixed by r420598Dmitry Marakasov2016-08-221-1/+2
| | | | | | | | PR: 209665 Reported by: marino Notes: svn path=/head/; revision=420638
* - Add patch missed in previous commitDmitry Marakasov2016-08-221-0/+44
| | | | | | | | PR: 209665 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=420598
* mail/notmuch: unbreak everywhereJohn Marino2016-08-201-1/+1
| | | | | | | | | | | | The configure argument for docs+doxygen is "--with-docs" and "--without-docs", not "--with-api-docs". I check configure to be sure. The build was failing everywhere with "Unrecognized option" error message during configure phase. Approved by: just-fix-it Notes: svn path=/head/; revision=420521
* - Update from 0.22 to 0.22.1Dmitry Marakasov2016-08-193-32/+36
| | | | | | | | | | | | | - New MANPAGES and DOXYGEN options to control building of documentation (DOXYGEN option is used to build API manpage) - RUBY option to support ruby bindings - General port cleanup - While here, add LICENSE_FILE PR: 211266 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=420468
* - Update to 0.22Dmitry Marakasov2016-05-233-14/+4
| | | | | | | | PR: 209665 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=415726
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 0.21.Raphael Kubo da Costa2016-02-245-17/+16
| | | | | | | | PR: 206973 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=409454
* - Switch to options helpersDmitry Marakasov2015-10-151-6/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=399411
* Drop 8 support.Mathieu Arnold2015-10-151-7/+1
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* mail/notmuch: add missing BUILD_DEPENDSBartek Rutkowski2015-07-291-1/+3
| | | | | | | | | PR: 201884 Submitted by: Mikhail <mp39590@gmail.com> (maintainer) MFH: 2015Q3 Notes: svn path=/head/; revision=393193
* mail/notmuch: update 0.19 -> 0.20.2, change MAINTAINERBartek Rutkowski2015-07-136-38/+14
| | | | | | | | | | | | - Change maintainer to mp39590@gmail.com - Delete obsolete patches PR: 201272 Submitted by: Mikhail <mp39590@gmail.com> Approved by: Ross Timson <ross@rosstimson.com> (maintainer) Notes: svn path=/head/; revision=391887
* - Update to 0.19Wen Heping2015-03-293-25/+72
| | | | | | | | | | | | - Add options to customize build - Mark ignored for everything below 9.0 release PR: 198464 Submitted by: mp39590@gmail.com Approved by: maintainer(timeout, >14 days) Notes: svn path=/head/; revision=382576
* Cleanup plistAntoine Brodin2014-11-221-4/+0
| | | | Notes: svn path=/head/; revision=373086
* - Convert ports of mail/ to new USES=pythonMarcus von Appen2014-10-211-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371330
* mail/notmuch: Update version 0.17 => 0.18.1John Marino2014-08-096-6/+49
| | | | | | | | | | PR: 191969 Submitted by: mp39590 (gmail.com) Approved by: maintainer timeout QA fixes by: marino Notes: svn path=/head/; revision=364482
* - update to 0.17Jason Helfman2014-01-023-23/+25
| | | | | | | | | | | | | | - while here convert to staging, adopt new lib_depends format, move gmake into uses This includes a patch that fixed building with Clang so it should now build fine on FreeBSD 10. Also switched to using gmime2.6 PR: 185396 Submitted by: maintainer, ross@rosstimson.com Notes: svn path=/head/; revision=338422