notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/annoyance-filter/files/patch-Makefile.in

Number of commits found: 3

Thursday, 17 Aug 2017
21:59 rakuco search for other commits by this committer
Explicitly pass -std=gnu++03 to the compiler.

This fixes the build with GCC 6, which defaults to -std=gnu++14. The port's
code does not work with C++11 or later.

Fixing it also requires adjusting Makefile.in so that invoking the C++ compiler
uses CXXFLAGS, not CFLAGS.

PR:		219275
Original commitRevision:448199 
Tuesday, 5 Apr 2016
16:27 amdmi3 search for other commits by this committer
- Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
Original commitRevision:412568 
Friday, 2 Jan 2004
00:31 sergei search for other commits by this committer
Add annoyance-filter 1.0b, Adaptive Bayesian Junk Mail Filter.

annoyance-filter uses Bayesian statistics to determine the probability
an E-mail message is junk based on an analysis of its contents compared
to collections of known junk and legitimate E-mail.

Suggested by:   phk
Original commit

Number of commits found: 3