2016-11-19 sysutils/gosa: this version of gosa cannot be fixed (requires PHP < 5.4)
2016-11-20 security/krb5-112: EOL twelve months after release of krb5-1.14
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Changelog:
- Use getops for option handling.
- Create snapshots again when a scrub is in progress.
- Let the -r flag be specified for individual datasets.
- To handle parsing the '-r' flags, the create function was broken off
into two functions: create_parse() and create(). create() creates one
snapshot per call.
- Created helper functions pool_ok and pool_scrub.
- Minor changes to warning messages.
- POSIX sh does not support local, so initialize variables intended to be
local to a function.
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8511
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].
The work is based on what we have in the KDE testing repo [2].
This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.
With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
USES=kde:5
USE_KDE=<framework1> <framework2> ... <frameworkX>
For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
KWALLET_USE= KDE=wallet
I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)
[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (maintainer)
Differential Revision: https://reviews.freebsd.org/D8329
motherboard, and more on one's system, similar to CPU-Z for Windows.
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1477420923 which corresponds to commit f10b0d4 tagged
as this release.
libosinfo as of 1.0.0 consists of 3 packages:
- sysutils/osinfo-db-tools: contains the CLI tools
- misc/osinfo-db: contains database with OS data
- devel/libosinfo: the library
This commit does the following:
- devel:libosinfo: update to 1.0.0
- sysutils/osinfo-db-tools: add new port version 1.0.0
- misc/osinfo-db: add new port version 20160728
- UPDATING: document this split and add a note about
updating handling because of moved files across the packages
that could result in a conflict
Differential Revision: D8455
-- the consequence for rsyslog being that it does not record any log
messages received via UDP to a log file.
recvmmsg(2) fix was applied to HEAD in r307036 and MFC'd to 11-STABLE
in r307311. Therefore prevent configure testing for recvmmsg(2)
before OSVERSION 1100504. Note: this is a no-op for older releases
than 11 -- recvmmsg(2) doesn't exist there.
PR: 214428
Reported by: dch@skunkwerks.at
MFH: 2016Q4
debootstrap (1.0.86) unstable; urgency=high
* Rework split_inline_sig by using shell built-ins instead of trying to
mix sed and tr together, which might work on regular systems but not
from inside the Debian Installer (Closes: #842591). Thanks to Ansgar
Burchardt for the proof of concept!
-- Cyril Brulebois <kibi@debian.org> Sun, 30 Oct 2016 23:35:45 +0100
PR: 213950
Submitted by: lifanov@mail.lifanov.com (Maintainer)
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Add simple test
- Fix FreeBSD detection
- Fix screenfetch failures in some cases due to not clearly understood reason:
/usr/local/bin/screenfetch: line 4156: /dev/fd/62: Operation not supported
/usr/local/bin/screenfetch: line 4157: 3: Bad file descriptor
by importing upstream fix.
PR: 213854
Submitted by: amdmi3
Approved by: jgh (maintainer)
This is a FreeBSD specific fix to the handling of rcvars -- this fixes
the case where the rcvar did not previously exist in /etc/rc.conf or
other places the rc system might look for them.
872594b49a
PR: 214322
Reported by: Thomas Steen Rasmussen
Approved by: lifanov@mail.lifanov.com (maintainer)
Logstash is an open source, server-side data processing pipeline that ingests
data from a multitude of sources simultaneously, transforms it, and then sends
it to your favorite “stash.”
WWW: https://www.elastic.co/products/logstash
Based on: ports-mgmt/py-pytoport output
gitfs is a FUSE file system that fully integrates with git. You can
mount a remote repository's branch locally, and any subsequent changes
made to the files will be automatically committed to the remote.
http://www.presslabs.com/gitfs/
- Mark dmi_entry as packed
- Fix memory leak in sysfs reader for bad fields handling
- Broadwell: Differentiate regular CE from UC error corrected by
memory mirror
- Add support to decode MSCOD values for Denverton server
PR: 213795
Submitted by: Ultima1252@gmail.com (maintainer)
- Add support for downloading and validating InRelease files, by splitting
up detached signature from signed data.
- Switch default mirror to deb.debian.org.
- Add (Ubuntu) zesty as a symlink to gutsy.
- Add jessie-kfreebsd to merged-/usr blacklist.
- No longer Build-Depend on makedev. The code using it was already
removed in debootstrap 1.0.82.
- Do not use `tar -k` for older releases which might have file
conflicts between the packages to be installed. (Closes: #838388)
- Error out when seeing short options. (Closes: #548880)
- Add oldoldstable -> sid script symlink. (Closes: #792734)
- Add buster -> sid and bullseye -> sid script symlinks.
- Only unpack and configure the base system when there are actually
packages to install. (Closes: #825034)
- debootstrap.8: Use stretch instead of wheezy in examples.
- Enable merged-/usr by default. (Closes: #839046)
PR: 213745
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)