aboutsummaryrefslogtreecommitdiff
path: root/mail/mailsync
Commit message (Collapse)AuthorAgeFilesLines
* mail/mailsync: Fix build with Clang 6.0.0Fukang Chen2018-05-315-102/+116
| | | | | | | | | | | | | | | | | | | | | exit function declared in autoconf 2.59 configure scripts conflicts with Clang 6 because stdlib.h declares it with an attribute for C++11 or later. This is fixed in later versions of autoconf 2.60. - Add USES=autoreconf to regenerate configure, new version of autoconf no longer declares the exit function. [1] - Merge the changes from files/patch-configure and post-patch taget into acinclude/ac_with_{cclient,openssl}.m4 [1] http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=a71c24a704ec0570ba99be909fffbc044d50908b Reviewed by: koobs, mat Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D15532 MFH: 2018Q2 Notes: svn path=/head/; revision=471197
* mail/mailsync: support building with any SSL baseJohn Marino2016-09-101-3/+7
| | | | Notes: svn path=/head/; revision=421737
* 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
* - Add LICENSEDmitry Marakasov2016-03-293-14/+19
| | | | | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` - Don't install COPYING Notes: svn path=/head/; revision=412083
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373086
* - Support stagingEmanuel Haupt2014-03-172-16/+13
| | | | | | | | | | - USES -> gmake - New LIB_DEPENDS definition - Define EXAMPLES option - Define DOCS option Notes: svn path=/head/; revision=348458
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326658
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - respect NOPORTEXAMPLES and fix plistIon-Mihai Tetcu2008-06-292-5/+6
| | | | | | | | | | - use SF macro - bump PORTREVISION Prompted by: QA Tindy run Notes: svn path=/head/; revision=215982
* Remove patchfiles which were obsoleted by the new updates toEdwin Groothuis2007-10-012-12/+1
| | | | | | | mail/cclient. Notes: svn path=/head/; revision=200567
* Chase mail/cclient shared library version bump.Edwin Groothuis2007-09-303-5/+19
| | | | | | | | | | | Several patches were needed due to the removal of include/c-client/linkage.c in favour of include/c-client/linkage.h. PR: ports/114833 Submitted by: "Pedro J. Lobo" <pjlobo@sec.upm.es> Notes: svn path=/head/; revision=200423
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* - Overhaul the port, unbreak, undeprecatePav Lucistnik2005-08-122-24/+97
| | | | | | | | | - Drop maintainership (see ports/84011) Approved by: portmgr (erwin) Notes: svn path=/head/; revision=140856
* This port is scheduled for deletion on 2005-09-22 if it is still brokenKris Kennaway2005-07-231-0/+2
| | | | | | | at that time and no PRs have been submitted to fix it. Notes: svn path=/head/; revision=139936
* BROKEN: Configure failsKris Kennaway2005-04-301-0/+2
| | | | Notes: svn path=/head/; revision=134374
* - Update to 5.2.1Sergey Matveychuk2005-04-165-81/+45
| | | | | | | | PR: ports/78241 Submitted by: maintainer Notes: svn path=/head/; revision=133493
* - Unset USE_GCC=2.95 and add patch to fix build with gcc 3.xPav Lucistnik2004-07-144-10/+18
| | | | | | | | | | | - Respect CFLAGS - Portlint PR: ports/69022 Submitted by: Andrey Slusar <vasallia@ukr.net> Notes: svn path=/head/; revision=113658
* - SIZE'ifyKirill Ponomarev2004-03-231-0/+1
| | | | | | | | PR: ports/64609 Submitted by: maintainer Notes: svn path=/head/; revision=105026
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* The __WORD_BIT constant in GCC's stl_bvector.h caused a namespaceTrevor Johnson2003-12-041-7/+1
| | | | | | | conflict which kept the mailsync port from compiling. Resolve it. Notes: svn path=/head/; revision=94877
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81208
* Add mailsync 4.4.4, mailsync is a way of keeping a collection of mailboxesOliver Braun2003-02-276-0/+108
synchronized. PR: ports/48601 Submitted by: Maxim Tulyuk <mt@primats.org.ua> Notes: svn path=/head/; revision=76590