aboutsummaryrefslogtreecommitdiff
path: root/mail/bmf
Commit message (Collapse)AuthorAgeFilesLines
* Allow packaging as a USERBaptiste Daroussin2014-01-091-2/+2
| | | | Notes: svn path=/head/; revision=339301
* - Attempt to fix build on systems without gcc (error was:Matthias Andree2014-01-034-11/+25
| | | | | | | | - Stageify. - No longer silence post-* targets. Notes: svn path=/head/; revision=338512
* 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
* Convert to new OPTIONS framework.Adam Weinberger2012-08-261-25/+20
| | | | | | | | | In the process, this also fixes BDB support, and actually enables MYSQL support, which as far as I can tell was never actually enabled in the 9 years this port has been in the tree. Notes: svn path=/head/; revision=303188
* Fix build error with clang.Vanilla I. Shu2011-09-281-3/+8
| | | | Notes: svn path=/head/; revision=282556
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - 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
* Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.Mark Linimon2006-12-131-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=179668
* Pet portlint.Kirill Ponomarev2006-03-252-3/+3
| | | | Notes: svn path=/head/; revision=158127
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Fix typo in conditional.Volker Stolz2004-06-081-1/+1
| | | | | | | | | PR: ports/65415 Submitted by: Jos Backus Approved by: maintainer-silence Notes: svn path=/head/; revision=111093
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* By default, bmf should use the system's db library and not bdb3. Not bumpingSean Chittenden2003-04-131-1/+1
| | | | | | | | portversion because I don't know if .db files are compatible from one lib to the next (I suspect they're not). Notes: svn path=/head/; revision=78908
* Fix bmf to work correctly with db3, db4, and db41.Sean Chittenden2003-04-042-0/+21
| | | | | | | Noticed by: Keltia on IRC Notes: svn path=/head/; revision=78226
* Fix type-o in pkg-messageSean Chittenden2003-03-251-1/+1
| | | | | | | Submitted by: Jos Backus <jos@catnook.com> Notes: svn path=/head/; revision=77425
* Add bmf: a fast (fastest filter I know of) Bayesian Mail Filter (adaptiveSean Chittenden2003-03-246-0/+136
spam filter && has hooks for mutt!). Works well with maildrop, procmail, and can be integrated with all known mailing list software. Notes: svn path=/head/; revision=77349