While here, copy docs and examples only if corresponding options turned on.
PR: 217893
Submitted by: Anton Yuzhaninov
Approved by: vg (maintainer timeout, 3+ months)
Approved by: az (mentor).
Add needed build dependencies.
This wasn't spotted before since poudriere pulls
in all RUN_DEPENDS before building, but portmaster didn't.
PR: 220567
Submitted by: hakan@siktas.com
MFH: 2017Q3
- Force the wrapper to use rpath pointing to the correct GCC directory.
This solves a problem (bug 217750) when a non-default GCC version is used.
PR: 217750
- Use external libevent
- Force the wrapper to use rpath pointing to the correct GCC directory.
This solves a problem (bug 217750) when a non-default GCC version is used.
PR: 217750
Changelog:
- 3.0.9.7
* An important bug fix - fixed reference counting for a particular case
in bpc_unlink(). Also fixed two memory leaks that happen on a file open
error. Upgrading is strongly recommended.
- 3.0.9.8
* Fixed version number (now 3.0.9.8), which was incorrectly left at 3.0.9.6
in the 3.0.9.7 release.
PR: 218507
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
MFH: 2017Q3
A Ruby implementation of gRPC.
WWW: https://github.com/grpc/grpc/tree/master/src/ruby
Special thanks to swill and vanilla for creating this port!
Reviewed by: tz, Matthias Fechner <idefix@fechner.net>
- Update mail/cone to 0.96
- Update mail/courier-imap to 4.18.0 [1]
- Update mail/maildrop to 2.9.0
- Update mail/sqwebmail to 5.9.0 [1]
- Update security/courier-authlib (and slaves) to 0.68.0 [1]
On request from oliver@, take maintainership of the courier-authlib
ports and the courier-imap port.
Approved by: oliver@ (maintainer) [1]
Differential Revision: https://reviews.freebsd.org/D11467
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo
* Changed comment headers to match my name and FreeBSD email
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11466
rainbowstream has configurable Pocket support (via settings) but declares
the dependency in install_requires, making it a compulsory run-time dependency
checked/varified by setuptools.
When first committed, given the pocket Python package had not yet been ported,
it was (obviously) not included in RUN_DEPENDS, but it was not removed from
setup.py:install_requires, resulting in the following runtime error:
pkg_resources.DistributionNotFound: The 'pocket' distribution was not found
and is required by rainbowstream
This could be rectified by the user by installing the package from pip, which
is convenient, but which we explicitly recommend against [1].
This commit patches setup.py moving pocket to setup.py:extras_require and the
main module to conditionally import pocket, instead of failing as follows:
from pocket import Pocket
ImportError: No module named pocket
While I'm here:
- Remove upper bound/limit on 3.x version support
[1] See devel/py-pip/pkg-message
PR: 220312
Reported by: Petr Fischer <petr.fischer me com>
MFH: 2017Q3
2017-06-30 net/freeradius2: EoL, use net/freeradius3 instead
net/abills: unmaintained and depends on expired net/freeradius2
net-mgmt/ezradius: unmaintained and depends on expired net/freeradius2
This ports contains FreeBSD's "rmds" which were originally part of the
base system.
Reviewed by: jbeich@, matthew@
Approved by: jbeich@, matthew@
Differential Revision: https://reviews.freebsd.org/D11345