2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
Apply the following XSAs: 148, 149, 150, 151, 152 and 153. More information
about the content of each XSA can be found at: http://xenbits.xen.org/xsa/
Sponsored by: Citrix Systems R&D
Reviewed by: bapt
Differential revision: https://reviews.freebsd.org/D4049
Patch sample config file to include usr/home as most modern FreeBSD
configs have /home as a symlink to /usr/home. Without this users coule
be tricked into thinking they were successfully backing up their home
directory.
MFH: 2015Q4
iohyve creates, stores, manages, and launches bhyve guests utilizing built in
FreeBSD features. The idea is based on iocage, a jail manager utilizing some of
the same principles.
WWW: https://github.com/pr1ntf/iohyve
Compared to version 0.5, this package is identical, except that it now
provides support for aarch64.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D3976
My thanks to Larry Rosenman who did all the heavy lifting on
this patch. The existing port relied heavily upon an agressive
sed which seems to have adverse affects.
Submitted by: ler@lerctr.org
PR: 193641 193617
Approved by: mat (mentor)
A frontend for bhyve which provides the 'vm' command
Create/start/stop virtual machines easily
Bridged/NAT networking
BSD/Linux guest support
WWW: https://github.com/churchers/vm-bhyve
PR: 202225
Submitted by: churchers@gmail.com
- Update PORTVERSION and distinfo checksum (1.2.1)
- Add setuptools explicitly (instead of implicitly via python.mk)
to RUN_DEPENDS, as ploy uses the pkg_resources module
- Add argparse to RUN_DEPENDS
- Add NO_ARCH
Changes:
https://github.com/ployground/ploy/blob/1.2.1/HISTORY.rst
- Update PORTVERSION and distinfo checksum (1.3.1)
- Update COMMENT to match upstream setup.py:description=
- Re-order RUN_DEPENDS to match setup.py install_requires order
- Add NO_ARCH
Changes:
https://github.com/ployground/ploy_ansible/blob/1.3.1/HISTORY.rst
* Update PORTVERSION and distinfo checksum (1.4.0
* Add setuptools explicitly (instead of implicitly via python.mk)
to RUN_DEPENDS, as ploy uses the pkg_resources module.
* Update COMMENT to match upstream setup.py:description=
* Add NO_ARCH
Changes:
https://github.com/ployground/ploy_ezjail/blob/1.4.0/HISTORY.rst
- Update PORTVERSION and distinfo checksum
- Reset PORTREVISION
This update unbreaks use on FreeBSD versions > 10 and adds man pages
for filewatcherd(8) and and watchtab(5).
While I'm here:
- Add LICENSE_FILE
PR: 203881
Submitted by: Natacha Porte <natbsd instinctive eu> (maintainer)
MFH: 2015Q4
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string
Approved by: portmgr (bapt)
Differential Revision: D3756