Changes:
- Fix to not snapshot unmounted datasets in some cases.
- Optimize snapshot creation by specifying multiple snapshots in 1
'zfs create' execution.
- Fix cleanup of recursive snapshots with -P.
- Handle spaces in dataset names
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
CloudABI now has its own package collection for FreeBSD and Debian based
systems (https://github.com/NuxiNL/cloudabi-ports/). This package
collection will only contain software that is cross compiled for
CloudABI -- no FreeBSD native executables.
I would like to go ahead and remove all ports that overlap with the
packages provided by CloudABI Ports. Let's start off by updating
cloudabi-utils to version 0.5. This version no longer depends on the
CloudABI toolchain, as it now ships with a precompiled copy of the
trampoline executable.
Once this is done, I can go ahead and remove devel/cloudabi-cloudlibc,
devel/cloudabi-compiler-rt, devel/cloudabi-libc++,
devel/cloudabi-libc++abi and devel/cloudabi-libunwind/.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D3616
Facter is Puppet's cross-platform system profiling library.
While former versions (sysutils/rubygem-facter) were written in Ruby, this
version is written in C++11. FreeBSD support in the upstream sources is
sparse and DragonFly is not supported at all for the moment.
WWW: https://puppetlabs.com/facter
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D3579
and installs just fine on at least PowerPC, and I do not see a reason why
would simple Perl program fail to install as long as all dependencies are
satisfied. While here, amend CATEGORIES/COMMENT and wrap very long lines.
- Return EAGAIN errno instead of EKEYREJECTED to fix build with SSL option [1]
- Prepend -I../include to CPPFLAGS to stop build breakage from old .h files [2]
- While here, add LICENSE and regen one of the original patches (portlint)
PR: 202002 [1]
PR: 202528 [2]
Submitted by: dennis.noordsij@helsinki.fi [1]
Submitted by: Anton Sayetsky <vsasjason@gmail.com> [1]
Submitted by: Larry Rosenman <ler@lerctr.org> [2]
Approved by: feld (mentor)
Differential Revision: https://reviews.freebsd.org/D3568
Switch to |git describe --tags| versioning scheme. Tag offsets better
show the amount of changes happenning between snapshots.
Changes: 76be403...a7ab64c
2015-08-31 www/p5-WWW-Shorten-NotLong: notlong.com is now dead
2015-08-31 games/linux-majesty-demo: Broken for more than 6 months
2015-08-31 games/linux-coldwar-demo: Broken for more than 6 months
2015-08-31 games/linux-hdb-demo: Broken for more than 6 months
2015-08-31 devel/rubygem-igraph: Broken for more than 6 months
2015-08-31 games/linux-candycruncher-demo: Broken for more than 6 months
2015-08-31 games/linux-gorky17-demo: Broken for more than 6 months
2015-08-31 sysutils/syslog-ng33: No longer supported by Balabit cince November 2014.
Other changes include:
- Drop gmake dependency [1]
- Drop DOCS consisting only of ChangeLog [1]
- Define LICENSE as GPLv2+ like in debian/copyright
- Reword COMMENT and pkg-descr to drop indefinite article and author line
Changes: http://repo.or.cz/w/dockapps.git/blob_plain/refs/tags/wmmemload-0.1.8:/wmmemload/ChangeLog
PR: 202745 [1]
Submitted by: Marco Beishuizen <mbeis@xs4all.nl> [1]
This is the replacement tool to megaraid for the Avago megaraid SAS
family.
PR: ports/201580
Submitted by: <takefu@airport.fm>
Reviewed by: bapt
Sponsored by: Norse Corp, Inc (my review, testing, commit)
While here fix license confusion. debian/copyright states it's one of
the "common" licenses but our ARTPERL10 isn't such because unlike ART10
it lacks a copy under Templates/Licenses/.
ChangeLog:
- fedora-2*: add findutils, iputils
- fedora-22: add packages for dnf plugins
- fedora-22/post-install.sh: better DNF support
New release resolves the compatibility issue with python3.
Relax python version check in Makefile.
PR: 201564
Approved by: Tony Narlock <tony@git-pull.com> (maintainer)
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be
enabled when the library is available.
This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11
will set dependency on one of them.
- Fix integer overflow reported as CVE-2015-3228.
- Update Uses/ghostscript.mk:
* Add x11 keyword. nox11 keyword is now obsolete.
* Use packagename in *_DEPENDS line to prevent relationship between
-base and -x11 packages from being broken.
- Fix x11/nox11 keyword and bump PORTREVISION in ports using
USES=ghostscript to update dependency of pre-compiled packages.
- Add CUSE option and enable on FreeBSD 11.0-CURRENT
- Convert to vendor install
- Convert to option target helpers
- Convert to service(8) that runs rc.d in sanitized environment
- Convert DEVD substitution to SUB_LIST (without SUB_FILES)
- Reformat patches with makepatch
- Fix PREFIX != LOCALBASE for libcuse4bsd.so
- Remove no longer required byacc(1) workaround
- Take maintainership