- This reverts the change from r247267 which removed it.
- The upstream svscanboot script closes stdout, stdin and stderr. Our
script should do the same. Doing this does not lose any output since the
output is all piped to the proper logger. This fixes hangs when combined
with Salt [1].
Reported by: C. R. Oldham <cro@ncbt.org> [1]
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168
Change:
- (master+mount) added fix for bug in FreeBSD kernel (kernel sends
truncate before first close - FreeBSD only)
PR: 209109
Submitted by: freebsd@moosefs.com (maintainer)
Capistrano::Harrow is a plugin for tighter integration with Harrow.io whilst
using Capistrano.
Harrow.io is a continuous integration and deployment solution for people who
like software that works like Capistrano does.
WWW: https://github.com/harrowio/capistrano-harrow
Cronic is a small shim shell script for wrapping cron jobs so that cron only
sends email when an error has occurred. Cronic defines an error as any
non-trace error output or a non-zero result code. Cronic filters Bash
execution traces (or anything matching PS4) from the error output, so jobs can
be run with execution tracing to aid forensic debugging.
WWW: http://habilis.net/cronic
PR: 208747
Submitted by: David Harrigan <dharrigan@gmail.com>
The emulator now depends on a recent enough version of FreeBSD that has
a modern Capsicum implementation to work properly, which was when
__FreeBSD_version was bumped to 1001511.
The original implementation of mfid from Yahoo! disabled the RAID
controller's Patrol Reads. The user is given no warning that this is
happening. This update to mfid removes this functionality and comes with
a large pkg-message warning to inform the user about the previous
behavior as well as steps to re-enable Patrol Reads for their RAID card.
Thank you to Terrence Koeman for noticing this behavior, and jhb for
confirming the history of this code.
While here, change the MASTER_SITE to my LOCAL distfiles location.
MFH: 2016Q2
It turned out that the last release of cloudabi-utils contained buggy
copies of cloudabi-reexec, the trampoline executable that is used to
start the execution of CloudABI programs.
- fix zfsinstall script on -current;
- add expose: tcp/udp port forwarding from master host to jail
- jrctl: filesystem bandwidth/ops limit by iops and bps
- ability to use the pre compiled base from other sources via specify path to archve ( #57 )
- bhyve fixes: soft shutdown
PR: ports/209013
Submitted by: olevole@olevole.ru (maintainer)
2016-04-11 deskutils/qlabels: Does not fetch, unmaintained
2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore
2016-04-14 comms/cdr_read: unfetchable
2016-04-14 russian/rubygem-rutils: Deprecated by upstream
2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0)
2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months
2016-04-15 misc/diary-hercules: Broken for more than 6 months
2016-04-15 graphics/ffff: Broken for more than 6 months
2016-04-15 net-im/sigram: Broken for more than 6 months
2016-04-15 games/annelid: Broken for more than 6 months
2016-04-15 science/py-pydap: Broken for more than 6 months
2016-04-15 sysutils/su2: Broken for more than 6 months
2016-04-15 www/download-gemist: Broken for more than 6 months
2016-04-15 databases/p5-qdbm: Broken for more than 6 months
2016-04-15 comms/libfec: Broken for more than 6 months
2016-04-15 deskutils/ladon: Broken for more than 6 months
Sponsored by: Essen Linuxhotel Hackathon 2016
The only change compared to version 0.9 is that it attempts to fix the
build on systems that don't have utimensat(), such as FreeBSD 10.1.
Reviewed by: bapt (sitting next to me)
The latest version of cloudabi-run now includes an emulator for running
CloudABI executables. Though this emulator has been primarily developed
for Mac OS X, it also works reasonably well on FreeBSD. This means that
FreeBSD users can now experiment with CloudABI even on FreeBSD <11.
The new version of cloudabi-utils now depends on an additional package,
simply called cloudabi. This package installs a set of headers that
describe the actual binary interface that programs can use.
Reviewed by: beat
Differential Revision: https://reviews.freebsd.org/D6056