Age | Commit message (Collapse) | Author |
|
|
|
|
|
see new mail (without also using IMAP) as well.
|
|
* Alphabetize the comments on the Makefile variables that affect the
configure process.
* Add a new NMH_EXTRA_CONFIGURE_ARGS var to let builder pass extra args
through to configure.
* Add a new NMH_POP var to allow builder to disable the --enable-pop
configure setting.
* Take 'uname' out of the AC_CHECK_FUNCS so the configure script never sets
HAVE_UNAME, so that it only uses gethostname(3) to get the hostname.
The HAVE_UNAME #define is only used in zotnet/mts/mts.c and it uses
gethostname(3) in its stead both times.
PR: 36307
Submitted by: MAINTAINER: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
|
|
PR: 37316
Submitted by: MAINTAINER
|
|
- improved manpages a bit.
- some MILTER improvements.
Submitted by: gshapiro
|
|
PR: 36489
|
|
|
|
PR: 37259
Submitted by: maintainer
|
|
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION. All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.
Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.
This commit made in impending view of Qt3/KDE3 entering ports tree.
|
|
A complete parser for RFC822 addresses
|
|
* Incorporates some patches.
* Fix pretty obscure queue handling bug.
* Update exim-4 spool file format forward-compatibility.
|
|
|
|
and doesn't require linking against the library. Therefore, convert
the LIB_DEPENDS on libsasl.8 to a RUN_DEPENDS on pwcheck.
|
|
support (disabled by default).
Submitted by: mallet@efn.org (Suresh Ramasubramanian)
|
|
Submitted by: Emil Sit <sit@mit.edu>
PR: ports/36798
|
|
|
|
PR: ports/36973
Submitted by: Anders Andersson <anders@hack.org>
|
|
With the new version there is a man page wich should now be installed.
PR: 37082
Submitted by: oli@isnic.is
|
|
PR: 36772
Submitted by: jonny@coe.ufrj.br
|
|
WARNING: The format for the mailboxes has changed, so you will get duplicate
messages if you have old mailboxes lying around. I have delayed this upgrade
as I was planning to write a conversion script, but feel that it has been too
long already.
Bugfix by: nectar
|
|
Submitted by: fenner distifile survey
|
|
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
|
|
OKed by: MAINTAINER
|
|
Loose maintainership (I have no interest in nbsmtp currently).
PR: 32899
Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
core. Bump PORTREVISION.
Submitted by: John Brooks <john@day-light.com>
|
|
PR: 36877
Submitted by: John Merryweather Cooper <john_m_cooper@webmail.bmi.net>
Approved by: sobomax
|
|
|
|
|
|
|
|
|
|
minor changes applied.
- Remove security warning. There has been a long time since last
known vulnerability, and the author claims having taken preventive
measures. (OKed by SO).
|
|
- Patches removed that are now in the distribution
- More MILTER dokumentation
- sm-client.sh.sample have now 'restart' command.
- Add standalone startupscript for all sendmail deamons
- Update pkg-message
This version fixes a long-standing MIME (7 to 8-bit) conversion bug
and several smaller problems, e.g., a possible communication problem
between the MTA and libmilter, a bug in handling (invalid) addresses
containing 8-bit characters, a possible problem with small timeouts
being lost on slow machines if itimers are used, and the handling of
the 421 reply code and timeouts in the SMTP delivery code. There are
two changes in the msp feature that may change the behavior: MX lookups
are turned on for the SMTP mailers and hence `[localhost]' is used as
default instead of `localhost', and confTIME_ZONE is set to USE_TZ in
submit.mc. A complete list of changes can be found in the release notes.
|
|
Suggested by: lex@itv.kiev.ua
|
|
- Correctly kill running Mailman processes in $PKGDEINSTALL
|
|
* New analysis options:
- status messages (configuration file option: PrintStatus)
- ruleset rejections (PrintRuleset and PrintRuleset)
- top envelope pairs (EnvelopePairs)
- top relay pairs (RelayPairs)
|
|
PR: 36712
Submitted by: maintainer
|
|
- Comma operator does not work for {DIST,PATCH}FILES just yet,
re-arrange groups to achieve similar effect
|
|
PR: 36699
Submitted by: maintainer
|
|
Bump PORTREVISION to reflect the whole rc.d startup change and
the "NULLs in message body as exposed to filters" patch.
|
|
by replacing them with spaces.
This is a vendor-sanctioned patch, obtained from the exim-users
mailing list.
|
|
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'.
|
|
o Full deployment of MASTER_SITES:n
|
|
When the databases/postgresql7 port was updated from postgresql-7.1.x to
postgresql-7.2, libpq-fe.h moved from PREFIX/include/pgsql to
PREFIX/include for reasons I can't figure out.
This applies a band-aid until I can get clarification from the postgresql
port maintainer <girgen@partitur.se>, but I think the port might be
"broken" in its placement of some header files.
Reported by: kris
|
|
PR: 36636
Submitted by: maintainer
|
|
Add IS_INTERACTIVE
PR: 36623
Submitted by: maintainer
|
|
PR: 36621
Submitted by: maintainer
|
|
|
|
if you have some sendmail compiled with LDAP support the
configure fails because -ldap -llber are not used in the
sm_snprintf test.
Submitted by: Stephane.Lentz@ansf.alcatel.fr
|
|
PR: 35049
Submitted by: maintainer
|