Disable FFMPEG option by default and mark it as broken since it does not build:
SDL_ffmpeg.c:89:103: warning: declaration of 'enum PixelFormat' will not be visible outside of this function [-Wvisibility]
struct SwsContext* getContext( SDL_ffmpegConversionContext **context, int inWidth, int inHeight, enum PixelFormat inFormat, int outWidth, int outHeight, enum PixelFormat outFormat )
^
SDL_ffmpeg.c:89:115: error: variable has incomplete type 'enum PixelFormat'
struct SwsContext* getContext( SDL_ffmpegConversionContext **context, int inWidth, int inHeight, enum PixelFormat inFormat, int outWidth, int outHeight, enum PixelFormat outFormat )
^
This was accepted by me in r495224. STATIC_WX_ENABLE was probably
supposed to be STATIC_WX_CONFIGURE_ENABLE but the entire idea of
the option is flawed. wxgtk31 does not provide static libraries.
While here drop unhooked JACK_LIB_DEPENDS options helper. Audacity
has been using the system Portaudio for a while and JACK support
can be enabled there.
Probably CMAKE_ARGS was meant here. WITH_LSR_BINDINGS, BUILD_SHARED_LIBS
are both on by default. There is no immediate need to set them
explicitly. Do it anyway since this seems to have been the original
intent.
Changelog:
Fork no longer appends its merge delimiter to the end of the output.
DES no longer requires an IV in ECB mode
Merge branch 'Storms-Engineering-master'
Merge branch 'wh0-backslash'
Added tests for Utils.parseEscapedChars
Merge branch 'BjoernAkAManf-master'
Tidied up chainCommands function in Gruntfile
Fixed search box appaerance in Firefox
Merge branch 'Xenonym-chore/remove-duplicate-issue-template'
Updated bug report template
Added length check to Triple DES IVs
Merge branch 'IV-length-Error'
Fixed some typos
Removed Clippy
PHP Deserialize NULL values converted to correctly
DES Encrypt/Decrypt - checks length of IV string
Added test to ensure all operations are in a category
Base64 operations now throw a meaningful error
Merge branch 'fix-node-tests'
PR: 208412
Submitted by: thomas@bsdunix.ch
After the deletion of the openjdk6 port there are no viable versions of
Java 6 remaining in the ports tree.
PR: 241020
Approved by: ultima@ (maintainer)
Relevant changes taken from this...
ChangeLog: https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html
* Security fix: in bracketed paste mode, the terminal escape sequences that
should delimit the pasted data were appearing together on one side of it,
making it possible to misidentify pasted data as manual keyboard input.
* Bug fix (possibly security-related): an SSH-1 server sending a disconnection
message could cause an access to freed memory.
* Bug fix: tweaked terminal handling to prevent lost characters at the ends of
lines in gcc's coloured error messages.
* Bug fix: removed a bad interaction between the 'clear scrollback' operation
and mouse selection that could give rise to the dreaded "line==NULL"
assertion box.
MFH: 2019Q4
Changelog:
1.8.15 (07.10.19)
- Bug fixes and other minor improvements.
1.8.14 (03.10.19)
- Bug fixes and other minor improvements.
1.8.13 (03.10.19)
- Bug fixes and other minor improvements.
1.8.12 (02.10.19)
- Bug fixes and other minor improvements.
1.8.11 (01.10.19)
- Bug fixes and other minor improvements.
1.8.10 (30.09.19)
- Bug fixes and other minor improvements.
PR: 241319
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)