summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mail/cyrus-imapd24: Remove expired portMuhammad Moinur Rahman2023-09-2027-1194/+0
| | | | 2023-09-15 mail/cyrus-imapd24: No longer supported by upstream
* mail/cyrus-imapd2{3,4}: Mark deprecated and it will be expired at 2023/09/15Hajimu UMEMOTO2023-08-141-0/+3
| | | | | PR: 273093 Reported by: delphij
* mail/cyrus-imapd24: include bsd.ports.post.mk rather than bsd.ports.mkHajimu UMEMOTO2023-06-261-1/+1
|
* mail/cyrus-imapd24: ignore build with llvm 16Hajimu UMEMOTO2023-06-261-1/+7
|
* Mk/**ldap.mk: Convert USE_LDAP to USES=ldapMuhammad Moinur Rahman2023-02-081-1/+1
| | | | | | | | | | | | | | | Convert the USE_LDAP=yes to USES=ldap and adds the following features: - Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as RUN_DEPENDS - Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER - Adds OPENLDAP versions in bsd.default-versions.mk - Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk - Changes consumers to use the features Reviewed by: delphij Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D38233
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* mail/cyrus-imapd2[345]: Remove INVALID_BDB_VERHajimu UMEMOTO2022-04-031-3/+1
| | | | | PR: 263013 Reported by: yasu
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* Clean up all commented PORTREVISION and PORTEPOCH linesTobias Kortkamp2021-04-191-1/+1
| | | | | | | | | No revision bump tool that we have cleans them up or deals with them, so we end up with duplicated lines. Instead of implementing that just clean up the 51 ports that do this. PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if you need a reminder or placeholder.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-064-7/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.4.22.Hajimu UMEMOTO2021-03-092-4/+4
| | | | Notes: svn path=/head/; revision=567924
* Update to 2.4.21.Hajimu UMEMOTO2020-08-193-16/+5
| | | | Notes: svn path=/head/; revision=545319
* Remove obsolete site.Hajimu UMEMOTO2020-04-121-2/+1
| | | | Notes: svn path=/head/; revision=531495
* Update MASTER_SITES.Hajimu UMEMOTO2019-11-171-1/+1
| | | | Notes: svn path=/head/; revision=517797
* Drop the ipv6 virtual category for m* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514142
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508882
* mail/cyrus-imapd24: remove support for expired mail/drac and pet portlintRene Ladan2019-01-162-38/+3
| | | | Notes: svn path=/head/; revision=490466
* Use https to fetch from cyrusimap.org.Hajimu UMEMOTO2018-10-081-2/+2
| | | | Notes: svn path=/head/; revision=481513
* cyrus-imapd should start after saslauthdHajimu UMEMOTO2018-06-162-2/+2
| | | | | | | | PR: 228996 Submitted by: ohauer Notes: svn path=/head/; revision=472520
* add reload to init scriptHajimu UMEMOTO2018-06-162-1/+2
| | | | | | | | PR: 228992 Submitted by: Johan Bergström <bugs [...] bergstroem.nu> Notes: svn path=/head/; revision=472518
* Fix build with LibreSSL 2.7Hajimu UMEMOTO2018-04-081-2/+2
| | | | | | | | PR: 227167 Submitted by: brnrd Notes: svn path=/head/; revision=466768
* Convert to USES=autoreconf.Tijl Coosemans2017-12-241-1/+1
| | | | Notes: svn path=/head/; revision=457153
* Update to 2.4.20.Hajimu UMEMOTO2017-08-183-39/+5
| | | | Notes: svn path=/head/; revision=448201
* - Update WWWDmitry Marakasov2017-06-151-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=443629
* Fix build with LibreSSL.Hajimu UMEMOTO2017-06-111-0/+11
| | | | | | | PR: 219922 Notes: svn path=/head/; revision=443396
* Bump PORTREVISION for my previous commit which fixesHajimu UMEMOTO2017-05-241-1/+1
| | | | | | | local mail delivery. Notes: svn path=/head/; revision=441605
* Fix delivering the messages into the local mailbox by lmtpd.Hajimu UMEMOTO2017-05-241-0/+34
| | | | | | | | PR: 219494 Obtained from: http://asg.andrew.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=57396 Notes: svn path=/head/; revision=441604
* The AUTOCREATE patch is not applicable for 2.4.19.Hajimu UMEMOTO2017-05-181-0/+1
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=441127
* Update to 2.4.19.Hajimu UMEMOTO2017-05-164-67/+5
| | | | Notes: svn path=/head/; revision=441012
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Add Cyrus IMAP 3.0 series.Hajimu UMEMOTO2017-03-101-1/+2
| | | | | | | | | | | Now, it is the third release candidate from the Cyrus IMAP 3.0 series: 3.0.0-rc3. As a release candidate, it is considered near-stable for production usage. Interfaces, APIs, features, etc are not likely to change between now and the full release. Notes: svn path=/head/; revision=435817
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-172-1/+1
| | | | | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight Notes: svn path=/head/; revision=417041
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Use USES=bdb and USES=mysql.Hajimu UMEMOTO2016-05-121-2/+2
| | | | Notes: svn path=/head/; revision=415058
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Remove needless MURDER_CFLAGS since r38220.Hajimu UMEMOTO2016-04-121-1/+0
| | | | Notes: svn path=/head/; revision=413146
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fix build on 9.Mathieu Arnold2016-03-191-3/+1
| | | | | | | | Pointy hat on: ume Sponsored by: Absolight Notes: svn path=/head/; revision=411395
* - Don't install garbage into DOCSDIR.Hajimu UMEMOTO2016-03-184-51/+21
| | | | | | | - Rework handling of conf files. Notes: svn path=/head/; revision=411341
* Install cyrus.conf and imapd.conf even whenHajimu UMEMOTO2016-03-171-0/+6
| | | | | | | | | EXAMPLES is off. Spotted by: Karl Pielorz <kpielorz_lst__at__tdx.co.uk> Notes: svn path=/head/; revision=411262
* Use gssapi related descriptions in bsd.options.desc.mk.Hajimu UMEMOTO2016-02-261-3/+0
| | | | Notes: svn path=/head/; revision=409581
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-171-2/+2
| | | | | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403913
* Apply upstream patches to fix CVE-2015-8077 and CVE-2015-8078.Hajimu UMEMOTO2015-12-013-1/+64
| | | | | | | | | | Obtained from: https://cyrus.foundation/cyrus-imapd/patch/?id=745e161c834f1eb6d62fc14477f51dae799e1e08, https://cyrus.foundation/cyrus-imapd/patch/?id=6fb6a272171f49c79ba6ab7c6403eb25b39ec1b2 MFH: 2015Q4 Security: d62ec98e-97d8-11e5-8c0e-080027b00c2e Notes: svn path=/head/; revision=402745
* re-enable autosieve option.Hajimu UMEMOTO2015-10-172-2/+13
| | | | | | | | PR: 162185 Submitted by: enzi.sergio Notes: svn path=/head/; revision=399529
* Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398833
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-5/+4
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892