aboutsummaryrefslogtreecommitdiff
path: root/mail/isync
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail/isync: Update to 1.4.1Emanuel Haupt2021-02-232-4/+4
| | | | Notes: svn path=/head/; revision=566383
* - Update to 1.4.0Emanuel Haupt2021-02-053-14/+13
| | | | | | | - Remove superfluous patch instructions Notes: svn path=/head/; revision=564091
* Update to 1.3.3Emanuel Haupt2020-08-082-4/+4
| | | | Notes: svn path=/head/; revision=544500
* Update to 1.3.2Emanuel Haupt2020-07-102-4/+4
| | | | Notes: svn path=/head/; revision=541881
* 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) Notes: svn path=/head/; revision=507308
* Update to 1.3.1Emanuel Haupt2019-05-294-45/+4
| | | | Notes: svn path=/head/; revision=502950
* 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 Notes: svn path=/head/; revision=496289
* 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> Notes: svn path=/head/; revision=482733
* - 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) Notes: svn path=/head/; revision=482205
* Fix error messages on tier-2 archs.Mark Linimon2018-09-261-3/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480737
* 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) Notes: svn path=/head/; revision=473699
* 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) Notes: svn path=/head/; revision=472693
* Update to 1.3.0Emanuel Haupt2017-10-023-6/+7
| | | | | | | | PR: 222720 Submitted by: seschwar@gmail.com Notes: svn path=/head/; revision=451068
* Fix build with libresslEmanuel Haupt2017-08-141-0/+11
| | | | | | | | PR: 221498 Submitted by: pkubaj@anongoth.pl Notes: svn path=/head/; revision=447924
* Update to 1.2.2Emanuel Haupt2017-08-132-4/+4
| | | | Notes: svn path=/head/; revision=447913
* 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 Notes: svn path=/head/; revision=419843
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - 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 Notes: svn path=/head/; revision=408540
* Update to 1.2.1Emanuel Haupt2015-12-092-3/+3
| | | | Notes: svn path=/head/; revision=403372
* - Add CPE infoDmitry Marakasov2015-05-041-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=385372
* Update to 1.2.0Emanuel Haupt2015-04-042-3/+3
| | | | Notes: svn path=/head/; revision=383228
* Update to 1.1.2Emanuel Haupt2015-01-192-4/+3
| | | | Notes: svn path=/head/; revision=377422
* 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) Notes: svn path=/head/; revision=371248
* Remove @dirrm, @dirrmtryEmanuel Haupt2014-10-081-2/+0
| | | | Notes: svn path=/head/; revision=370444
* 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) Notes: svn path=/head/; revision=365599
* Update to 1.1.1Emanuel Haupt2014-06-135-41/+3
| | | | Notes: svn path=/head/; revision=357668
* - Update to 1.1.0Emanuel Haupt2014-03-106-11/+54
| | | | | | | | | - Move to BDB 46+ Patches provided by: gahr Notes: svn path=/head/; revision=347781
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forEmanuel Haupt2014-02-131-2/+0
| | | | | | | | | afterwards. Encouraged by: mat Notes: svn path=/head/; revision=344061
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-2/+0
| | | | | | | any install target. Notes: svn path=/head/; revision=343977
* Make portscout skip version 1.1.0. This version does not compile.Emanuel Haupt2014-02-021-0/+3
| | | | Notes: svn path=/head/; revision=342313
* Support staging.Emanuel Haupt2013-10-261-5/+4
| | | | Notes: svn path=/head/; revision=331656
* 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
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* Update to 1.0.6Emanuel Haupt2013-02-222-3/+3
| | | | Notes: svn path=/head/; revision=312768
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-6/+6
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* Update to 1.0.5Emanuel Haupt2012-05-232-3/+3
| | | | Notes: svn path=/head/; revision=297276
* Pacify portlintEmanuel Haupt2011-12-271-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=288109
* - 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 Notes: svn path=/head/; revision=282282
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268229
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* 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) Notes: svn path=/head/; revision=218938
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* Update to 1.0.4Emanuel Haupt2008-02-263-24/+4
| | | | Notes: svn path=/head/; revision=207935
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 1.0.3Emanuel Haupt2006-12-273-15/+28
| | | | | | | - Take maintainer-ship Notes: svn path=/head/; revision=180884
* - Update to 1.0.2Pav Lucistnik2006-04-292-9/+7
| | | | | | | | | | - Use USE_BDB PR: ports/96523 Submitted by: Aleksander Fafula <alex@BSDGUru.org> Notes: svn path=/head/; revision=160847
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* - Update to 1.0.1.Florent Thoumie2005-04-153-9/+32
| | | | | | | | PR: ports/79975 Submitted by: Ports Fury Notes: svn path=/head/; revision=133439