devel/ghpr: add missing `BUILD_DEPENDS`
This change adds additional build dependencies accidentally missed in
the previous commit.
Although the devel/py-setuptools dependency is technically redundant in
light of devel/py-setuptools-scm, it's best to express all of the needed
dependencies in `BUILD_DEPENDS`.
Reported by: poudriere
Approved by: imp (maintainer)
Pointyhat to: ngie
Fixes: 59337d86174 ("devel/ghpr: update to v3")
Differential Revision: https://reviews.freebsd.org/D55962
archivers/lzip: Update to 1.26
This includes the following changes:
- Tweak output of -vv.
- Print large numbers with underscore separators ('_').
- Documentation improvements.
databases/soci: Fix build with non-default options
Upstream renamed options from WITH_* to SOCI_*.
Also fix dependencies for MYSQL option.
Approved by: jbo (maintainer)
sysutils/entr: Update to 5.8
- Patch Makefile.bsd to set the actual version of the software. Upstream
missed it when the new version was released. It can be dropped once
it's fixed upstream.
Changelog:
https://github.com/eradman/entr/blob/5.8/NEWS
net/gerbera: Update to 3.2.1 and mark BROKEN on i386
Fails to build on i386,
error: non-constant-expression cannot be narrowed from type 'rep' (aka 'long long') to 'time_t' (aka 'int') in initializer list
Changelog: https://github.com/gerbera/gerbera/releases/tag/v3.2.1
multimedia/livego: update 0.0.15 -> 0.0.20 and take maintainership
Changelog: https://github.com/gwuhaolin/livego/releases/tag/0.0.20
Major changes:
* Fix Memory leak
* Update ignore rules
* Add RTMPS support
* added hls via https support
Port changes:
go-redis package don't fit GH_TUPLE expectations by creating the wrong
directory structure (create a ${WRKDIR}/go-redis directory where
${WRKDIR}/redis is expected) leading to post-extract move errors, so it
must be handled separately.