1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

91 Commits

Author SHA1 Message Date
Sheldon Hearn
698eaa6b5e Fix a typo that should have been corrected in the previous commit. :-( 2001-06-11 09:26:15 +00:00
Sheldon Hearn
5da36cefbf Fix typo in previous commit. 2001-06-11 09:24:14 +00:00
Sheldon Hearn
ef42506369 Sandbox Exim.
Since BSD UNIX still doesn't offer a user for running an MTA in a
sandbox the way many Linux distributions do, the Exim port uses
the traditional sandbox user for sendmail, called 'sendmail'.

Bump PORTREVISION accordingly.
2001-06-11 09:20:20 +00:00
Sheldon Hearn
32fc90ba36 The previous revision should have bumped PORTREVISION. Do so now. 2001-06-11 07:54:45 +00:00
Sheldon Hearn
db0afe2b50 Don't link against libssl and libcrypto when TLS support is disabled. 2001-06-11 07:53:55 +00:00
Sheldon Hearn
20b7a5c052 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.
2001-06-11 07:49:53 +00:00
Sheldon Hearn
431730ec32 Fix sed expression in previous (untested) commit. 2001-06-11 07:22:50 +00:00
Sheldon Hearn
17e6e102df When WITH_TCP_WRAPPERS is not defined, actually remove the XX_ cruft
from EXTRALIBS.
2001-06-11 07:21:46 +00:00
Sheldon Hearn
04453ec58b Use the standard ports mechanism for enabling and disabling features:
* Features enabled by default are disabled by defining
	  WITHOUT_FEATURE.

	* Features disabled by default are enabled by defining
	  WITH_FEATURE.

Requested by:	alex
2001-06-11 07:20:07 +00:00
Sheldon Hearn
494ec5e219 Prevent sed rules from messing with real comments, instead of the
commented out make values that they are supposed to operate on.

Reported by:	Marc Silver <marcs@draenor.org>
2001-06-11 07:07:07 +00:00
Sheldon Hearn
256c5f3b7f Bump PORTREVISION to reflect the significant changes made in the default
feature set today.
2001-06-10 14:04:09 +00:00
Sheldon Hearn
88900b7927 Fix the embedded Perl interpreter hook. 2001-06-10 14:02:49 +00:00
Sheldon Hearn
002f0448ae Disable TCP Wrappers support by default, but provide a hook to enable
it.

TCP Wrappers support surprises too many novices.
2001-06-10 13:59:43 +00:00
Sheldon Hearn
4625fcef31 Remove stale comment. 2001-06-10 13:50:22 +00:00
Sheldon Hearn
1d6ae66055 Untangle the mess I made of SMTP AUTH authentication mechanisms.
AUTH_CRAM_MD5 and AUTH_PLAINTEXT support have nothing to do with PAM,
other than that all three can be used as authentication mechanisms
for SMTP AUTH.

Enable all three by default, so that the package includes them.
2001-06-10 13:43:50 +00:00
Sheldon Hearn
0ecd575990 Enable TLS by default so that it's included in the package.
Allow the operator to disable the embedded Perl interpreter in the port
build.
2001-06-10 13:17:09 +00:00
Sheldon Hearn
eb12cc6e8a Fix the comment about WITHOUT_X11. 2001-06-10 13:10:33 +00:00
Sheldon Hearn
229158aa8d 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:

	cd /path/to/ports/mail/exim
	make WITH_MAILDIR=no WITH_MAILSTORE=no WITH_MBX=no
2001-06-10 13:01:45 +00:00
Sheldon Hearn
676987e47f Bump PORTREVISION in honour of rev 1.6 of files/configure.default. 2001-05-08 11:20:24 +00:00
Sheldon Hearn
d8fd6be76f The userforward director should decline delivery for any user whose
home directory is set to /nonexistent .

Not all systems encourage the use of /nonexistent as a home directory,
so this is not a change that should be incorporated into the Exim
distribution.

This change allows local deliveries into /var/mail for users with
no valid home directory.
2001-05-08 10:27:19 +00:00
Sheldon Hearn
18d8d74d74 Update master site.
Reported by:	Peter Radcliffe <pir@pir.net>
2001-04-30 10:38:00 +00:00
Sheldon Hearn
aafe1a1236 Simplify the description. 2001-04-30 10:37:12 +00:00
Sheldon Hearn
e4f1db2ea1 Update 3.20 -> 3.22, which fixes a number of bugs. 2001-03-05 10:32:14 +00:00
Jimmy Olgeni
1be0301128 Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
2001-02-05 15:11:27 +00:00
Dirk Froemberg
88d74bc517 Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).

mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
2001-01-21 15:40:47 +00:00
Sheldon Hearn
a818454de9 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.
2000-12-21 08:56:52 +00:00
Sheldon Hearn
64a29c4fcd Update to exim-3.20. 2000-12-21 08:02:23 +00:00
Andreas Klemm
fb9b5a39f4 old postgresql port has been removed.
use postgresql7, which has proven stability now.
2000-08-26 16:34:17 +00:00
Sheldon Hearn
0f53421b04 Clearly document the nature of the changes introduced with this patch
so that the reasons why it hasn't been submitted to the author do not
need to be argued over regularly.
2000-08-04 16:04:50 +00:00
Sheldon Hearn
b32c2f2d5c 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.
2000-07-24 10:37:10 +00:00
Satoshi Asami
5146d79152 Mark FORBIDDEN, there is a pretty bad bug that was just fixed in a new version.
Submitted by:	maintainer
2000-07-21 18:09:48 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Sheldon Hearn
e32233c860 Update 3.14 -> 4.15:
Allow admins to start migrating to the new nomenclature for
	failing addresses:

		fail_soft -> pass
		fail_hard -> fail

		The queryprogram router should use the word decline
		instead of fail.

	New keyword timezone used to manipulate the TZ variable.
2000-06-27 14:24:30 +00:00
Sheldon Hearn
1809b6058d Fix the LIB_DEPENDS line for the WITH_PGSQL case.
Reported by:	"Jason J. Horton" <jason@intercom.com>
2000-05-31 07:27:49 +00:00
Sheldon Hearn
e1431f7643 Update 3.13 -> 3.14:
New pgsql lookup!
	Bugfixes.

Port-related changes:

	Conditionalize embedded Perl interpreter on WITH_PERL.
	Fix SMTP AUTH support.
	Sync up files/Makefile.
2000-05-23 09:23:45 +00:00
Sheldon Hearn
5ed70c7617 Provide visual cues to frob the ldap knobs, after receiving user
feedback that they work.

Reported by:	rip@itouch.co.za (R.I.Pienaar)
2000-05-18 13:59:30 +00:00
Jeremy Lea
b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Sheldon Hearn
2e4507aadb Fix mysql lookups and add experimental glue for ldap lookups.
Reported by:	Peter Lockhart <peter@key.co.za>
2000-04-04 11:51:19 +00:00
Satoshi Asami
48ffecfd74 Fix ldap handling.
Submitted by:	sheldonh
2000-03-13 08:03:50 +00:00
Sheldon Hearn
1b39f669df Add knobs (turned off by default) for non-standard mailbox formats.
Submitted by:	Johann Visagie <wjv@sunesi.net>
2000-02-19 17:18:27 +00:00
Sheldon Hearn
41a107d66c Update to 3.13:
Bugfix release.

IPv6 support is compiled in.  I can't test to see whether it works, and
got no feedback from a request for testing on the exim-users mailing
list.

Also added hooks for SMTP AUTH and PAM support, disabled by default
for now.
2000-01-28 15:57:48 +00:00
Sheldon Hearn
47484dde14 Update to 3.12:
Fix a problem where themessage log file is fclosed twice.

	Fix a long-standing bug in the ``contains'' operation in
	filter files.
1999-12-09 08:25:23 +00:00
Sheldon Hearn
d09301b69a Update to 3.11:
* This is small bugfix release over the last major release,
	  3.10.

	* Exim 3.10 contains numerous bugfixes and new features,
	  described at:

	      ftp://ftp.exim.org/pub/exim/ChangeLogs/NewStuff-3.10.gz

Note that the new PAM support is _not_ enabled in this port yet.
1999-12-02 15:41:50 +00:00
Sheldon Hearn
7313cfcee7 I have no idea when this got fixed in the distribution, but anyway:
Quote a string that contains redirection characters '<' and '>'.
1999-09-28 11:49:38 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
Sheldon Hearn
79129066a3 Argh! The last commit got the port installing the exim binaries into
${PREFIX}/bin instead of ${PREFIX}/sbin . Fixed.

Reported by:	Mike Freislich <mikef@korbitec.com>
1999-08-26 11:30:48 +00:00
Sheldon Hearn
b1c81170db Fix install error for users who comment out USE_XLIB.
While I'm here, bump "Version required:".

Reported by:	Mike Freislich <mikef@korbitec.com>
1999-08-26 08:29:06 +00:00
David E. O'Brien
f3a9c6c81e Change Id->FreeBSD. 1999-08-25 06:51:17 +00:00