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>
The cyrus port takes no steps to insure the deliver databases
are properly pruned. This can be quite easily accomplished
on a daily basis by adding a periodic file to take care of
this. This should be a model for other ports that require
daily/weekly/monthly actions. Why else did we bother to
break up the cron jobs into the /etc/periodic* structure?
PR: ports/26801
Submitted by: Nick Sayer <nsayer@quack.kfu.com>
Changes:
- update MASTER_SITES since the maintainer changed
- add %%WITH_NASM%% knob to Makefile and pkg-plist to honor WITH_NASM
option correctly. Attention: WITH_NASM gets set if bin/nasm is
found but this may not be enough for transcode as nasm >= 0.98.34
is needed. Checking for bin/nasm-0.98.35 might be a way of achieving
this but leads to more work when updating nasm itself.
- add WITH_SUBRIP knob suggested by Michael Nottebrock in
ports/47923 and implemented in ports/48649.
- incorporate dvd_reader.c patch by Atte Peltomaeki which has already
been added in ports/48649
- remove the transcode.c patch from ports/48649 since it made its way
into the main distribution
- add threading patch by Andriy Gapon in ports/48126
- pkg-plist update
PR: 50377
Submitted by: maintainer