aboutsummaryrefslogtreecommitdiff
path: root/mail/rspamd-devel
Commit message (Collapse)AuthorAgeFilesLines
* devel/icu: update to 69.1Jan Beich2021-04-081-0/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 2.8.a2.20210324Vsevolod Stakhov2021-03-242-7/+5
| | | | Notes: svn path=/head/; revision=569111
* - Update to 2.8-a1Vsevolod Stakhov2021-03-113-6/+8
| | | | | | | | | - Require c++17 compiler Submitted by: Alexander Moisseev via a private conversation Notes: svn path=/head/; revision=568112
* - Update to 2.7 RC1Vsevolod Stakhov2021-01-063-7/+11
| | | | | | | | PR: 252458 Submitted by: Yasuhiro Kimura <yasu at utahime.org> Notes: svn path=/head/; revision=560498
* - Run main process as root and drop worker privilegesVsevolod Stakhov2020-11-063-6/+9
| | | | | | | | PR: 250904 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru> Notes: svn path=/head/; revision=554311
* mail/rspamd[-devel]: Unbreak build with LUAJIT=offDima Panov2020-11-061-1/+2
| | | | | | | | | | PR: 247475 Submitted by: fluffy Approved by: maintainer timeout MFH: 2020Q4 (with hat) Notes: svn path=/head/; revision=554291
* devel/icu: update to 68.1Jan Beich2020-11-031-0/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* - Update to 80b8f0eVsevolod Stakhov2020-09-293-10/+26
| | | | | | | | | | - Restore USE_PERL5 Submitted by: Alexander Moisseev via private message Obtained from: https://github.com/moisseev/ports/tree/rspamd-devel/mail/rspamd-devel Notes: svn path=/head/; revision=550517
* Set flags for powerpc64le the same as for powerpc64.Mark Linimon2020-09-271-2/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=550338
* mail/rspamd-devel: fix build on powerpc64 elfv2, switch to luajit-openresty ↵Piotr Kubaj2020-09-231-3/+12
| | | | | | | | | | | | on powerpc64 On powerpc64, binaries with clang and LTO on powerpc64 segfault at start, use GCC instead. Enable luajit using luajit-openresty. Notes: svn path=/head/; revision=549750
* Bump 37 ports depending on math/openblas through USES=blaslapack:openblas ↵Yuri Victorovich2020-05-061-1/+1
| | | | | | | because after the recent math/openblas update the library name changed in openblas Notes: svn path=/head/; revision=534190
* devel/icu: update to 67.1Jan Beich2020-04-231-0/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532707
* - mail/rspamd: Update to 2.5Vsevolod Stakhov2020-04-023-6/+7
| | | | | | | | | | - mail/rspamd-devel: Update to 2.6.a1.20200402 PR: 245272 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru> Notes: svn path=/head/; revision=530274
* devel/icu: update to 66.1Jan Beich2020-03-131-0/+1
| | | | | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=528343
* Ports MUST NOT set WITH_DEBUG.Mathieu Arnold2020-03-031-1/+0
| | | | | | | | | | | | | WITH_DEBUG is a user facing variable. When a user wants to build a port with debugging symbols enabled, they either set WITH_DEBUG globally, or WITH_DEBUG_PORTS+=category/port. Approved by: bapt With hat: portmgr Differential Revision: https://reviews.freebsd.org/D23940 Notes: svn path=/head/; revision=527673
* - update to 2.4.a1.20200213Vsevolod Stakhov2020-02-133-7/+6
| | | | | | | | PR: 244088 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru> Notes: svn path=/head/; revision=526021
* use tabs after variable namesVsevolod Stakhov2020-02-063-23/+29
| | | | | | | | PR: 243697 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru> Notes: svn path=/head/; revision=525391
* Fix math/openblas and bump dependent portsSteve Wills2020-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | * Fix build on i386 [1] * Fix science/code_saturne build with new openblas [2] * Avoid installing private headers [3] * Prevent build from optimizing for host by correcting build confg [4] * Bump portrevision of dependent ports [5] This is correcting issues from r523749 [1][2][4] and r515970 [3] PR: 231371 Reported by: build cluster [1] Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2] Reported by: many [5] Reviewed by: mat, bapt Approved by: implicit, since this is a build fix Notes: svn path=/head/; revision=524642
* mail/rspamd*: use luajit only on architectures where it's supportedPiotr Kubaj2020-01-271-7/+10
| | | | | | | | | | Otherwise use standard Lua. PR: 243051 Approved by: vsevolod (maintainer timeout) Notes: svn path=/head/; revision=524446
* mail/rspamd-devel: use luajit only on amd64, armv7, i386 and powerpc to fix ↵Piotr Kubaj2020-01-051-2/+6
| | | | | | | | | | | | | build on other architectures It's possible that there are other architectures that luajit works on, but I couldn't test it. PR: 243059 Approved by: vsevolod (maintainer) MFH: 2020Q1 (fix build blanket) Notes: svn path=/head/; revision=522137
* - Update to 2.3-a1Vsevolod Stakhov2019-11-233-6/+12
| | | | | | | | | | | - Add OpenBLAS support (optional) [2] PR: 241626 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru> [1], [2] Reported by: Artyom Davidov <ard_1 at mail.ru> [2] Notes: svn path=/head/; revision=518278
* mail/rspamd:Vsevolod Stakhov2019-10-144-48/+23
| | | | | | | | | | | | | | | | | | | | - Update to 2.0 - Add upstream patches to fix crash due to constructors init order - Remove sample configuration files as default configuration files are NOT intended for modification by users and SHOULD be overwritten on port upgrade. - Remove NO_SHARED CMake flag as it is on by default - Add notes to UPDATING mail/rspamd-devel: - Update to 2.1.a1.20191014 - Remove sample configuration files as default configuration files are NOT intended for modification by users and SHOULD be overwritten on port upgrade. - Add notes to UPDATING PR: 241204 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru> Reported by: Yasuhiro KIMURA <yasu at utahime.org> Notes: svn path=/head/; revision=514463
* - Update to 2.0.a1.20191010Vsevolod Stakhov2019-10-104-31/+31
| | | | | | | | PR: 241172 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru> Notes: svn path=/head/; revision=514215
* devel/icu: update to 65.1Jan Beich2019-10-031-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=513733
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508882
* 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
* - Update to 2.0.a1.20190719Vsevolod Stakhov2019-07-194-340/+23
| | | | | | | | PR: 239300 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru> Notes: svn path=/head/; revision=506945
* devel/icu: update to 64.1Jan Beich2019-03-271-0/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479 Notes: svn path=/head/; revision=496981
* - Update to 1.9.1.a1.20190316Vsevolod Stakhov2019-03-173-334/+355
| | | | | | | | PR: 236579 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru> Notes: svn path=/head/; revision=496032
* - Update mail/rspamd to 1.9Vsevolod Stakhov2019-03-166-45/+17
| | | | | | | | | | | | - Remove obsoleted redirector start script - Change user and group from nobody to Rspamd - Add notes to UPDATING PR: 236505 Submitted by: Yasuhiro KIMURA <yasu at utahime.org> Notes: svn path=/head/; revision=495871
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+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
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* Add missing patchVsevolod Stakhov2018-09-212-0/+45
| | | | | | | Submitted by: Alexander Moisseev via IM Notes: svn path=/head/; revision=480264
* Update to 1.8.0.a1.20180920Vsevolod Stakhov2018-09-205-187/+202
| | | | | | | | PR: 231502 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> Notes: svn path=/head/; revision=480185
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* devel/icu: update to 62.1Jan Beich2018-06-291-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4) Notes: svn path=/head/; revision=473551
* devel/icu: update to 61.1Jan Beich2018-04-061-1/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61) Notes: svn path=/head/; revision=466648
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* - Update to 1.7.0.a2.20180302Vsevolod Stakhov2018-03-022-5/+5
| | | | | | | - Fix issues with Torch linking Notes: svn path=/head/; revision=463445
* - Update to 1.7.0.a1.20180302 [1]Vsevolod Stakhov2018-03-025-45/+377
| | | | | | | | | | - Add openblas dependency when built with Torch - Use gcc if Torch is enabled due to bug with libgfortran Submitted by: Alexander Moisseev via private communication [1] Notes: svn path=/head/; revision=463411
* devel/icu: update to 60.1Jan Beich2017-11-091-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine Notes: svn path=/head/; revision=453790
* devel/icu: update to 59.1Jan Beich2017-09-251-0/+1
| | | | | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine Notes: svn path=/head/; revision=450556
* - Update to 1.5.4.a1Vsevolod Stakhov2017-03-283-11/+12
| | | | Notes: svn path=/head/; revision=437131
* - Update to 1.5.3.a1Vsevolod Stakhov2017-03-072-6/+6
| | | | Notes: svn path=/head/; revision=435638
* - Update to 1.5.2.b1Vsevolod Stakhov2017-03-063-9/+31
| | | | | | | - Add CGP helper option Notes: svn path=/head/; revision=435540
* - Update to 1.5.0.b1Vsevolod Stakhov2017-03-013-16/+40
| | | | | | | Submitted by: Alexander Moisseev via github Notes: svn path=/head/; revision=435130