aboutsummaryrefslogtreecommitdiff
path: root/mail/libvmime
Commit message (Collapse)AuthorAgeFilesLines
* Chase deps shlib version after updating security/gsaslKirill Ponomarev2009-12-151-2/+2
| | | | Notes: svn path=/head/; revision=245910
* - Fix a possible segfault in stringUtils::countASCIIchars()Xin LI2009-12-083-1/+23
| | | | | | | | | | - Fix body contents not generating bug caused by stream::reset() won't reset EOF condition. Obtained from: vmime svn Notes: svn path=/head/; revision=245421
* - 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
* Chase for latest GNUtls's removal of libgnutls-config.Xin LI2009-08-192-8/+18
| | | | Notes: svn path=/head/; revision=239980
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-2/+2
| | | | Notes: svn path=/head/; revision=239670
* Mark MAKE_JOBS_SAFE wherever makes sense.Xin LI2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231084
* Chase libs for previous security/gsasl update.Kirill Ponomarev2009-02-061-2/+2
| | | | Notes: svn path=/head/; revision=227709
* Mark as broken on sparc64: does not compile.Mark Linimon2009-02-031-1/+7
| | | | Notes: svn path=/head/; revision=227507
* Derive CXXFLAG from CFLAG explicitly. Without this, user supplied CXXFLAGXin LI2008-11-241-1/+3
| | | | | | | | | could cause compile fail due to the lack of -I${LOCALDIR} Reported/tested by: Andrei V. Lavreniyuk <andy.lavr reactor-xg kiev.ua> Notes: svn path=/head/; revision=223320
* Update to 0.9.0Xin LI2008-11-164-24/+19
| | | | Notes: svn path=/head/; revision=222942
* - Update to version 0.2.28Kirill Ponomarev2008-08-261-2/+2
| | | | | | | | | | - Bump sh lib version on depending ports PR: ports/126857 Submitted by: mm@FreeBSD.org Notes: svn path=/head/; revision=219242
* This port is not broken, it does not compile due to the corrupted headerXin LI2008-07-301-2/+0
| | | | | | | installed by gnutls, which is now fixed. Notes: svn path=/head/; revision=217839
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Mark BROKEN: does not compile with gnutls-2.4.xPav Lucistnik2008-07-231-0/+2
| | | | Notes: svn path=/head/; revision=217329
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Remove GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED after GNUTLS upgradXin LI2008-03-051-0/+10
| | | | | | | | | in order to fix build. Reporteed by: pointyhat via pav Notes: svn path=/head/; revision=208480
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-2/+2
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=208375
* - Define _GLIBCXX__PTHREADS as a workaround for our gcc's gthr.h,Xin LI2008-02-182-4/+63
| | | | | | | | | | | which defines _GLIBCXX_GTHREAD_USE_WEAK and causes compilation to fail for no good reason. - Respect users' CFLAGS setting. - Use MASTER_SITE=SF. - Bump PORTREVISION. Notes: svn path=/head/; revision=207493
* Now we have a usable gnutls version that can be used with libvmime,Xin LI2007-12-141-6/+2
| | | | | | | so enable it in build. Notes: svn path=/head/; revision=203656
* Chase libver after security/gsasl update.Kirill Ponomarev2007-09-051-2/+2
| | | | Notes: svn path=/head/; revision=198835
* Chase increase of security/gsasl shlib version.Kirill Ponomarev2007-06-011-1/+2
| | | | Notes: svn path=/head/; revision=192513
* Upate to 0.81Xin LI2007-01-053-7/+16
| | | | Notes: svn path=/head/; revision=181458
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 0.8.0Marcus Alves Grando2005-11-185-99/+95
| | | | | | | | | | Add SHA256 PR: 89217 Submitted by: delphij (maintainer) Notes: svn path=/head/; revision=148722
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* New portMarcus Alves Grando2005-09-206-0/+231
"libvmime is a MIME manipulation library." PR: ports/86300 Submitted by: Xin LI <delphij@freebsd.org> Approved by: pav (mentor) Notes: svn path=/head/; revision=143205