Brad Smith

Results 70 issues of Brad Smith

Converting over from autoconf to Meson there are various files not installed. ``` @@ -1,15 +1,2 @@ -bin/ATR_analysis -bin/gscriptor @bin bin/pcsc_scan -bin/scriptor -@man man/man1/ATR_analysis.1p -@man man/man1/gscriptor.1p -@man man/man1/pcsc_scan.1 -@man man/man1/scriptor.1p...

enhancement
help wanted

Trying to update our OpenBSD port / package to FFmpeg 6.1 we ran into Mediastreamer2 which currently does not build against FFmpeg 5.x / 6.x API. ``` FAILED: src/CMakeFiles/mediastreamer2.dir/utils/ffmpeg-priv.c.o /home/brad/ports/pobj/mediastreamer2-5.3.41/bin/cc...

OpenBSD does not have librt.

build and general CI

OpenBSD 7.3+ requires xonly.

## Description Add missing getauxval() test for Linux. RocksDB was updated to 6.29. The RocksDB code changed from checking for ```__linux__``` to utilizing a CMake test. It looks like the...

External Contribution

Now that RocksDB has been synced up to 6.29, which includes the changes mentioned in the CMake comment, support for building on non-Linux aarch64 OSes can be enabled. ## Description...

External Contribution

## Description Replace deprecated use of CMAKE_COMPILER_IS_GNU(CC|CXX) with CMAKE_(C|CXX)_COMPILER_ID throughout the tree. Some places already use CMAKE_(C|CXX)_COMPILER_ID. As of CMake 3.24 CMAKE_COMPILER_IS_GNU(CC|CXX) are deprecated and should be replaced with CMAKE_(C|CXX)_COMPILER_ID...

External Contribution