non port: mail/exim/Makefile |
Number of commits found: 360 (showing only 60 on this page) |
Wednesday, 3 Apr 2002
|
15:52 sheldonh
Cope with -CURRENT's new tri-state sendmail_enable rc.conf(5) variable
by using an rc.d script to launch Exim, as was done before I took over
this port.
This seems to be the most popular approach, and is arguably the
simplest. Folks like me who attach some aesthetic value to using rc(8)
and mailer.conf(8) to launch Exim at startup time should know enough to
blow away the rc.d script and do things any way they please.
For now, use two versions of the POST-INSTALL-NOTES, the only
difference being that the one given to -CURRENT users suggests setting
sendmail_enable to 'NONE', while the one for -STABLE users suggests
'NO'.
 |
Monday, 25 Feb 2002
|
12:51 sheldonh
Cope with the fact that at least one 3rd-party package against which Exim may
be linked (MySQL) uses a startup script to add its library path to the linker
hints.
 |
Tuesday, 19 Feb 2002
|
18:35 sheldonh
Update to exim-3.35:
 |
Monday, 28 Jan 2002
|
13:46 sheldonh
Enable the LMTP transport by default and provide a knob for disabling it.
There are just too many people who need this for "black box" POP3/IMAP
services to justify the bytes saved in the default package.
 |
Monday, 7 Jan 2002
|
12:06 sheldonh
Update to exim-3.34:
 |
Tuesday, 11 Dec 2001
|
12:42 sheldonh
Bump PORTREVISION for this recent change:
 |
Friday, 30 Nov 2001
|
14:31 sheldonh
Stop people complaining about the absence of plain text versions of the
documentation by installing them.
 |
Wednesday, 28 Nov 2001
|
10:55 sheldonh
Catch up with the location of the distfile on the master site and mirrors.
The exim-3.x distribution has been moved into exim3 in preparation for the
advent of exim-4.x.
 |
Wednesday, 14 Nov 2001
|
11:25 sheldonh
Add the author's patch to fix bad handling of a disk space shortage on
pipeline input.
 |
Friday, 2 Nov 2001
|
17:11 sheldonh
Add the author's patch to fix a failure to reap children on BSD systems, where
SIG_IGN as the signal handler for SIGCHLD is bad. This is only an issue when
a significant number of messages is received via pipe (e.g. with -bS) at a
faster rate than they can be dealt with by parallel delivery agents (e.g.
-odqs).
 |
10:24 sheldonh
Add the author's patch to fix broken handling of queue_list_requires_admin and
the -bpc flag.
 |
Wednesday, 26 Sep 2001
|
17:31 sheldonh
Fix the message_body_size filter variable bug reported by Phil Chambers to the
exim-users mailing list on 2001-09-19 using the patch posted to the list by
the author on 2001-09-24.
 |
Thursday, 13 Sep 2001
|
00:46 sheldonh
Fix inversion in NOPORTDOCS test introduced in previous delta.
 |
Tuesday, 11 Sep 2001
|
12:06 sheldonh
* Drop deprecated USE_PERL5.
 |
Monday, 27 Aug 2001
|
14:23 sheldonh
* Break eximon into its own port. The goal is to allow administrators to
install and use Exim from the packages without having to install XFree86.
 |
Thursday, 16 Aug 2001
|
10:54 sheldonh
* Update to exim-3.33:
 |
Monday, 30 Jul 2001
|
11:03 sheldonh
Update to exim-3.32:
 |
Wednesday, 11 Jul 2001
|
12:22 sheldonh
Too many people have complained about my choice of MTA user (sendmail). Bite
the bullet _now_ and use MTA user exim instead. This means that only early
adopters of Exim-3.31 are affected, rather than lots more folks further down
the line.
 |
Tuesday, 10 Jul 2001
|
11:48 sheldonh
(forced commit)
 |
11:47 sheldonh
Make the purpose of WITHOUT_X11 clearer, based on feedback from several users.
 |
Tuesday, 3 Jul 2001
|
12:14 sheldonh
Fixes for building with LDAP lookup support:
 |
Monday, 2 Jul 2001
|
15:48 sheldonh
Update to exim-3.31:
 |
Wednesday, 27 Jun 2001
|
11:33 sheldonh
Catch up with the new postgresql7 layout scheme introduced in rev 1.75 of
ports/databases/postgresql7 in April this year.
 |
Monday, 18 Jun 2001
|
16:41 sheldonh
Update 3.22 -> 3.30:
 |
Friday, 15 Jun 2001
|
15:39 sheldonh
Bump PORTREVISION to reflect the change made in rev 1.84 (exim.sh retired, use
mailwrapper(8) instead).
 |
Thursday, 14 Jun 2001
|
19:43 sheldonh
Retire our local copy of configure.default, which is a maintenance pain.
 |
18:37 sheldonh
Install the Exim info files with more useful names. Before, the command
``info exim'' would fail to descend into any of the 3 Exim info files from the
dir top branch.
 |
Tuesday, 12 Jun 2001
|
19:05 sheldonh
* Add a WITH_IPV6 knob. Exim breaks if compiled with IPv6 support and run
with a kernel that has had IPv6 ommitted from its configuration, so I can't
make this a default (yet).
 |
Monday, 11 Jun 2001
|
16:07 sheldonh
Apply officially sanctioned patch to close a format string vulnerability in
exim batch SMTP mode.
 |
14:56 sheldonh
Retire the local copy of exim_monitor/EDITME from the port, since it is simply
the original with the defaults uncommented and unchanged.
 |
10:40 sheldonh
Enable CDB-style lookups by default and provide a knob for disabling this
support.
 |
10:20 sheldonh
Sandbox Exim.
 |
08:54 sheldonh
The previous revision should have bumped PORTREVISION. Do so now.
 |
08:53 sheldonh
Don't link against libssl and libcrypto when TLS support is disabled.
 |
08:49 sheldonh
Finally remove the bastardized local copy of EDITME (called files/Makefile)
that's been a maintenance PITA for too long. Replace it with a patch against
EDITME, now that the sed rules that operate on it are mostly sensible.
 |
08:22 sheldonh
Fix sed expression in previous (untested) commit.
 |
08:21 sheldonh
When WITH_TCP_WRAPPERS is not defined, actually remove the XX_ cruft from
EXTRALIBS.
 |
08:20 sheldonh
Use the standard ports mechanism for enabling and disabling features:
 |
08:07 sheldonh
Prevent sed rules from messing with real comments, instead of the commented
out make values that they are supposed to operate on.
 |
Sunday, 10 Jun 2001
|
15:04 sheldonh
Bump PORTREVISION to reflect the significant changes made in the default
feature set today.
 |
15:02 sheldonh
Fix the embedded Perl interpreter hook.
 |
14:59 sheldonh
Disable TCP Wrappers support by default, but provide a hook to enable it.
 |
14:50 sheldonh
Remove stale comment.
 |
14:43 sheldonh
Untangle the mess I made of SMTP AUTH authentication mechanisms.
 |
14:17 sheldonh
Enable TLS by default so that it's included in the package.
 |
14:10 sheldonh
Fix the comment about WITHOUT_X11.
 |
14:01 sheldonh
Enable maildir, mailstore and mbx support by default so that they're included
in the package. Folks who don't want them can build Exim as follows:
 |
Tuesday, 8 May 2001
|
12:20 sheldonh
Bump PORTREVISION in honour of rev 1.6 of files/configure.default.
 |
Monday, 30 Apr 2001
|
11:38 sheldonh
Update master site.
 |
Monday, 5 Mar 2001
|
10:32 sheldonh
Update 3.20 -> 3.22, which fixes a number of bugs.
 |
Monday, 5 Feb 2001
|
15:11 olgeni
Spaces->tabs in the mail category.
 |
Sunday, 21 Jan 2001
|
15:40 dirk
Switch from mysql322-{client,server} to mysql323-{client,server}.
 |
Thursday, 21 Dec 2000
|
08:56 sheldonh
Sync up our copy of EDITME (files/Makefile) and add hooks for enabling
STARTTLS support. The hooks are disabled by default and do not support
RELENG_3.
 |
08:02 sheldonh
Update to exim-3.20.
 |
Saturday, 26 Aug 2000
|
17:34 andreas
old postgresql port has been removed. use postgresql7, which has proven
stability now.
 |
Monday, 24 Jul 2000
|
11:37 sheldonh
Update to 3.16: Bugfix release, featuring a fix for one critical bug in the
handling of messages frozen by system filters for manual thawing.
 |
Friday, 21 Jul 2000
|
19:09 asami
Mark FORBIDDEN, there is a pretty bad bug that was just fixed in a new version.
 |
Tuesday, 27 Jun 2000
|
15:24 sheldonh
Update 3.14 -> 4.15:
 |
Wednesday, 31 May 2000
|
08:27 sheldonh
Fix the LIB_DEPENDS line for the WITH_PGSQL case.
 |
Tuesday, 23 May 2000
|
10:23 sheldonh
Update 3.13 -> 3.14:
 |
Number of commits found: 360 (showing only 60 on this page) |