aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam-devel
Commit message (Collapse)AuthorAgeFilesLines
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-4/+4
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300267
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-1/+1
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+2
| | | | Notes: svn path=/head/; revision=280086
* Update to 3.10.1, which fixes MySQL queries problems introduced in 3.10.0Ion-Mihai Tetcu2011-08-183-3/+10
| | | | | | | MFC after: 5 days Notes: svn path=/head/; revision=279945
* Fix the fixIon-Mihai Tetcu2011-08-041-1/+1
| | | | Notes: svn path=/head/; revision=278921
* Fix port after I moved '-devel' to PKGNAMESUFFIX.Ion-Mihai Tetcu2011-08-041-4/+4
| | | | | | | Reported by: bapt@ Notes: svn path=/head/; revision=278920
* Update to the official 3.10.0 releaseIon-Mihai Tetcu2011-08-043-8/+13
| | | | | | | MFC: 1 day Notes: svn path=/head/; revision=278908
* Update to 3.10.0 rc1, which is pretty much the upcoming 3.10.0 release,Ion-Mihai Tetcu2011-08-018-184/+271
| | | | | | | | | so unIGNORE. Adjust the port to be closer to mail/dspam. Notes: svn path=/head/; revision=278702
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-2/+2
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Chase clamav's lib bumpRenato Botelho2010-04-061-1/+1
| | | | Notes: svn path=/head/; revision=252318
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Mark ignore until we get out a new devel release.Ion-Mihai Tetcu2010-01-191-0/+2
| | | | Notes: svn path=/head/; revision=248162
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Bump necessary PORTREVISIONS and fix some ports to new clamav APIRenato Botelho2009-03-271-1/+1
| | | | Notes: svn path=/head/; revision=231108
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]Renato Botelho2008-09-151-1/+1
| | | | | | | | | | | | | | - Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav) Notes: svn path=/head/; revision=220390
* 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
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Builds on 7.x and upPav Lucistnik2008-07-071-4/+0
| | | | Notes: svn path=/head/; revision=216500
* 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 unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Adjust MASTER_SITES to an other server of mineIon-Mihai Tetcu2008-03-251-4/+2
| | | | Notes: svn path=/head/; revision=209757
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Update to 3.8.0Ion-Mihai Tetcu2007-04-134-8/+25
| | | | | | | | | | | | | | | | | | - Official "stable" release - fixed message corruption problems with direct delivery (when using direct delivery (e.g. DeliveryHost), certain servers require a linefeed after carriage return otherwise the message will become malformatted). - added a patch to fix CRLF pairs that are not correctly stripped out when saving the message to the quarantine mbox file; useful if using LMTP or SMTP (as opposed to running the client directly from a delivery script), *AND* you are using the quarantine feature [1] I'm interested if anything breaks in the WebUI if you're not using either SMTP or LMTP. [1] patch from John Peacock <jpeacock@rowman.com> http://mailing-list.nuclearelephant.com/6023.html Notes: svn path=/head/; revision=189930
* - Update clamav to 0.90.1Renato Botelho2007-03-131-1/+1
| | | | | | | | | - Use -lthr to build clamav since it has problems with libpthread - Bump PORTREVISION of dependant ports, libclamav version was bumped - Fix clamcour to build with clamav-0.90.x using patch sent by maintainer Notes: svn path=/head/; revision=187337
* Bump PORTEPOCH :( to fix the ersion number going backwards.Ion-Mihai Tetcu2006-12-172-1/+4
| | | | | | | | Submitted by: erwin's automated check Pointyhat by: itetcu (me) Notes: svn path=/head/; revision=180000
* Don't put _1 in PORTVERSION but use PORTREVISION intead. UNbreak.Ion-Mihai Tetcu2006-12-161-1/+2
| | | | | | | Submitted by: Paul Buetow Notes: svn path=/head/; revision=179976
* - added safecat as LDA [1]Ion-Mihai Tetcu2006-11-122-6/+27
| | | | | | | | | | | | - give user the possibility to configure where dspam.conf is [1] - bump PORTVERSION for OPTIONS chage for [1] - display UPDATING entry smarter [2] Submitted by: Emil Isberg <emil@pyttemjuk.se> [1] Phil Pennock <pdp@spodhuis.demon.nl> [2] (suggestion by vd@) Notes: svn path=/head/; revision=177107
* Fix copy/paste from mail/dspam typo.Ion-Mihai Tetcu2006-10-101-1/+1
| | | | Notes: svn path=/head/; revision=175195
* Update to 3.6.8 20061010.1118 cvs snap:Ion-Mihai Tetcu2006-10-105-39/+59
| | | | | | | | | | | | | | | | | | | | | | | | | Mark BROKEN on HEAD because it fails to configure with PGSQL, a fix it's on the way, but I want to update the port for 6.2 release and the freeze it's comming. Port changes: - fix longtime standing bug regarding CLAMAV: if "WITHOUT_CLAMAV_LOCAL=true" clamav support wasn't compiled in - added Cyrus's 2.3 deliver as LDA OPTION Change features: - removed oracle driver (unmaintained, didn't work on FreeBSD anyway) New features: - ability to add tagline to messages based on their classification; see tagSpam and tagNonspam preferences in README Bug fixes: - fixed bugs from last release causing pgsql to fail on connection + other fixes - bugfix for segfault on mysql fail and null strlen calls for username Notes: svn path=/head/; revision=175193
* Update to a new CVS HEAD snapshot. Please note that, among other changes, thisIon-Mihai Tetcu2006-06-057-64/+45
| | | | | | | | | | | | update breaks Dspam API/ABI. Also this is different from upcomming 3.6.7 update for mail/dspam, which will be only a bug-fix release. Dropped (very) old sql migration scripts. Approved by: lawrance (mentor, implicit) Notes: svn path=/head/; revision=164402
* Update to 3.6.6 (stable) release.Ion-Mihai Tetcu2006-05-154-24/+20
| | | | | | | | | | | | | | (At this moment it should be indentical to mail/dspam.) Removed features: - Phased out deprecated Berkeley DB drivers Bugfixes: - when using logfile, write errors result in segfault Approved by: lawrance (mentor) Notes: svn path=/head/; revision=162387
* - Update to a new snap and fix a bug in it so that it builds pgsql driver.Ion-Mihai Tetcu2006-05-135-19/+35
| | | | | | | | | | | | | | | | | | | | - fix OPTIONS version check - fix rc.d script for dspam_debug enebled - mirror DISTFILES on MASTER_SITE_LOCAL also New feature: - Fallback domains (see 2.6 in README) Bug fixes: - trainPristine preference turned "off" now overrides config turned "on" - segfault fix for when correcting messages using UIDInSignature Removed features: - dspam_corpus (replaced by newer dspam_train) - dspam_genaliases (replaced by parse-to-headers, virtual users, etc) Approved by: lawrance (mentor) Notes: svn path=/head/; revision=162235
* - Fix typo in MIN_OPTIONS_VERPav Lucistnik2006-05-014-22/+36
| | | | | | | | | | - Update rc script PR: ports/96542 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=161073
* Update to 3.6.5 stable release, identical to our previous snap.Erwin Lansing2006-04-255-8/+13
| | | | | | | | PR: 96319 Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=160447
* Sync with CVS in preparation to 3.6.5 release.Cheng-Lung Sung2006-04-244-37/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug-fixes: - invalid read/segfault (dspam.c) - segfault on problems establishing connectivity to clamav (dspam.c) - segfault on NULL username (mysql_drv.c) - bug causing writing of flat-file preferences to fail (pref.c) - fragment file overwritten on retrain (cgi) - corrects the output of "dspam_admin aggr pref" (tools/dspam_admin.c) - prevent quarantining of message when delivering summary WebUI: a lot of fixes and improvements PostgeSQL: improvements to purge scripts and object creation script Port changes: ------------------ Add MySQL 5.1 as backend. Default MySQL version is now 5.0 Optionally depend on LightHTTPD instead of Apache if WITH_CGI=on Fix OPTIONS handling for INDEX (describe); this is a long standing bug and a *big* pontyhat for me; it affected _only_ dependecies recorded in INDEX _if_ OPTIONS were not set (like for package building); however, the package itself was always built right, dependecies recorded OK, etc. Add SCE-tindy as MASTER_SITE, much faster site that my other server. PR: ports/96159 Submitted by: maintainer (Ion-Mihai "IOnut" Tetcu) Notes: svn path=/head/; revision=160331
* - Update to 3.6.4.20060315.1518Renato Botelho2006-03-154-9/+41
| | | | | | | | PR: ports/94501 Submitted by: maintainer Notes: svn path=/head/; revision=157347
* Unbreak after mega-libtool-commit: put the new PKGNAME in files/UPDATING.Renato Botelho2006-02-273-3/+11
| | | | | | | | | PR: ports/93847 Submitted by: maintainer Approved by: portmgr (linimon) Notes: svn path=/head/; revision=156863
* Conversion to a single libtool environment.Ade Lovett2006-02-232-5/+10
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Tarball was rerolled -- Add a missed html file:Renato Botelho2006-02-172-3/+4
| | | | | | | | | %%CGI%%www/vhosts/dspam/templates/nav_fragment.html Noticed by: maintainer via IRC Notes: svn path=/head/; revision=156220
* Update to 3.6.4.Sam Lawrance2006-02-144-7/+16
| | | | | | | | | | | | - dspam_train: support for training using an index file to define the order of ham/spam - dspam_stats: OR --> OCA PR: ports/93278 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=156002
* Update to 3.6.3 20060211.0037 cvs snap.Sam Lawrance2006-02-124-7/+18
| | | | | | | | PR: ports/93173 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=155805
* Update to 3.6.3 20060208.1807 cvs snap. [1]Renato Botelho2006-02-104-50/+31
| | | | | | | | | | | | | | Rewrite minimum OPTIONS version check, the old way was broken if the OPTIONS where set in /var/db/ports/PORTNAME/options. Drop old knobs check, hard to maintain and conflicting with KNOBS. [1] beginning with this update the SNAP_DATE is UTC instead of EST (GMT+2). PR: ports/93067 Submitted by: maintainer Notes: svn path=/head/; revision=155665
* o Update to 3.6.3 20060203.1409 cvs snap.Renato Botelho2006-02-066-74/+73
| | | | | | | | | | | | | | | | | | o Drop NEURAL_NET (removed upstream) and TRAIN_SCRIPT (now always installed and depend on PERL5 for it). o Add an other check for old (unsupported) options. o Some Makefile clean-ups. o Fix spelling in pkg-message [1] o s/pkg_version/${PKG_VERSION}/ o Fix removal of EXAMPLESDIR on pkg-plist [2] PR: ports/92774 Submitted by: maintainer, garga [2] Obtained from: edwin [1] Approved by: maintainer [2] Notes: svn path=/head/; revision=155328