Exchange server. The MS Exchange server gets upset that MessageWall sends
the "250 2.0.0 h1Q0Qc907062 Message accepted for delivery" and the "\r\n"
in different packets. The first patch works around this MS problem.
See http://messagewall.org/cgi-bin/ezmlm-browse.cgi?command=showthread&list=messagewall-discuss&month=200302&threadid=nnoiaogojliciagmgpbk
The other patch changes how MessageWall behaves when there are multiple
recipients to a message. MessageWall accepts the first recipient, but
defers the second with a temporary SMTP error. This can take some time
for all recipients to get the message when the sending side has a long
queue time. MessageWall does this since different recipients of a message
can have different profiles. We, along with a number of sites, use a
single profile for all inbound email. This patch, which must be enabled
when the port is built with -DMESSAGEWALL_ALLOW_MULT_RCPT, allows multiple
recipients, using the profile of the first recipient.
See: http://www.messagewall.org/cgi-bin/ezmlm-browse.cgi?command=showthread&list=messagewall-discuss&month=200303&threadid=lcjcimckfmdphlhpjjhn
PR: ports/50296
Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
Approved by: maintainer timeout (12 days)
Installing(/deinstalling) package slurp-1.10_1 causes any
existing configuration file /usr/local/news/lib/slurp.sys
to be overwritten(/deleted).
Since this file may be quite long this is a considerable
annoyance.
Package should install a sample file instead, eg.
/usr/local/news/lib/slurp.sys.sample
PR: ports/40276
Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
[2] Fix a server hang on reset with DRI enabled on Radeons
[3] Fix a server hang on reset with DRI enabled on Matrox
[4] Fix screen going into powersaving with Xinerama, Xcursor, and Radeons
[5] Fix an unresolved symbol in the nv driver
[6] Fix a crash in DDC with Riva 128 cards (XFree86 bug 71)
[7] Add some missing manpages to the MAN4 list
PR: [7] ports/50113
Obtained from: [1] XFree86 bug 6
[2] XFree86 bug 94
[3] Panagiotis Papadakos <papadako@csd.uoc.gr>
[4] XFree86 bug 90
[5,6] XFree86 CVS
Add some new command-line options:
* -continue : restart the build without rebuilding ports that have
already failed
* -nofinish : don't run the post-processing steps when the build finishes
* -finish : run the post-processing steps only
Reorder some code sections appropriately
mod_mp3 has support for storing the file lists within MySQL,
but the port is not currently able to take advantage of
this.
PR: ports/39312
Submitted by: "Kelly Cochran" <kcochran@trolans.net>
Cherokee is a tiny, ultrafast, lightweight Web server. It
is implemented entirely in C, and has no dependencies beyond
a standard C library. It provides only the most basic HTTP
functionality, but is extremely fast and small.
PR: ports/38092
Submitted by: silence <oksala@videotron.ca>