Date: Wed, 12 Jan 2005 07:28:34 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/dspam-devel Makefile distinfo pkg-message pkg-plist ports/mail/dspam-devel/files UPDATING dspam.rc patch-src_dspam.conf.in Message-ID: <200501120728.j0C7SYXo047990@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2005-01-12 07:28:34 UTC FreeBSD ports repository Modified files: mail/dspam-devel Makefile distinfo pkg-message pkg-plist mail/dspam-devel/files UPDATING Added files: mail/dspam-devel/files dspam.rc patch-src_dspam.conf.in Log: mail-dspam-devel: corect deinstall, package, describe; update; bugfixes; ................ After private debuging, the 25th night spent on-line with the author and two minor versions all to make it work on FreeBSD like it should, discovering some other bugs in proccess, TA DA ! bring in the compleate daemonized version and adjust it for package building dspam-devel-3.3.4 (newer versions sigbus - threads problem) The daemon mode seems to be working now, so the port act like it should: - if enabled with WITH_DEAMON we install the rc script; to start it at boot put 'dspam_enable="YES"' in /etc/rc.conf and set the appropriate options in dspam.conf - read section "2.3 Client/Server Mode" from dspam README to learn how to use dspam in daemon mode - a simple portupgrade from previous versions will work with no problems with your current setup, even if compiled with WITH_DEAMON (default) - change default DB back-end to MySQL to make daemon mode work for package building - add MySQL v5.0.x support -- MYSQL50 [1] - USE_MYSQL and have make describe output right - change of name: SQLITE --> SQLITE2, as we now have sqlite3 support - add Sqlite v3.x support -- SQLITE3 - add BNR_DEBUG option - drop QUARANTINE_AGENT as is not supported by ./configure anymore and set in dspam.conf UntrustedDeliveryAgent and QuarantineAgent to default to TrustedDeliveryAgent, but leave them commented out [2] - add support for exim [4] which we build with the same database back-end as dspam if possible - fix PREF_EXT and BDB4 cases as well in our Makefile - change default DSPAM_HOME_MODE to 0770, it's a directory, you know ;) [3] - DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP} - default maximum message size to 300KB in dspam.conf - correct long-standing copy/paste bug (DSPAM_{GROUP,MODE} were set to DSPAM_HOME_{GROUP,MODE}) - Makefile clean-ups - fix deinstall to delete dspam.conf if it hasn't been customized, as requested by kris@ with "Ports Janitor" hat :) and save the net and myself some bugging mails [1] based on ports/74761 by Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> [2] based on ports/75548 by Julien Gabel <jpeg@thilelli.net> [3] based on ports/75549 by Julien Gabel <jpeg@thilelli.net> [4] suggested, incorrectly, in ports/74762 by Shahbaz Javeed <sjaveed@adderpit.com> Note to committer: all those PR are closed. PR: ports/75647 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Revision Changes Path 1.27 +179 -195 ports/mail/dspam-devel/Makefile 1.13 +2 -2 ports/mail/dspam-devel/distinfo 1.3 +51 -4 ports/mail/dspam-devel/files/UPDATING 1.1 +41 -0 ports/mail/dspam-devel/files/dspam.rc (new) 1.1 +55 -0 ports/mail/dspam-devel/files/patch-src_dspam.conf.in (new) 1.9 +10 -20 ports/mail/dspam-devel/pkg-message 1.13 +3 -0 ports/mail/dspam-devel/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501120728.j0C7SYXo047990>