notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/ardour6/files/patch-libs_fst_wscript
SVNWeb

Number of commits found: 2

Tue, 4 Jan 2022
[ 16:03 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Florian Walpen ]    commit hash:f9d2916c1ef66b3a4b70f7c6da2c4679b63ed68e  commit hash:f9d2916c1ef66b3a4b70f7c6da2c4679b63ed68e  commit hash:f9d2916c1ef66b3a4b70f7c6da2c4679b63ed68e  f9d2916 
audio/ardour6: Update to 6.9.0

Fix MP3 audio export. It was unavailable due to missing ffmpeg_harvid and
ffprobe_harvid in $PATH.

Add dependencies on harfbuzz and fftw3 libraries, which were implicitly linked.

While here, pet linters.

PR:	260766
Reported by:	dev@submerge.ch
Tue, 27 Oct 2020
[ 14:23 pkubaj search for other commits by this committer ] Original commit   Revision:553443
audio/ardour6: fix build on GCC architectures

Undefine _POSIX_SOURCE to make macros in errno.h available:
/usr/local/lib/gcc9/include/c++/powerpc64-portbld-freebsd12.1/bits/error_constants.h:42:40:
error: 'EAFNOSUPPORT' was not declared in this scope
   42 |       address_family_not_supported =   EAFNOSUPPORT,
      |                                        ^~~~~~~~~~~~
/usr/local/lib/gcc9/include/c++/powerpc64-portbld-freebsd12.1/bits/error_constants.h:43:28:
error: 'EADDRINUSE' was not declared in this scope
   43 |       address_in_use =     EADDRINUSE,
      |                            ^~~~~~~~~~

Also tested to build with Clang.

MFH:		2020Q4 (fix build blanket)

Number of commits found: 2