Since a few releases, the configure option to build either advancemame
or advancemess is no more, so both are built together. Therefore, there
is no sense in having two separate ports anymore, emulators/advancemess
will be removed.
OK bentley@
fail, reported by naddy@.
set COMPILER_LANGS=c while there, the GNU compiler is only used for C nested
functions (because I still have no ideas about the BlocksRuntime with clang),
c++ is not needed.
This package is a Python implementation of the standards developed by
IETF Javascript Object Signing and Encryption (Active WG), in particular
the following RFCs:
JSON Web Algorithms (JWA)
JSON Web Key (JWK)
JSON Web Signature (JWS)
Originally developed as part of the ACME protocol implementation.
ok rpointel@, rsadowski@, and juanfra@
The PyCharm IDE provides smart code completion, code inspections, on-the-fly
error highlighting and quick-fixes, along with automated code refactorings and
rich navigation capabilities.
"Since version 3.10, CMake processes regular and GENERATED source files in
AUTOMOC and AUTOUIC. In earlier CMake versions, only regular source files were
processed. GENERATED source files were ignored silently."
"The NEW behavior for this policy is to process GENERATED source files in
AUTOMOC and AUTOUIC just like regular source files."
Spotted by naddy@ and sthen@ in different bulks
version >= 1 expected, using it anyway" doesn't cause the port build to fail.
This problem resulted in most of the ports tree being broken on non-clang
arches and some important parts of it on clang arches too.
Similar but a bit different to a direction agreed with espie.
Really: needs new Ada bootstraps, and figuring out why base libs are
interfering with the bootstrap build environment.
convert ssl_protocols strings to min/max values. Patch to neuter the autoconf
check because this code doesn't work correctly (in particular it doesn't
handle strings with !SSLv2) and fallback to the old working code instead.
No reply to https://www.dovecot.org/pipermail/dovecot/2018-March/111260.html
but the code is different in Dovecot master/2.3 (it looks like they did it
this way in 2.2 so they could use the 1.1-api functions without config
changes, but it backfired).
ok Brad