Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr
- Convert SIEVE option description to current standards
Bugfixes:
- when an IMAP client asked for a part of a message that started after
the total length of the message, imapd crashed.
- on some platforms, pop3d would sometimes continue to try writing to
a partially disconnected client, throwing pop3d in a spin-lock.
- on pop3d, timsieved and lmtpd disconnecting clients would cause
memory leakage
New features:
- dbmail.conf now adds a new options 'header_cache_readonly = yes|no',
Setting it to 'yes' will prevent addition of new rows to the
dbmail_headername table. You can now start pruning that table, without
having to worry about new messages re-adding those rows.
- the usermap feature now also supports default routes on allowed and
denied sockets. So you can simply disallow certain users from
connecting on any address using 'inet:0.0.0.0/0:143' as a socket
specification.
PR: ports/187849 [1]
Submitted by: maintainer
- Remove uneeded DEBUG flags
- Convert to new LIB_DEPENDS format
- Convert to USES=gmake
Check share/doc/dbmail/UPGRADING for updating details.
PR: ports/180963
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
while here:
- trim Makefile header
- convert DOCS case to optionsng
- remove conflicts with dbmail 2.0, that is not in the tree
- tab -> space change in pkg-descr:WWW
PR: 172611
Submitted by: Alan Hicks <ahicks at p-o.co dot uk> (maintainer)
Feature safe: yes
- Also fix typo in timsieved rc script and updated from
bsd.ports.[pre|post].mk to bsd.ports.mk
- Bump PORTEVISION
PR: ports/169268
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
mainly have linux where the libraries are symlinked so less interest in
fixing.
- fix bug where the mhash version is shown instead of the dbmail one.
- Bump PORTREVISION
PR: 168501
Submitted by: Maintainer
- pass maintainership to submitter
- add LICENSE
- drop optional dependencies on database backends - since 3.0 it's
handled with libzdb
- rename rc-scripts to .sh-less ones
- add UPDATING entry for users, that want to stay with dbmail 2.2.x
Please note, that committed patch is reworked version of originally
submitted (missing deps added, rc-scripts renamed, NOPORTDOCS issue
handled more completely, some plist fixes applied). Sorry for delay.
PR: 164631
Submitted by: Alan Hicks <ahicks at p-o.co dot uk>
Feature safe: yes
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)