| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 217180
Submitted by: nbari@tequila.io(maintainer)
|
|
|
|
|
| |
PR: 217242
Submitted by: cyclaero@gmail.com(maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The three elasticsearch beats ports have merged into one single port
systuils/beats that installs all of the above and some more. The reason is to
make the port more maintainable and also that the new heartbeat beat would
conflict with sysutils/heartbeat.
Add heartbeat beat.
Install utilities
share/beats/import_dashboards
share/beats/migrate_beat_config_1_x_to_5_0.py
Fix problems with the default configurations [1]
PR: 217081 [1]
|
|
|
|
|
|
|
| |
PR: 214637
Submitted by: Michael Zhiling <mizhka@gmail.com>
Approved by: lme (mentor), maintainer timeout (nukama+maintainer@gmail.com, 3 months)
Differential Revision: https://reviews.freebsd.org/D9696
|
|
|
|
|
| |
PR: 216777
Approved by: mm (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sysutils/rubygem-bosh_cli is incompatible with devel/rubygem-progressbar
(1.8.2 at the time of this commit). This causes BOSH commands, such as
`bosh upload release` to fail with an obscure Ruby exception.
devel/rubygem-progressbar09 is svn-copied from devel/rubygem-progressbar
and downgraded to 0.9.2. sysutils/robygem-bosh_cli `PORTREVISION` is
bumped to reflect the change of dependency.
Approved by: antoine (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D9651
|
|
|
|
|
| |
PR: 217230
Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- fix for i386 jails on amd64 hoster
- add compress control in export operation
PR: 217228
Submitted by: olevole@olevole.ru (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
* New port: x11-toolkits/kirigami2
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9554
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213
|
|
|
|
|
| |
PR: 217166
Submitted by: maintainer
|
|
|
|
|
| |
PR: 217185
Submitted by: maintainer
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 217177
Submitted by: maintainer
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
pidfile=.
On a restart this will cause the rc framework to wait for the processes to
exit before trying to start, instead of failing to start because the previous
processes have not gone away yet.
PR: 217154
Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer),
bdrewery (mentor, implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- update to 1.0
- switch form GOOGLE_CODE to GITHUB
- add LICENSE
- switch to autoplist
- use @sample for etc/farbot.conf.sample
PR: 216972
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
|
|
|
|
|
|
|
|
| |
- replace GOOGLE_CODE with GITHUB
- pass maintainership to submitter
PR: 216979
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
|
|
|
|
|
|
|
|
|
| |
- replace GOOGLE_CODE with a mirror
- add LICENSE
- pass maintainership to submitter
PR: 216977
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* MooseFS 3.0.88-1 (2017-02-08)
- (mount) added read cache clean on write (same file access using different descriptors)
- (mount) added missing cond_destroy in readdata.c (fix sent by Jakub Ratajczak)
- (master) fixed initializing packet size for reading 'sustained' directory
- (all) fixed zassert for printing correct statuses in case of pthread functions
* MooseFS 3.0.87-1 (2017-02-01)
- (mount) fix fleng in finfo after truncate (patched by Davies Liu)
- (mount) fix overlapped read (patched by Davies Liu)
- (mount) fixed invalidating chunk cache after truncate
- (mount) fixed fleng handling in read worker
- (mount) fixed handling BREAK state in read worker
- (mount) changed handling data invalidation in read module (sometimes could be less efficient, but it is much more safer)
- (tools) fixed number parsing (patched by Paweł Gawroński)
- (cli) fixed printed host/port options
- (mount) moved pipes from requests to workers (read and write - huge decrease of descriptors used by mount)
- (mount) changed signal to broadcast in rwlock (fixed very rare read/write deadlock)
- (mount) fixed 'open descriptors' leak (lookup(with data for open)->open(with cached data)->close)
- (mount) fixed potential 'race condition' - free 'csdata' during access
- (master) split (only internally) sustained folder into 256 subfolders (too many sustained files caused socket timeouts in master)
PR: 216974
Submitted by: freebsd@moosefs.com (maintainer)
|
|
|
|
|
|
|
| |
Approved by: koobs
Security: CVE-2017-0359
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D9599
|
|
|
|
|
| |
Changes: https://github.com/cloudfoundry/bosh/releases
https://github.com/cloudfoundry/bosh/releases/tag/bosh_cli-1.3262.26.0
|
|
|
|
|
| |
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610
|
|
|
|
|
| |
PR: 216729
Approved by: koobs
|
|
|
|
|
| |
PR: 217053
Submitted by: jhixson@gmail.com (maintainer)
|
| |
|
|
|
|
| |
Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
Approved by: bapt
MFH: 2017Q1
Sponsored by: Citrix Systems R&D
|
|
|
|
|
| |
PR: 216995
Submitted by: yamagi@yamagi.org (maintainer)
|
|
|
|
| |
PR: 217048
|
|
|
|
|
|
|
| |
Submitted by: mmokhi (maintainer)
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9551
|
|
|
|
|
|
|
| |
Submitted by: mmokhi
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9551
|
|
|
|
|
|
|
|
| |
Submitted by: mmokhi
Reported by: jbeich
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9551
|
|
|
|
|
|
|
| |
PR: 217017
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9553
|
|
|
|
|
|
| |
For a couple of ports, bump PORTEPOCH as their version were wrong.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
http://f00l.de/pcapfix/
PR: 217052
Submitted by: vidar@karlsen.tech (maintainer)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9561
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the $LOCALBASE/etc/polkit-1 directory is owned by root and set 700,
then polkit which is running as the polkitd user cannot read the config
files in $LOCALBASE/etc/polkit-1/rules.d/* resulting in this error:
Loading rules from directory /usr/local/etc/polkit-1/rules.d
Error opening rules directory: Error opening directory \
'/usr/local/etc/polkit-1/rules.d': Permission denied \
(g-file-error-quark, 2)
Loading rules from directory /usr/local/share/polkit-1/rules.d
To fix this, change the $LOCALBASE/etc/polkit-1 to be set 755, and the
$LOCALBASE/etc/polkit-1/localauthority to be set 700.
This was sense checked with Fedora Linux which does the same, and with
Debian/Ubuntu which have /etc/polkit-1/localauthority as owned by
root:polkitd and set 750.
PR: 202615
Reported by: rozhuk.im@gmail.com
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
|
|
| |
Reviewed by: bapt
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D9326
|
|
|
|
|
|
|
|
|
|
|
|
| |
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit
for tracing Linux (And now FreeBSD, only userspace now) programs.
PR: 216142
Submitted by: mmokhi
Reported by: mmokhi
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9200
|
|
|
|
|
|
|
| |
Submitted by: mmokhi
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9498
|
| |
|
|
|
|
|
| |
Reported by: Alex Naumov <alexander_naumov@opensuse.org>
See also: https://savannah.gnu.org/bugs/?50143
|
|
|
|
|
|
| |
Approved by: bapt
MFH: 2017Q1
Sponsored by: Citrix Systems R&D
|
|
|
|
|
|
|
|
| |
* Strip the arch-qualifier (Closes: #836525)
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9515
|
|
|
|
|
|
|
|
| |
- While here, add LICENSE_FILE, don't install license as documentation and sort plist
PR: 215931
Submitted by: ghostonthewire@gmail.com
Approved by: maintainer timeout (jessefrgsmith@yahoo.ca, 1 month)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without PYDISTUTILS_INSTALL_TARGET setting the install arguments, salt
will be built with an invalid syspaths.py, particularly if installed
somewhere other than /usr/local.
As of 2016.11.0, the arguments caused an error, which was traced back to
https://github.com/saltstack/salt/pull/31097/files.
The removed code was deprecated, but included instructions on how to
make the arguments continue to work: simply move them earlier in the
command (ie., "python setup.py <args> install" instead of
"python setup.py install <args>").
PR: 215885
Submitted by: Erick Turnquist <jhujhiti@adjectivism.org>
Approved by: Christer Edwards (maintainer)
MFH: 2017Q1
|
|
|
|
| |
Changes: https://github.com/puppetlabs/r10k/blob/2.5.x/CHANGELOG.mkd
|
|
|
|
|
| |
Changes: https://github.com/cloudfoundry/bosh/releases
https://github.com/cloudfoundry/bosh/releases/tag/bosh_cli-1.3262.25.0
|
|
|
|
| |
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
|
| |
|
|
|
|
|
|
| |
DragonFly needs same compat patch as FreeBSD.
Approved by: DF support blanket (non-invasive)
|
| |
|
|
|
|
| |
- Added license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Safecopy is a data recovery tool which tries to extract as much
data as possible from a problematic (i.e. damaged sectors) source -
like floppy drives, hard disk partitions, CDs, tape devices etc, ...
, where other tools like dd would fail due to I/O errors. Safecopy
includes a low level IO layer to read CDROM disks in raw mode, and
issue device resets and other helpful low level operations on a
number of other device classes. The project also includes a device
simulator which can be used to simulate bad media for testing and
benchmarking safecopy as well as other data rescue tools.
WWW: http://safecopy.sourceforge.net/
PR: 216892
Submitted by: anastasios@mageirias.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9479
|
|
|
|
|
|
|
|
|
| |
where it could trigger assertions.
PR: 178032
Submitted by: op@hardenedbsd.org
Approved by: samm@os2.kiev.ua (maintainer)
Sponsored by: opBSD
|
|
|
|
|
|
|
|
|
| |
- Initialize options helpers
PR: 216875
Submitted by: moiseev@mezonplus.ru
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9472
|
|
|
|
|
|
|
| |
PR: 216874
Submitted by: gasol.wu@gmail.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9471
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
Note that all FreeBSD patches have been upstreamed and more
In particular the requirement for /dev/fd has gone
Approved by: koobs (maintainer timeout 1 month)
Differential Revision: https://reviews.freebsd.org/D9085
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Intel Xeons from Ivy Bridge onwards support a processor identification number.
- Fix warning with gcc 6.x
- replace asprintf with xasprintf as per memutil.c
- Return -ENOMEM for vasprintf in sysfs_write
PR: 216789
Submitted by: ultima1252@gmail.com (maintainer)
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9454
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 216808
Submitted by: Marc Fournier <yscrappy@gmail.com>
Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is predominantly a bug-fix release, it however ceases installing
the *ext4dev files, which have been replaced by *ext4 for quite a while,
and adds two translations [fi, ms].
While here, reset PORTREVISION on two slave ports.
ChangeLog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.4>
Note in particular this part of the ChangeLog:
«Replace a test file but which had a "non-commercial use-only" copyright
permission file with a newer version from the Cyrus imapd package which
now has a 4-clause BSD license, which was making some lawyers nervous,
even though the test file in question was only used in lib/et's
regression testing and was never included in any compiled binary.
(Addresses Debian Bug: #840733)»
PR: 216774
Reported by: Thomas Zander (riggs@)
MFH: 2017Q1
|
|
|
|
|
|
| |
2017-01-31 devel/p5-JIRA-Client: Deprecated by upstream due to deprecated JIRA's SOAP API
2017-02-05 sysutils/puppet37: Upstream support ended, see http://tinyurl.com/puppet3eol
2017-02-05 net-im/ttytter: Upstream no longer active, see net-im/oysttyer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
pre-makefile section to the options section so the variables can be used
earlier. Also put the bit of code sitting between the options section and
the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is
handled in bsd.default-versions.mk and some ports were setting it after
including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports,
and then only when setting non-default options, work without setting that
variable.
PR: 215996
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
| |
PR: 216792
Submitted by: Kurt Jaeger
|
| |
|
|
|
|
| |
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
|
| |
|
|
|
|
|
|
| |
- Add TEST_DEPENDS
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
| |
In file included from /usr/local/include/efi/efi.h:35:0,
from shim.c:36:
/usr/local/include/efi/x86_64/efibind.h:88:24: fatal error: stdint.h: No such file or directory
PR: 216707
Reported by: antoine (via exp-run)
|
|
|
|
|
|
|
|
|
|
| |
Chase upstream
Redo save_boot_params in lowlevel__init.S to add reserve_memory remove
save_boot_params from rpi.c
Note network code diffs are now upstreamed already
PR: ports/216757
Submitted by: brd
|
|
|
|
| |
- Fix some nearby bogosities (when noticed)
|
|
|
|
|
|
|
|
|
|
|
| |
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
features, based on GTK+3.
WWW: http://www.fsearch.org/
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1476634045 which corresponds to commit cd0f03c tagged
as this release.
|
|
|
|
| |
- Add missing USE_LDCONFIG
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Andre Rikkert de Koe <andre@ark-ict.nl>
|
| |
|
|
|
|
|
| |
Reported by: mokhi64@gmail.com
Approved by: freebsd@dns-lab.com (maintainer), matthew (mentor)
|
|
|
|
| |
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
|
|
|
|
|
|
| |
Upstream Changes: https://github.com/SchedMD/slurm/blob/slurm-16.05/NEWS
Approved by: swills (mentor, implicit)
|
|
|
|
|
|
|
|
| |
PR: 216141
Submitted by: Mahdi Mokhtari <mokhi64@gmail.com>
Reviewed by: matthew
Approved by: matthew (mentor), maintainer timeout (freebsd@dns-lab.com, 2 weeks)
Differential Revision: https://reviews.freebsd.org/D9199
|
|
|
|
|
|
|
| |
PR: 216679
Submitted by: freebsd@zleslie.info (maintainer)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9402
|
|
|
|
|
|
|
|
| |
src/mainwindow.cpp:429:9: error: ordered comparison between pointer and zero ('QAction *' and 'int')
if (act<0) return;
~~~^~
Reported by: antoine (via exp-run)
|
|
|
|
|
| |
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
| |
handle missing pkgs in the repo.
Reviewed by: allanjude
Approved by: cperciva, bdrewery (implicit)
|
|
|
|
| |
upstream to assist
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9380
|
|
|
|
|
|
|
|
| |
bugfix release
- make MAC address random generated;
PR: 216598
Submitted by: olevole@olevole.ru (maintainer)
|
|
|
|
|
|
|
| |
- Correct supported Python version
- Remove obsolete GH_ACCOUNT and GH_PROJECT
MFH: 2017Q1
|
|
|
|
| |
Approved by: swills (mentor, implicit)
|
|
|
|
|
|
| |
Report the correct version with zap -v.
Approved by: swills (mentor, implicit)
|
|
|
|
|
|
| |
Upstream change: Fix description of subcommand options in man page.
Approved by: swills (mentor, implicit)
|
|
|
|
| |
Approved by: GCC support blanket
|
|
|
|
|
|
| |
- Sort PLIST_FILES
Changes: https://github.com/guard/guard/releases
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
PR: 216545
Submitted by: romain (me)
Approved by: Zach Leslie <freebsd@zleslie.info> (maintainer)`
|
|
|
|
|
| |
PR: 216506
Submitted by: maintainer
|
|
|
|
| |
Approved by: swills (mentor, implicit)
|
|
|
|
| |
Changes: https://github.com/theforeman/smart_proxy_chef/commits/master
|
|
|
|
| |
Changes: https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-01-28 databases/ruby-rdbc1: Upstream no longer active
2017-01-28 databases/ruby-sybct: Upstream no longer active
2017-01-28 databases/ruby-o_dbm: Upstream no longer active
2017-01-28 databases/ruby-cdb: Upstream no longer active
2017-01-28 devel/ruby-rbison: Does not work on modern ruby
2017-01-28 devel/ruby-property: Upstream no longer exists
2017-01-28 devel/ruby-dialogs: Upstream no longer active
2017-01-28 devel/ruby-byaccr: Upstream no longer active
2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead
2017-01-28 devel/ruby-locale: No longer useful
2017-01-28 devel/ruby-wirble: Upstream no longer active
2017-01-28 devel/ruby-tzfile: Upstream no longer exists
2017-01-28 devel/ruby-rreadline: Upstream no longer exists
2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead
2017-01-28 graphics/ruby-imlib2: Upstream no longer active
2017-01-28 graphics/ruby-image_size: Upstream no longer active
2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead
2017-01-28 irc/ruby-rice: Upstream no longer active
2017-01-28 irc/ruby-rica: Upstream no longer active
2017-01-28 irc/ruby-irc: Upstream no longer active
2017-01-28 japanese/ruby-usersguide: Does not exist upstream
2017-01-28 japanese/ruby-mecab: Upstream no longer active
2017-01-28 mail/ruby-rmail: Upstream no longer active
2017-01-28 mail/ruby-rfilter: Upstream no longer active
2017-01-28 math/ruby-algebra: Use rubygem-algebra instead
2017-01-28 net/ruby-tserver: Upstream no longer active
2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active
2017-01-28 net/ruby-icmp: Upstream no longer active
2017-01-28 net/ruby-dict: Upstream no longer active
2017-01-28 palm/palmos-sdk: Upstream no longer exists
2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead
2017-01-28 security/ruby-tcpwrap: Upstream no longer active
2017-01-28 security/ruby-password: Upstream no longer active
2017-01-28 sysutils/ruby-quota: Upstream no longer active
2017-01-28 textproc/ruby-rss.alt: Upstream no longer active
2017-01-28 textproc/ruby-rss: Upstream no longer exists
2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists
2017-01-28 textproc/ruby-xmlscan: Upstream no longer active
2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists
2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists
2017-01-28 www/ruby-google: Upstream no longer active
2017-01-28 archivers/ruby-lha: Upstream no longer active
2017-01-28 x11/ruby-X11: Upstream no longer active
2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby
2017-01-28 audio/ruby-mp3tag: Upstream no longer active
2017-01-28 converters/ruby-dump.rb: Upstream no longer active
|
|
|
|
|
|
| |
o FAT12 fixes from gonzo@
These apply to all the ports.
|
|
|
|
|
|
|
|
|
|
|
| |
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* New framework: x11/kf5-kwayland
PR: 216345
Exp-run by: antoine
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9271
|
|
|
|
| |
Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
|
|
|
|
| |
- Add LICENSE
|
| |
|
|
|
|
| |
Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
|
|
|
|
|
|
|
| |
- Add runtime dependency on misc/getopt as base getopt does not understand
long options
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
|
| |
- move to official github project
- update comment to changes in project focus
- add license file
- drop use of compiler:c1++11-lib, no longer needed
- remove patch for pci.cpp, no longer needed
- update pkg-descr with text from new website
PR: 215897
Approved by: imp (maintainer, timeout: 16 days)
|
|
|
|
|
|
|
| |
- Remove GH_TAGNAME
PR: 216453
Reported by: Brandon Schneider <brandon.freebsd@gmail.com>
|
|
|
|
|
|
|
|
| |
See:
https://lists.gnu.org/archive/html/screen-devel/2017-01/msg00025.html
Reported by: Tim Zingelman <tez@pkgsrc.org>
Security: CVE not assigned yet
|
|
|
|
|
|
|
|
|
| |
This is ABI-compatible with 1.0.0, but due to an accident
upstream with releasing 1.0.1 with a reversed shlib version,
they released 2.0.0 with only a restoration of the shlib
version of 2.
Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change notes:
* (taskd): reset SQLITE_SEQUENCE when we do flushlog
* (taskd): add exclusive args to ensure uniqueness job
* (bhyve): Improve UEFI boot
* (bhyve): add bhyve-ppt script to manage ppt ( passthru ) devices
* (bhyve): add media script to manage virtual storage devices
* add merge script to merge ascii-based file profiles
PR: 216403
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
| |
Bugfix release.
MFH: 2017Q1
|
| |
|
|
|
|
|
|
| |
templates, tools, and other "stuff" for munin.
Sponsored by: Absolight
|
|
|
|
| |
PR: 216193
|
|
|
|
|
| |
PR: 213639
Submitted by: Stefan Tatschner
|
|
|
|
| |
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Remove outdated MAN1 setting
- Pet portlint: fix diff header of patch files
- changes:
PR: 216395
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove CONFLICTS: moreutils-parallel was removed in Sep 20, 2014
- Use PLIST instead of PLIST_FILES
- While I'm here:
- Add missing DOCS_BUILD_DEPENDS
- Remove redundant LOCALBASE/bin in DOCS_BUILD_DEPENDS
Changes: http://git.savannah.gnu.org/cgit/parallel.git/plain/NEWS
PR: 216379
Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
Approved by: Chris Howey <howeyc@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Remove PROJECTHOST
- While I'm here, sort USE_PYTHON
Approved by: portmgr (blanket)
|
|
|
|
| |
Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
|
| |
Submitted by: kozlov.sergey.404@gmail.com (maintainer)
Reviewed by: sbruno
MFH: 2017Q1
Security: a4b7def1-e165-11e6-9d84-90e2ba9881c8
Sponsored by: Intel
Differential Revision: https://reviews.freebsd.org/D9121
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
|
|
|
|
| |
* Not a gnome port, don't use INSTALLS_ICONS
* Don't need desktop-file-utils
* Add missing dependencies
Therefore, bump portrevision
Reviewed by: rakuco
Approved by: portmgr blanket, rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9262
|
|
|
|
|
|
| |
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9265
|
|
|
|
|
|
|
|
|
| |
Change default GEM_NAME from ${PORTNAME}-${PORTVERSION} to ${DISTNAME} to avoid
unnecessary GEM_NAME setting in ports Makefile
Differential Revision: https://reviews.FreeBSD.org/D9250
PR: 216267
Exp-run by: antoine
|
|
|
|
| |
PR: 216309
|
|
|
|
| |
PR: 216309
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use usbhid-dump and usbids from ports
- Use USES=shebangfix
- Convert to new options target helper
- Cosmetic change
- Sort PLIST
- Update WWW
- Take maintainership
Changes: https://github.com/gregkh/usbutils/blob/master/NEWS
|
|
|
|
|
| |
Approved by: maintainer (implicit)
Pointyhat to: swills
|
|
|
|
|
|
|
|
|
| |
- Distribution file are now served off GitHub
- Chase shlib version bump in `sysutils/cpu-x'
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1478998492 which corresponds to commit fa87a5e tagged
as this release.
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches
|
| |
|
|
|
|
|
|
|
|
| |
While there, make ipmi_ plugins easier to use, and sort the plugins.conf
file.
Submitted by: bcr
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Update 'sel list' output in periodic script
PR: 214230, 210068, 209335, 209446
Submitted by: Leonid Nevecherya
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
- Fix LICENSE and move upward
- Convert to USES=localbase
- Whitespace fix
- Actually build the FreeBSD driver for > 10.x
- Sort pkg-plist
|
|
|
|
| |
Reported by: ler
|
|
|
|
|
|
|
|
| |
PR: 215905
Submitted by: matthew
Reviewed by: matthew
Approved by: matthew (mentor), joe@thrallingpenguin.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D9232
|
| |
|
|
|
|
| |
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
| |
|
|
|
|
| |
PR: 216193
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Regenerate patches
|
|
|
|
|
|
|
| |
This release contains no changes to the actual ABI itself, but performs
some renaming of system call argument names and structure members to
make them more uniform. Ranges (pointer + length) pairs now have
automatically inferred names.
|
|
|
|
|
| |
Approved by: adamw (mentor)
MFH: 2017Q1 (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
Address poudriere issues
bump PORTREVISION
PR: 202732
Submitted by: Mark C Ballew (ballew sublinear net)
Approved by: adamw (mentor)
MFH: 2017Q1 (blanket)
Differential Revision: https://reviews.freebsd.org/D9205
|
|
|
|
|
|
|
|
|
| |
Unbreak fetch (project moved to Github)
Take maintainership for now
PR: 214277 (based on)
Submitted by: Niclas <zappe_1337@hotmail.com>
MFH: 2017Q1 (blanket)
|
|
|
|
|
|
| |
Pointyhat: jpaetzel
Reported by: takefu@airport.fm
|
|
|
|
|
|
|
|
|
|
|
| |
- ALTQ is not in GENERIC and thus browsing through pftop modes the
queue view gives an error.
- While there, modernise the ATLQ disable patch, it is not a unified diff.
- Add LICENSE
PR: 215313
Submitted by: Franco Fichtner <franco@opnsense.org>
Approved by: araujo (maintainer)
|
|
|
|
|
|
|
|
| |
PR: 215761
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D9029
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
PR: 216125
Submitted by: adamw
|
|
|
|
|
|
| |
Changes: https://github.com/remiprev/teamocil/commits/master
PR: 216125
Submitted by: adamw
|
|
|
|
|
| |
PR: 216044
Submitted by: neel@neelc.org (maintainer)
|
|
|
|
| |
Discussed with: bsam (creator)
|
|
|
|
|
|
|
|
|
| |
PR: 216103
Submitted by: freebsd@sh0shin.org
Reviewed by: matthew
Approved by: matthew (mentor)
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D9189
|
|
|
|
|
|
| |
to tmux. Like rainbarf except it works, and it's a 40KB executable.
WWW: https://github.com/thewtex/tmux-mem-cpu-load
|
|
|
|
|
|
|
|
|
|
| |
- Updated to 147
- mcelog: is_cpu_supported() error message must be printed Eprintf
PR: 216116
Submitted by: Ultima <Ultima1252 gmail com> (maintainer)
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D9190
|
| |
|
|
|
|
|
|
|
|
|
| |
(r431492)
Approved by: adamw (mentor)
Obtained from: Vic Abell (author)
MFH: 2017Q1 (blanket)
Differential Revision: https://reviews.freebsd.org/D9188
|
| |
|
| |
|
|
|
|
| |
2017-01-15 sysutils/fusefs-kmod: integrated into base
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-01-15 net/cyphesis: Does not compile on FreeBSD 10+
2017-01-15 net/gpxe: does not build on FreeBSD 10.x and later
2017-01-15 net/openospfd: requires old CARP implementation (interface layer)
2017-01-15 security/openbsm-devel: is not needed under FreeBSD 10.x or higher
2017-01-15 security/ssh-copy-id: is already in the base system
2017-01-15 sysutils/apt: does not build on 10+
2017-01-15 archivers/tclmkziplib: Abandonware, please use bundled zlib package [http://tcl.tk/man/tcl8.6/TclCmd/zlib.htm]
2017-01-15 x11-drivers/drm-kmod: this port is only for 9.3 systems
2017-01-15 audio/xmms-openspc: does not build on FreeBSD 10.x and later
2017-01-15 audio/aureal-kmod: does not build (and fetch)
2017-01-15 emulators/doscmd: does not build (accesses field of opaque structure)
|
|
|
|
| |
update
|
|
|
|
|
|
|
|
|
|
|
| |
iocage is a jail/container manager amalgamating some of the best
features and technologies the FreeBSD operating system has
to offer. It is geared for ease of use with a simple and easy
to understand command syntax.
WWW: https://github.com/iocage/iocage
Submitted by: robak
|
|
|
|
|
|
|
|
|
|
| |
This fixes the case where ARM_NARCH and ARM_NMMUS are 0, since the lsof(1) sources get hacky
access to kernel structures.
PR: 216065
Submitted by: samm os2 kiev ua
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9176
|
| |
|
|
|
|
|
|
| |
This eliminates use of fdtget by pointing the build at the right swig
for the ports we're using. The dtc port is still required for its
libfdt.
|
|
|
|
|
|
| |
u-boot-beaglebone.
Approved by: imp, bdrewery (implicit)
|
|
|
|
|
|
|
|
|
| |
Simple process supervisor.
WWW: https://github.com/rwestlund/paladin
PR: 215463
Submitted by: Randy Westlund <rwestlun@gmail.com>
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Approved by: bdrewery (implicit)
Pointyhat to: imp
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream changes in version 16.05.8:
- Remove StoragePass from being printed out in the slurmdbd log at debug2
level.
- Defer PATH search for task program until launch in slurmstepd.
- Modify regression test1.89 to avoid leaving vestigial job. Also reduce
logging to reduce likelihood of Expect buffer overflow.
- Do not PATH search for mult-prog launches if LaunchParamters=test_exec
is enabled.
- Fix for possible infinite loop in select/cons_res plugin when trying to
satisfy a job's ntasks_per_core or socket specification.
- If job is held for bad constraints make it so once updated the job
doesn't go into JobAdminHeld.
- sched/backfill - Fix logic to reserve resources for jobs that require a
node reboot (i.e. to change KNL mode) in order to start.
- When unpacking a node or front_end record from state and the protocol
version is lower than the min version, set it to the min.
- Remove redundant lookup for part_ptr when updating a reservation's
nodes.
- Fix memory and file descriptor leaks in slurmd daemon's sbcast logic.
- Do not allocate specialized cores to jobs using the --exclusive option.
- Cancel interactive job if Prolog failure with "PrologFlags=contain" or
"PrologFlags=alloc" configured. Send new error prolog failure message
to the salloc or srun command as needed.
- Prevent possible out-of-bounds read in slurmstepd on an invalid #!
line.
- Fix check for PluginDir within slurmctld to work with multiple
directories.
- Cancel interactive jobs automatically on communication error to
launching srun/salloc process.
- Fix security issue caused by insecure file path handling triggered by
the failure of a Prolog script. To exploit this a user needs to
anticipate or cause the Prolog to fail for their job. CVE-2016-10030.
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9160
|
|
|
|
|
|
|
|
|
| |
Reviewed by: matthew
Approved by: matthew (mentor)
MFH: 2017Q1
Security: CVE-2016-9587
Security: https://vuxml.FreeBSD.org/freebsd/a93c3287-d8fd-11e6-be5c-001fbc0f280f.html
Differential Revision: https://reviews.freebsd.org/D9158
|
|
|
|
|
| |
u-boot-master. Upgrade u-boot-master to cope with the allwinner u-boot
port's needs for more tools.
|
|
|
|
|
|
|
| |
our patches to u-boot and getting them upstreamed.
Future commits will roll other families over to this as testing on
them is completed.
|
| |
|
|
|
|
| |
Changes: https://github.com/cloudfoundry-community/bosh-gen/releases
|
|
|
|
|
|
|
|
|
|
|
| |
With the recent updates to the json_pure gem, the version requirement
in bosh_cli is too strict. After using it for a day, it looks like the
latest json_pure is compatible with bosh_cli. Thus, make it less strict.
Bump PORTREVISION.
Approved by: antoine (mentor)
Differential Revision: https://reviews.freebsd.org/D9156
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
- Fix stage-qa on 10.x
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Siegfried is an advanced file identification tool written in Go.
It is signature-based, implementing the PRONOM file format signatures
and freedesktop.org's MIME-info file format signatures.
PR: 209912
Submitted by: Steffen Fritz <steffen@fritz.wtf>
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9136
|
|
|
|
|
| |
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9139
|
|
|
|
| |
ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.24.0/ChangeLog
|
|
|
|
|
|
|
| |
and the associated shebangfix.
PR: 215959
Approved by: maintainer (Hung-Yi Chen)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9125
|
|
|
|
|
|
| |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
|
|
|
| |
PR: 200552
|
|
|
|
|
| |
PR: 215786
Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of the specified files or directories are modified. fswatch implements four
kinds of monitors:
* A monitor based on the File System Events API of Apple OS X.
* A monitor based on kqueue, an event notification interface introduced in
FreeBSD 4.1 and supported on most *BSD systems (including OS X).
* A monitor based on inotify, a Linux kernel subsystem that reports file
system changes to applications.
* A monitor which periodically stats the file system, saves file modification
times in memory and manually calculates file system changes, which can work
on any operating system where stat (2) can be used.
fswatch should build and work correctly on any system shipping either of the
aforementioned APIs.
WWW: https://github.com/emcrisostomo/fswatch
PR: 200552
Submitted by: Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix issues with replication.
- Do not require all '-r dataset' arguments to be listed first.
- Fix error checking.
If only one argument to 'zap rep' was supplied, replication would
silently fail. This required breaking the interface. Instead of
zap rep|replicate [-dLSv] [[-r dataset]... [dataset]... remote_dest]
the format is now
zap rep|replicate [-dLSv] [remote_dest [-r] dataset [[-r] dataset]...].
Fix issue with destroy.
- In 0.6.3 $zptn was updated in destroy() to be an extended regular
expression. But, when a host was not supplied as an argument, grep -E
was still being supplied with the initial $zptn value containing a
basic regular expression.
With 'zap snap', do not require all '-r dataset' arguments to be listed
first.
Reviewed by: AMDmi3
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9086
|
|
|
|
|
|
|
|
|
| |
PR: 215004
Reported by: dcarmich@dcarmichael.net
Reviewed by: bapt
Approved by: bapt
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D9092
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Python 3.6 is now supported, critical bug fixed (#302)
* Commands: Better handling of return codes for pipelines (#288)
* Paths: Return split support (regression) (#286) - also supports dummy args
for better ``str`` compatibility
* Paths: Added support for Python 3.6 path protocol
* Paths: Support Python's ``in`` syntax
* CLI: Added Config parser (provisional) (#304)
* Color: image plots with `python -m plumbum.cli.image` (#304)
* SSH: No longer hangs on failure (#306)
* Test improvements, especially on non-linux systems
|
|
|
|
|
| |
PR: 215872
Approved by: Zach Leslie <freebsd@zleslie.info> (maintainer)
|
|
|
|
| |
Changes: https://github.com/puppetlabs/hiera/commits/master
|
| |
|
|
|
|
|
|
|
| |
Fix problem calling basic sed with unsupported a|b.
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9078
|
|
|
|
|
| |
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
|
|
|
|
|
|
|
| |
PR: 215178
Reported by: Yanis Guenane <yanis+freebsd@guenane.org>
Approved by: maintainer timeout (kuriyama, >4 weeks)
MFH: 2017Q1
|
|
|
|
|
| |
PR: 214616
Submitted by: naito.yuichiro@gmail.com
|
|
|
|
|
| |
PR: 214616
Submitted by: naito.yuichiro@gmail.com
|
|
|
|
| |
Changes: https://github.com/WinRb/winrm-fs/blob/master/changelog.md
|
|
|
|
|
|
|
|
| |
PR: 208655
Submitted by: Andris Raugulis <moo@arthepsy.eu>
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9065
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
|
|
|
|
| |
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
|
|
|
|
| |
Approved by: bapt (maintainer puppet38)
|
|
|
|
|
|
| |
While here, couple minor fixes
portmgr blanket
|
|
|
|
|
|
| |
PR: 208628
Submitted by: Alexey <fbsd98816551@avksrv.org>
Approved by: Zach Leslie <freebsd@zleslie.info> (maintainer of sysutils/puppet4)
|
|
|
|
|
| |
Tested on: armv6
Submitted by: madpilot (maintainer)
|
|
|
|
|
|
|
| |
Add options to control behaviour when a resilver is in progress.
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9044
|