Recent changes since MooseFS 3.0.88:
* MooseFS 3.0.90-1 (2017-03-15)
- (master) fixed 'move/rename' with quota
- (master) fixed chunk counters shown in cli/cgi
- (master+tools) added option 'preserve hardlinks' to mfsmakesnapshot
- (master) fixed acl copying during mfsmakesnapshot
* MooseFS 3.0.89-1 (2017-02-21)
- (mount) added fixing file length in all inodes after write
- (cs) split bitfiled into separate bytes (fixed potential race condition)
- (master) setting operation to NONE before sending status (silence unnecessary messages in some cases)
- (cs) increased verbosity of crc-error messages
- (cs) fixed invalidating preserved block in case of truncate down followed by truncate up
- (mount) increased master-proxy buffer sizes
PR: 218222
Submitted by: freebsd@moosefs.com (maintainer)
Drop obsolete patches, add one to fix build, and rename a few patches.
Reviewed by: rakuco, tcberner, mat
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10148
Solaar is a device manager for Logitech's Unifying Receiver. It is
able to pair/unpair devices to the receiver, and for most devices read
battery status.
It comes in two flavors, command-line and GUI. Both are able to list
the devices paired to a Unifying Receiver, show detailed info for each
device, and also pair/unpair supported devices with the receiver.
WWW: https://pwr.github.io/Solaar/
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10155
After the kdelibs update to 4.11.30 the CMake policies used by kdelibs-based
projects got stricter.
- Fix `make configure'. The upstream git repository has a add_subdirectory(doc)
call, but the code generating the release tarball also added a
macro_optional_add_subdirectory(doc) call that was causing CMake to error out
due to the same directory being added twice to the build system.
- Fix `make build' with the MUSEPACK option. The FindMuse.cmake patch from
r346999 was hardcoding MUSE_LIBRARIES the wrong way. The find_library() call
should have been kept, otherwise the linker is passed "-lmpcdec" instead of
"/full/path/to/libmpcdec.so".
This is the latest stable release, and contains many of the patches we kept in
files/. The exception is patch-mimetypes_kde.xml, which just did not seem
necessary any longer: area51 r8180 mentions it was working around issues in
shared-mime-info, which has since been updated. While here, add several
dependencies that were reported by Poudriere's checks.
Bump PORTREVISION in ports that use %%KDE4_KDELIBS_VERSION%% in pkg-plist.
Reviewed by: tcberner
In practice, this means linking against "baloofiles" in CMake passes
"/full/path/to/libbaloofiles.so" instead of "-lbaloofiles" to the linker. The
latter may fail if -L/full/path/to is not passed as well.
default slurm.conf, silence QA warning about liblz4, patch to make
/usr/bin/mail the default.
- Fix task affinity. The reinplace for cpuset_setaffinity should not have
been removed as it was not one of the patches incorporated upstream.
- The MYSQL and GTK2 options were not functioning properly when off. If
mysql and gtk2 were installed during configure phase, slurm would build
sview and mysql support whether or not the options were selected.
Poudriere will not catch this sort of problem. I tested by installing
with all options enabled so that all possible dependencies would be
installed, and then rebuilding with all options off. No QA warnings in
either case now.
- Remove the outdated files/slurm.conf.sample. Install a patched version
of the included slurm.conf file instead.
- Patch to make /usr/bin/mail the default, so that mail will work out of
the box instead of requiring an override in slurm.conf.
- Silence a QA warning about liblz4 by adding archivers/liblz4 to
LIB_DEPENDS.
PR: 218044
Submitted by: bacon4000@gmail.com
Approved by: swills (mentor, implicit)
This release includes various changes to the userspace emulator in the
area of networking. POSIX conformance of sendmsg()/recvmsg() has been
improved. File descriptor passing is now supported.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D10125
watch checks and events.
- Update a constant with the proper version of consul-alerts.
- Fix pkg-descr replacing URL by WWW keyword.
PR: ports/218027
Submitted by: John Hixson <jhixson@gmail.com> (maintainer)
resource utilization.
WWW: https://github.com/clbr/radeontop
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1477640465 which corresponds to commit c0abadf tagged
as this release.
to userland, unless explicitly asked for.
Don't bump PORTREVISION, since this particular port needs to be recompiled
basicly anytime base is upgraded. It has too much knowledge about kernel
structures.
lsop is a FreeBSD utility to list all processes running with outdated
binaries or shared libraries (that is, binaries or shared libraries
that have been upgraded or simply deleted).
lsop does not currently work when started in a FreeBSD jail!
WWW: https://github.com/606u/lsop
PR: 213340
Submitted by: 606u@dir.bg
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10083
Machine lets you create Docker hosts on your computer, on cloud providers,
and inside your own data center. It creates servers, installs Docker on them,
then configures the Docker client to talk to them.
Note: this can be used with sysutils/docker
Docker is the world's leading software container platform. Developers use
Docker to eliminate "works on my machine" problems when collaborating on code
with co-workers. Operators use Docker to run and manage apps side-by-side in
isolated containers to get better compute density. Enterprises use Docker to
build agile software delivery pipelines to ship new features faster, more
securely and with confidence for both Linux and Windows Server apps.
Note: this port contains Docker client only.
Add dependency on libcurl.so when ELASTIC selected, missing from
original submission
Switch from implicit USE_MYSQL=yes to uses= mysql
PR: 217876
Submitted by: rum1cro@yandex.ru
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.
This is the new and the most updated version of iocage written
in python3.6.
Submitted by: brandon@ixsystems.com (author and maintainer) via email.
* While here, set the MASTER_SITES for the portingAids separately.
* Stop to couple kirigamis' distfiles with kf5 until it's actually a part of it.
PR: 217709
Exp-Run by: antoine
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9959
Among others, this allows to partition eMMC devices via /dev/mmcsdN.
Currently, FreeBSD version 1200025 or later is required for mmc-utils.
CAVEAT EMPTOR: Partitioning eMMC devices is a one-time operation.