| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
|
| | |
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ld: error: duplicate symbol: ME_CURBE_INIT_DATA
>>> defined at media_drv_common.c
>>> .libs/hybrid_drv_video_la-media_drv_common.o:(ME_CURBE_INIT_DATA)
>>> defined at media_drv_hw_g75.c
>>> .libs/hybrid_drv_video_la-media_drv_hw_g75.o:(.bss+0x0)
ld: error: duplicate symbol: SEARCH_PATH_TABLE
>>> defined at media_drv_common.c
>>> .libs/hybrid_drv_video_la-media_drv_common.o:(SEARCH_PATH_TABLE)
>>> defined at media_drv_hw_g75.c
>>> .libs/hybrid_drv_video_la-media_drv_hw_g75.o:(.bss+0x80)
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
| | |
|
| |
|
|
|
|
|
| |
libva
PR: 236376
Submitted by: Dries Michiels (based on)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
| | |
|
| | |
|
|
|
On Skylake this reduces CPU usage by half when decoding VP9.
|