| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/84301
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> (maintainer)
Misc. kudos: Jens Holmqvist <zparta@hispan.se>
Elliot Finley <efinley@efinley.com>
Alexandr Smirnov <phpclub@rambler.ru>
Notes:
svn path=/head/; revision=140474
|
|
|
|
|
|
|
|
|
|
| |
files. This one was tricky to find since it was hidden behind the %B
variable.
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=135673
|
|
|
|
|
|
|
|
| |
PR: ports/80443
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Notes:
svn path=/head/; revision=134679
|
|
|
|
|
|
|
|
| |
PR: ports/78418
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Notes:
svn path=/head/; revision=130497
|
|
|
|
|
|
|
|
| |
PR: 77807
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Notes:
svn path=/head/; revision=129714
|
|
|
|
|
|
|
| |
Noticed by: pointyhat/kris
Notes:
svn path=/head/; revision=126900
|
|
|
|
|
|
|
| |
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Notes:
svn path=/head/; revision=126459
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
................
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>
Notes:
svn path=/head/; revision=126208
|
|
|
|
|
|
|
|
| |
PR: ports/74429
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Notes:
svn path=/head/; revision=122637
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 1st release of this port after repository copy
- Plus one port dependency fix from me, if "WITH_APACHE2=yes" is set.
To prevent overinstallation of apache2, although its already present.
Am using sbin/apachectl now as trigger instead of httpd.conf,
which has different pathnames in apache/apache2,
- PR will be closed by me
PR: 68358
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Reviewed by: Andreas Klemm <andreas@FreeBSD.org>
Notes:
svn path=/head/; revision=115478
|
|
|
|
|
|
|
|
| |
Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro>
Approved by: maintainer
Notes:
svn path=/head/; revision=113069
|
|
|
|
|
|
|
|
| |
PR: ports/68625
Submitted by: Rob Evers <rob@debank.tv> (maintainer)
Notes:
svn path=/head/; revision=112904
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a lot of new OPTIONS
- Fix plist for MySQL option
- Make userdir configurable
- Make signature life configurable
- Add patch to fix delivering to LDA
PR: ports/65384, ports/66199
Submitted by: Rob Evers <rob@debank.tv> (maintainer)
Ion-Mihai Tetcu, Andreas Klemm
Notes:
svn path=/head/; revision=108392
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Silence configure warning
- Add SIZE to distinfo
- Move MySQL scripts into EXAMPLESDIR
PR: ports/62108 [1]
Submitted by: maintainer [1]
Notes:
svn path=/head/; revision=99638
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add ENABLE_SPAM_DELIVERY knob
Make dspam play with qmail
Install MySQL documentation
Install a dummy mysql.data file
PR: 61089
Submitted by: Mark Daniel Reidel <mark@reidel.info>
Reviewed by: Rob Evers <rob@debank.tv>
Notes:
svn path=/head/; revision=97732
|
|
|
|
|
|
|
|
| |
PR: 60509
Submitted by: Rob Evers <rob@debank.tv> (maintainer)
Notes:
svn path=/head/; revision=96456
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add new knobs: WITH_MYSQL, WITH_MAILDROP, WITH_PROCMAIL
While I'm here:
- Reset maintainer to ports@FreeBSD.org - Dominic Marks released
maintainership of his ports on 2003-09-16 (see ports/56935)
PR: 60138
Submitted by: Rob Evers <rob@debank.tv>
Notes:
svn path=/head/; revision=95606
|
|
|
|
|
|
|
|
|
|
| |
PR: 59697
Submitted by: leeym
Reviewed by: sergei
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=95402
|
|
|
|
|
|
|
|
| |
PR: ports/57144
Submitted By: Marius Strom <marius@marius.org>
Notes:
svn path=/head/; revision=90179
|
|
PR: 55222
Submitted by: Dominic Marks <dom@wirespeed.org.uk>
Notes:
svn path=/head/; revision=86277
|