Fix gexiv dependencies in the port.
The port was erroneously depending on graphics/py-exiv2 while in fact it only
needs exiv2 itself (which was always present anyway because py-exiv2 depends on
it). This port builds a Python module that links against exiv2, so clarify the
situation and stop depending on py-exiv2, which is BROKEN and DEPRECATED.
PR: 236806
Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Approved by: ports-secteam (blanket approval)
multimedia/libva: unbreak DRM backend in some cases
$ vainfo
error: XDG_RUNTIME_DIR not set in the environment.
error: can't connect to X server!
vaInitialize failed with error code 1 (operation failed),exit
$ ls -lL /dev/dri
total 0
crw-rw---- 1 root video 0x188 Mar 30 17:28 card0
crw-rw---- 1 root video 0x208 Mar 30 17:28 renderD128
$ echo $((0x208 & 0x80))
0
Reported by: 김종성 (via private mail)
Approved by: ports-secteam blanket
- Make sure man pages are always built correctly. They were
only built if asciidoc happened to be installed and
the output was XML instead of troff.
- Fix build on 13-CURRENT - the build picked up
OpenMP implicitly and didn't link the library to libomp
properly, which broke dependent ports (like graphics/ffmpeg).
- Fix build on releases if OpenMP was already installed.
- Enable building with OpenMP support by default on i386
and amd64.
- Bump revision
PR: 234285
Approved by: portmgr (build fix blanket)
Restore distribution information of World Vector Shoreline (WVS) that
disappeared with revision 494518.
PR: 236302
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
It has been a long time since the last release, several things that I've reported have been fixed since.
New option: SPELL_CHECK that introduces the dependency on KDE's sonnet.
While I'm here:
* Remove the dependency for math/py-pandas because it's listed as an extra
dependency and thus not required for basic runtime.
* Add a note for users that want to make use of the Pandas Dataframe
structure.
* Add a patch for setup.py to limit devel/py-backports.csv to Python 2.
* Pet portlint
Changelog:
https://github.com/kennethreitz/tablib/compare/v0.12.1...v0.13.0
Approved by: mentors (implicit)
U2F (ie Yubikeys) support was broken in r489612 when part of the required functionality was removed from services/device/hid/hid_connection_freebsd.cc
Submitted patch brings it back and also synchronizes blocking checks API with Linux version of the file.
PR: 236911
Submitted by: gonzo
- removed PORTREVISION due to version bump
- add new test dependencies:
- devel/R-cran-R6
- devel/R-cran-covr
- devel/R-cran-testthat
- update website URL to align with CRAN package
- no changelog provided
Generated by: portcran (0.1.9)