Commit graph

29 commits

Author SHA1 Message Date
Norikatsu Shigemura
4c5a1f12c3 Fix sqlite docs installation and package building.
PR:		ports/75518
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Reported by:	pointyhat via kris
2004-12-27 01:01:17 +00:00
Norikatsu Shigemura
add78df5ce Update to 20041218.2100.
o Fix deinstall to delete dspam.conf if it hasn't been
  cutomized. [1]
o Change of name: SQLITE --> SQLITE2, as the -devel port
  already have sqlite3 support.
o Correct long-standing copy/paste bug DSPAM_{GROUPD,MODE}
  where set to DSPAM_HOME_{GROUP,MODE}.
o Fix COMMENT

PR:		ports/75491
Submitted by:	on-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Pointed out by:	kris [1]
2004-12-25 12:41:20 +00:00
Kirill Ponomarev
0b39b3dbf7 Chase dependency of databases/sqlite2
Bump PORTREVISION

Forgotten by:	nork
2004-12-23 15:58:07 +00:00
Pav Lucistnik
192f7432e3 - Update to 20041203.1245 snapshot
- add support for MYSQL50 and handle MYSQL cases right [1]
- add support for exim [2] which we build with the same database back-end
  as dspam if possible
- fix PREF_EXT and BDB4 cases as well in our Makefile

[1] based on ports/74761 by Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
[2] suggested, incorrectly, in ports/74762 by Shahbaz Javeed <sjaveed@adderpit.com>

PR:		ports/74796
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
2004-12-08 20:20:00 +00:00
Tilman Keskinoz
ca9bd75afd Update to 3.2.3
PR:		74538
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2004-12-01 20:34:40 +00:00
Pav Lucistnik
ac7179b6ab - Unbreak INDEX, dependency was set to databases/sqlite2, which is for some
arcane reasons disconnected from build.

Reported by:	INDEX build on cluster
Pointy hat:	pav
2004-11-27 23:59:02 +00:00
Pav Lucistnik
a07411c362 - Update to 3.2.2 snapshot 20041117.1515
PR:		ports/74377
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
2004-11-27 22:06:32 +00:00
Andreas Klemm
143f4de5e8 Maintainer change from Rob to Ion-Mihai,
who already maintains the dspam-devel port.
Rob currently doesn't have the time to maintain the port.
Many thanks to Rob for his work on the dspam port and to
Ion to take over.

Approved by:	 Rob Evers <rob@debank.tv>
2004-08-12 06:10:19 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Pav Lucistnik
07015f1114 - Fix up MySQL 2.x -> 3.x migration instructions
Submitted by:	Ion-Mihai Tetcu <itetcu@apropo.ro>
Approved by:	maintainer
2004-07-06 14:43:28 +00:00
Pav Lucistnik
2f364fb20e - Fix semantics of USER_LOGGING knob
Submitted by:	Ion-Mihai Tetcu <itetcu@apropo.ro>
2004-07-06 00:45:13 +00:00
Pav Lucistnik
a6f3cddb60 - Update to 3.0.0
PR:		ports/68625
Submitted by:	Rob Evers <rob@debank.tv> (maintainer)
2004-07-04 11:58:16 +00:00
Pav Lucistnik
eb61dd9d0a - Add option to use Sendmail as LDA
- Fix pkg-message
- Fix examples install for Mysql (optionally off)

PR:		ports/66542
Submitted by:	Rob Evers <rob@debank.tv> (maintainer)
2004-05-14 14:57:22 +00:00
Pav Lucistnik
1b4430531e - Update to 2.10.6
- 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
2004-05-04 18:43:30 +00:00
Pav Lucistnik
4aa258a467 - Update to 2.10.3
- New knobs: SIGNATURE_HEADERS, WHITELIST

PR:		ports/65131
Submitted by:	Talal Al-Dik <tad@vif.com>
This patch by:	<rob@debank.tv> (maintainer)
2004-04-05 18:42:17 +00:00
Pav Lucistnik
7309106d1e - Fix OPTIONS usage: WITH_* must be tested after <bsd.port.pre.mk>
PR:		ports/64629
Submitted by:	Shizuka Kudo <shizukakudo_99@yahoo.com>
2004-03-24 22:45:38 +00:00
Kirill Ponomarev
191528c2bb - Update to version 2.10.1
- Add OPTIONS

PR:		ports/64571
Submitted by:	maintainer
2004-03-23 08:38:02 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Sergei Kolobov
a5d81534e2 - Update to 2.8.3 [1]
- Silence configure warning
- Add SIZE to distinfo
- Move MySQL scripts into EXAMPLESDIR

PR:		ports/62108 [1]
Submitted by:	maintainer [1]
2004-01-31 22:51:09 +00:00
Yen-Ming Lee
32d0b41294 Update mail/dspam
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>
2004-01-09 02:17:48 +00:00
Kirill Ponomarev
7ee769930c - Update to version 2.8.1
PR:		60509
Submitted by:	Rob Evers <rob@debank.tv> (maintainer)
2003-12-22 19:13:51 +00:00
Kirill Ponomarev
a1c2f2bb8d - Assign maintainership to Rob Evers <rob@debank.tv>
PR:		60152
Submitted by:	Rob Evers <rob@debank.tv>
2003-12-11 15:57:33 +00:00
Sergei Kolobov
3bbf74e145 - Update to 2.8
- 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>
2003-12-11 14:42:27 +00:00
Yen-Ming Lee
c32043c65a fix PLIST problem and unbreak this port.
PR:		59697
Submitted by:	leeym
Reviewed by:	sergei
Approved by:	maintainer timeout
2003-12-08 17:40:38 +00:00
Kirill Ponomarev
d93df482c1 - Fix pkg-descr 2003-11-15 18:59:32 +00:00
Christian Weisgerber
3d68317849 Fix master site and unbreak.
PR:		58873
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2003-11-10 00:38:16 +00:00
Kris Kennaway
09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Oliver Lehmann
be36e123b9 Upgrade dspam to 2.7.1 (no response from maintainer for 10 days)
PR:		ports/57144
Submitted By:	Marius Strom <marius@marius.org>
2003-10-03 23:37:55 +00:00
Oliver Lehmann
9ecf0513f4 Add dspam 2.6.3, a server-side bayesian spam filter.
PR:		55222
Submitted by:	Dominic Marks <dom@wirespeed.org.uk>
2003-08-04 11:38:19 +00:00