security/krb5*: Add CRYPTO radio button
Base MIT KRB5 is linked against OpenSSL to supply its crypto. This
was done to avoid symbol conflicts within ssh (i.e. a buildworld
failure). This now causes the port and base inconsistencies.
Add a crypto option to allow the user to select either builtin or
openssl crypto.
PR: 291695
audio/opus: update to 1.6
Major changes:
* A new wideband-to-fullband bandwidth extension (BWE) module
* Support for 96 kHz audio with Opus HD
* Significant improvement to Deep Redundancy (DRED)
* A new 24-bit encoder/decoder API
PR: 291729
science/openmodelica: Fix build with Qt 6.10.1.
The QString::arg() method no longer accepts implicit conversions. [1]
[1] https://doc.qt.io/qt-6/qstring.html#arg-2
With hat: kde@
net-im/kaidan: Fix build with Qt 6.10
Backport upstream patch to fix build with Qt 6.10. Private Qt components
must now be explicitly found with their respective CMake files.
cad/fritzing: Fix build with Qt 6.10.1
The QString::arg() method no longer accepts implicit conversions. [1]
[1] https://doc.qt.io/qt-6/qstring.html#arg-2
With hat: kde@
audio/mixxx: Fix deps for Qt 6.10.1
The 'base' and 'declarative' Qt6 components are almost always going
to be LIB_DEPENDS (default).
While here, fix broken pkg-plist. Entries added by the PORTDOCS macro
should not be duplicated in pkg-plist.
With hat: kde@
*.*: Remove useless commented PORTREVISION lines
We have compentent tools to bump PORTREVISION and don't need these
placeholders that serve no purpose other than to uglify the Makefile.
cad/freecad-devel and cad/openscad-devel are good recent examples
of where tools have been used to bump PORTREVISION, but there was
a residual commented PORTREVISION line prior to this commit.
Approved by: portmgr (blanket)
comms/klog: Fix pkg-plist
DESKTOP_ENTRIES automatically adds a pkg-plist entry, so the extra
entry added to PLIST_FILES in b0e679ed7d1f creates a stage-qa error.
This port does not consider the DESKTOP_LAUNCH_ID environment variable,
so the final DESKTOP_ENTRIES sub-variable should be set to "false"
(unquoted).
Switch PLIST_FILES to a regular pkg-plist file, since there are 17
entries which is 11 over the 'handful' of 6 entries convention
recommended in the PHB and tested for by portlint(1).
Remove superfluous and commented-out PORTREVISON. We have scripts to
bump PORTREVSION correctly and don't need this sort of placeholder.
USE_QT=tools should be a build-only dep and USE_QT=sqldriver-sqlite
should be a run-only dep. Qt 6.x requires at least C++17 and links to
OpenGL, not GL. [1]
[2 lines not shown]