summaryrefslogtreecommitdiff
path: root/mail/isync (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mail/isync: Update deprecated CPE informationBernhard Froehlich2021-12-211-1/+1
| | | | Approved by: portmgr (blanket)
* mail/isync: Update to 1.4.4Emanuel Haupt2021-12-052-6/+6
|
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-7/+1
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* mail/isync: Update to 1.4.3Emanuel Haupt2021-07-312-4/+4
|
* mail/isync: Update to 1.4.2Emanuel Haupt2021-06-082-4/+4
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail/isync: Update to 1.4.1Emanuel Haupt2021-02-232-4/+4
|
* - Update to 1.4.0Emanuel Haupt2021-02-053-14/+13
| | | | - Remove superfluous patch instructions
* Update to 1.3.3Emanuel Haupt2020-08-082-4/+4
|
* Update to 1.3.2Emanuel Haupt2020-07-102-4/+4
|
* Prepare for powerpc-on-clang by deleting hard-coded tests for architectureMark Linimon2019-07-251-2/+2
| | | | | | | | | | | | | | as a stand-in for "are we running on gcc". In some cases we only need to specifically test for "are we on the ancient base gcc", e.g, the usage of 'pragma'. While here, in some cases turn off SSE functions more specifically based on ARCH, and turn off -mtune=generic everywhere. These are part of a larger work in progress; these commits are for ports that would have been touched by the the powerpc-on-clang test regardless. Approved by: portmgr (tier-2 blanket)
* Update to 1.3.1Emanuel Haupt2019-05-294-45/+4
|
* Provide an upstream patch that fixes an issue with duplication loops when usingEmanuel Haupt2019-03-192-1/+21
| | | | | | | davmail and moving mails around in folders. PR: 236635 Submitted by: sascha@root-login.org
* pragrma directive is not supported by base GCC. Remove it to fix build withEmanuel Haupt2018-10-221-5/+6
| | | | | | | mips, mips64, powerpc64. PR: 232514 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* - Fix build with openssl 1.1.1 / unbreak on 12.0-ALPHA9 [1]Emanuel Haupt2018-10-162-2/+16
| | | | | | | | | | | - Merge a patch from upstream as some providers seem to require SNI when TLSv1.3 is used - Pacify portlint PR: 231776 Submitted by: Sascha Holzleiter <sascha@root-login.org> Notified by: pkg-fallout [1] MFH: 2018Q4 (blanket)
* Fix error messages on tier-2 archs.Mark Linimon2018-09-261-3/+3
| | | | Approved by: portmgr (tier-2 blanket)
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-0/+2
| | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Mark ports broken on powerpc64, categories g-n.Mark Linimon2018-06-181-0/+2
| | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
* Update to 1.3.0Emanuel Haupt2017-10-023-6/+7
| | | | | PR: 222720 Submitted by: seschwar@gmail.com
* Fix build with libresslEmanuel Haupt2017-08-141-0/+11
| | | | | PR: 221498 Submitted by: pkubaj@anongoth.pl
* Update to 1.2.2Emanuel Haupt2017-08-132-4/+4
|
* USE_BDB cleanup.Mathieu Arnold2016-08-081-3/+1
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Use @sample for configuration files.Emanuel Haupt2016-02-092-12/+11
| | | | | | | - Remove PORTDOCS because it is empty. - Use --with-ssl to set CPPFLAGS and LDFLAGS. Submitted by: hrs
* Update to 1.2.1Emanuel Haupt2015-12-092-3/+3
|
* - Add CPE infoDmitry Marakasov2015-05-041-1/+2
| | | | Approved by: portmgr blanket
* Update to 1.2.0Emanuel Haupt2015-04-042-3/+3
|
* Update to 1.1.2Emanuel Haupt2015-01-192-4/+3
|
* Add USES=alias to several portsJohn Marino2014-10-201-0/+1
| | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
* Remove @dirrm, @dirrmtryEmanuel Haupt2014-10-081-2/+0
|
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* Update to 1.1.1Emanuel Haupt2014-06-135-41/+3
|
* - Update to 1.1.0Emanuel Haupt2014-03-106-11/+54
| | | | | | - Move to BDB 46+ Patches provided by: gahr
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forEmanuel Haupt2014-02-131-2/+0
| | | | | | afterwards. Encouraged by: mat
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-2/+0
| | | | any install target.
* Make portscout skip version 1.1.0. This version does not compile.Emanuel Haupt2014-02-021-0/+3
|
* Support staging.Emanuel Haupt2013-10-261-5/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | mail)
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
|
* Update to 1.0.6Emanuel Haupt2013-02-222-3/+3
|
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-6/+6
| | | | | - Pacify portlint - Convert header
* Update to 1.0.5Emanuel Haupt2012-05-232-3/+3
|
* Pacify portlintEmanuel Haupt2011-12-271-2/+2
| | | | Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+2
| | | | Feature safe: yes
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | starting with M
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
|
* Update to 1.0.4Emanuel Haupt2008-02-263-24/+4
|