FreeBSD/ports 46ab808audio/waves Makefile distinfo

audio/waves: Update to 0.1.47

- Mark BROKEN on i386 [1]. It does not compile with the following
  error:

vendor/modernc.org/libc/libc_freebsd.go:247:25: cannot use int64(off) (value of type int64) as int32 value in assignment
vendor/modernc.org/libc/libc_freebsd.go:269:50: cannot use int64(off) (value of type int64) as int32 value in assignment
vendor/modernc.org/libc/libc_freebsd.go:1638:17: invalid operation: Uint64(Uint64FromInt32(-1)) / uint64(255) * size_t(c) (mismatched types uint64 and size_t)
vendor/modernc.org/libc/libc_freebsd.go:1639:192: invalid operation: *(*uint64)(unsafe.Pointer(w)) ^ k (mismatched types uint64 and size_t)
vendor/modernc.org/libc/libc_freebsd.go:1658:42: cannot use &l1 (value of type *size_t) as *uint64 value in argument to AssignUint64
vendor/modernc.org/libc/libc_freebsd.go:1658:47: cannot use size_t((int64(X__strchrnul(tls, var1, '=')) - int64(var1)) / 1) (value of uint32 type size_t) as uint64 value in argument to AssignUint64
vendor/modernc.org/libc/libc_freebsd.go:1667:19: invalid operation: l1 + l2 + uint64(2) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1673:48: invalid operation: l2 + uint64(1) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1686:6: cannot use uint64(0) (constant 0 of type uint64) as size_t value in assignment
vendor/modernc.org/libc/libc_freebsd.go:1696:57: invalid operation: l + uint64(1) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1696:57: too many errors

ChangeLog:


    [4 lines not shown]
DeltaFile
+5-5audio/waves/distinfo
+4-2audio/waves/Makefile
+9-72 files

LLVM/project 7a67a1allvm/lib/Analysis InstructionSimplify.cpp, llvm/test/Transforms/InstCombine ptr-int-cast.ll

[InstSimplify] Don't fold ptrtoint of ptradd of sub (#221188)

Don't fold `ptrtoint (ptradd (Ptr, X - ptrtoint(Ptr))) -> X`. While
valid by itself, the fact that LLVM currently does not properly model
the ptrtoint side effect means that we lose the provenance exposure of
Ptr. This results in end-to-end miscompiles that led to the revert of
#210729.

We can still perform the optimization for ptrtoaddr, which does not
expose provenance.
DeltaFile
+11-2llvm/test/Transforms/InstSimplify/ptrtoint.ll
+6-2llvm/lib/Analysis/InstructionSimplify.cpp
+6-1llvm/test/Transforms/InstCombine/ptr-int-cast.ll
+23-53 files

NetBSD/pkgsrc rf2pze0textproc/enchant2 options.mk distinfo

   enchant2: updated to 2.8.21

   2.8.21 (September 3, 2026)

   This release fixes two bugs in composite dictionaries: first, if any
   dictionary creation failed during creation of a composite dictionary,
   dictionaries already created would be leaked; and secondly, the broker error
   status could end up indicating an error incorrectly when one provider or
   language failed and a fallback later succeeded. Thanks to @lpyuu for the
   report and fixes.


   2.8.20 (August 25, 2026)

   This release improves the man page for enchant(1), mostly by documenting
   Ispell command-line options and pipe-mode commands that it ignores.
VersionDeltaFile
1.62+15-18textproc/enchant2/Makefile
1.45+4-4textproc/enchant2/distinfo
1.4+2-2textproc/enchant2/options.mk
+21-243 files

FreeBSD/ports f06ee1bnet/py-python-ldap Makefile distinfo

net/py-python-ldap: update to 3.4.7

PR:             297276
Reported by:    Ivan Rozhuk <rozhuk.im at gmail.com>
DeltaFile
+3-3net/py-python-ldap/distinfo
+2-1net/py-python-ldap/Makefile
+5-42 files

NetBSD/src 3pOLcl1sys/arch/sparc/sparc autoconf.c

   s/Cyrus/Cypress/ in comment.
VersionDeltaFile
1.274+3-3sys/arch/sparc/sparc/autoconf.c
+3-31 files

FreeBSD/src fb144a7usr.sbin/pw pw.8

pw(8): Brace the name-or-id synopsis so it matches the code

An unbraced pipe list made -n look like it could take a uid (or gid).
Use braces for a single choice of name or id, and keep -u newuid /
-g newgid on the name invocation only. Drop the USER/GROUP OPTIONS
sentences that said -n could be a numeric id.

PR:     269193
MFC after:      3 days
Reviewed by:    bapt
Differential Revision:  https://reviews.freebsd.org/D59472
DeltaFile
+9-16usr.sbin/pw/pw.8
+9-161 files

LLVM/project 90bc5b1llvm/test/tools/gold lit.local.cfg, llvm/test/tools/gold/X86 multiple-data.s multiple-sections.ll

[gold] Switch section-ordering-file tests to use ld.bfd (#219150)

ld.bfd supports `--section-ordering-file` since 2.43. Use it if the
binutils version is sufficiently recent.

The implementation in ld.bfd is significantly different, with the
section ordering file looking more like an incomplete linker script,
rather than a plain section listing.

The addresses of the sections are also slightly different than with
ld.gold. Use hex matches + arithmetic to just check the correct
order/offsets instead of hardcoding the exact choice of address.

ld.bfd also supports --start-lib/--end-lib since 2.47, but it seems like
those don't actually work with linker plugins, so I'm not migrating them
(https://sourceware.org/bugzilla/show_bug.cgi?id=34572).

Followup to https://github.com/llvm/llvm-project/pull/130981.
DeltaFile
+27-0llvm/test/tools/gold/lit.local.cfg
+10-9llvm/test/tools/gold/X86/multiple-sections.ll
+6-11llvm/test/tools/gold/X86/multiple-data.s
+5-0llvm/test/tools/gold/X86/Inputs/multiple-data-section-ordering.txt
+48-204 files

FreeBSD/src a971034release Makefile.vm, release/tools ec2_setpass ec2_desktop_extras

EC2: Add desktop flavour

Desktop AMIs have xrdp enabled and boot to a KDE desktop; they are
as compatible as possible with EC2 Windows AMIs, setting a random
password and printing it to the console in encrypted format to be
retrieved using the EC2 GetPasswordData API.

Two rc.d scripts are included in this commit which will not exist
in the long term: ec2_addpass will become part of the ec2-scripts
package, and ec2_desktop_extras will go away once its functionality
is included elsewhere.

MFC After:      1 month
Relnotes:       yes
Sponsored by:   Amazon
DeltaFile
+73-0release/tools/ec2-desktop.conf
+60-0release/tools/ec2_desktop_extras
+58-0release/tools/ec2_setpass
+2-1release/Makefile.vm
+193-14 files

LLVM/project c01caeaclang/lib/Driver/ToolChains CommonArgs.cpp, clang/test/CodeGen/PowerPC aix-vec-extabi-module-flag.c

PPC: Replace EnableAIXExtendedAltivecABI with "target-abi" module flag

Continue purging ABI-influencing TargetOptions fields. Eliminate this case
by migrating to a module flag, reusing the generic target-abi module flag
with a new value.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+22-21llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
+12-12llvm/test/CodeGen/PowerPC/ppc64-rop-protection-aix.ll
+18-0clang/test/CodeGen/PowerPC/aix-vec-extabi-module-flag.c
+13-0flang/test/Integration/PowerPC/aix-vec-extabi.f90
+0-11clang/lib/Driver/ToolChains/CommonArgs.cpp
+8-2llvm/lib/Target/PowerPC/PPC.h
+73-4676 files not shown
+190-18982 files

LLVM/project d1a653ellvm/lib/Target/Sparc SparcInstrInfo.h DelaySlotFiller.cpp

[Sparc] Fix instruction size for delay slot with UNIMP (#220955)

Sparc currently reports all instructions with delay slots as having
twice the size. However, there is a special case for struct returns,
where there is an extra UNIMP instruction. Move needsUnimp() into
SparcInstrInfo, and account for it in the instruction size calculation.

Part of enabling instruction size verification by default.
DeltaFile
+38-2llvm/lib/Target/Sparc/SparcInstrInfo.cpp
+2-35llvm/lib/Target/Sparc/DelaySlotFiller.cpp
+4-0llvm/lib/Target/Sparc/SparcInstrInfo.h
+44-373 files

LLVM/project 5950bbfllvm/lib/Transforms/Vectorize VPlanTransforms.cpp, llvm/test/Transforms/LoopVectorize replicate-region-branch-weights.ll

[VPlan] Fix merged replicate region frequency when only one is known. (#221607)

When merging two replicate regions guarded by the same mask, the merged
region's entry frequency should be the higher of the two original
frequencies, since it now fires whenever either original region did.

The existing check only updated the frequency when both were known,
leaving the second region's own (possibly much lower) frequency in place
whenever the first was unknown. This means we might set a misleadingly
low frequency. Conservatively set to unknown instead.
DeltaFile
+105-0llvm/test/Transforms/LoopVectorize/replicate-region-branch-weights.ll
+8-2llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+113-22 files

LLVM/project 76b7218clang/utils/TableGen CIRLoweringEmitter.cpp

[CIR] Derive lowering attr names from cppClassName, not the def name

CIRLoweringEmitter built its CXX_ABI_ALWAYS_LEGAL_ATTRS entries with
GetOpCppClassName, which splits the TableGen def name at the first
underscore. That works only while every def is named CIR_<CppClassName>Attr.
When one is not, the emitter writes an `isa<>` for a class that does not
exist, and the failure lands as a compile error in generated code.

Attributes carry the authoritative name in cppClassName, which
GenerateAttrToValueVisitor was already reading. Factor that out as
GetAttrCppClassRef and use it for both attribute paths. GetOpCppClassName
stays for operations.

NFC, and checkable. No CIR attribute overrides cppClassName, so the generated
CIRLowering.inc is byte-identical.
DeltaFile
+16-10clang/utils/TableGen/CIRLoweringEmitter.cpp
+16-101 files

LLVM/project 6de2e48clang/include/clang/CIR/Dialect/IR CIREnumAttr.td CIROps.td

[CIR] Drop dead ceremony around the CIR enum attributes

Five things that no longer earn their place in the CIR enum attribute
machinery.

CIR_CleanupKindAttr carried three. Its cppClassName restated the default
AttrDef already derives. Its skipDefaultBuilders plus hand-written
AttrBuilder existed only to default $value to CleanupKind::All, which no
caller relies on, so the generated builders stayed suppressed for nothing.
And its summary and description restated the name, overriding the enum's own
"cleanup kind" that EnumAttr would otherwise inherit. The isNormal, isEH and
isNormalAndEH helpers stay.

CIR_TLSModelAttr's summary restated its name the same way, so only that goes.
CIR_DefaultValuedEnumParameter has never had a user.

NFC.
DeltaFile
+0-16clang/include/clang/CIR/Dialect/IR/CIROps.td
+0-5clang/include/clang/CIR/Dialect/IR/CIREnumAttr.td
+0-212 files

LLVM/project 4f205e9clang/include/clang/CIR/Dialect/IR CIRTypes.td CIRCUDAAttrs.td, clang/test/CIR/IR invalid-call.cir

[CIR] Move the CIR enums off the legacy EnumAttrInfo hierarchy

MLIR has two enum hierarchies. `EnumAttrInfo` doubles as an `IntegerAttr`
constraint, so every CIR enum had to clear `genSpecializedAttr` to say it did
not want one. `EnumInfo` describes a C++ enum and nothing more.

Derive the CIR bases from `I32Enum`, `I64Enum` and `I32BitEnum`, and widen
`CIR_EnumAttr` to the `EnumInfo` that upstream `EnumAttr` already takes. The
flag no longer exists to clear. `FPClassTestEnum` gets unquoted printing from
`BitEnumBase` rather than overriding `printBitEnumQuoted`, and
`CIR_KnownFuncKind` drops a `parameterPrinter` the generated `operator<<`
now covers, still spelling `#cir.func_identity<"std::find">`.

AMDGPU wraps an `I32Enum` in an `EnumAttr` with this same bracketed format.
Parsing moves to the generated `FieldParser`, whose diagnostic names the
accepted spellings, so two `expected-error` lines change. Generated attribute
code drops 16 KB as 28 inlined parsers collapse into it.
DeltaFile
+33-73clang/include/clang/CIR/Dialect/IR/CIROps.td
+23-53clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
+13-9clang/include/clang/CIR/Dialect/IR/CIREnumAttr.td
+2-4clang/include/clang/CIR/Dialect/IR/CIRCUDAAttrs.td
+1-3clang/include/clang/CIR/Dialect/IR/CIRTypes.td
+1-1clang/test/CIR/IR/invalid-call.cir
+73-1431 files not shown
+74-1447 files

LLVM/project d1fb42bclang/include/clang/CIR/Dialect/IR CIROps.td, clang/test/CIR/CodeGenBuiltins builtin-isinf-sign.c builtin-isfpclass.c

[CIR] Migrate the FPClassTest bit enum and unquote its flags

cir.is_fp_class printed its flags inconsistently. Single-bit values came out
bare, as in `fcSNan`, while group values and combinations came out quoted, as
in `"fcInf"` and `"fcSNan|fcNegInf"`. That comes from I32BitEnumAttr setting
printBitEnumQuoted, which EnumAttr.td keeps only for backwards compatibility.

Clearing the bit and using the `enum` directive selects the separator-aware
parser and printer, so every value now spells unquoted:

  cir.is_fp_class %x, fcSNan|fcNegInf : (!cir.float) -> !cir.bool

The enum also drops its specialized IntegerAttr for a CIR_EnumAttr wrapper,
giving it the standalone spelling `#cir.fp_class<fcSNan|fcNegInf>`. This
changes operation syntax, so it updates 37 CHECK lines.
DeltaFile
+20-20clang/test/CIR/CodeGenBuiltins/builtin-fpclassify.c
+16-16clang/test/CIR/CodeGenBuiltins/builtin-isfpclass.c
+20-0clang/test/CIR/IR/enum-attrs.cir
+12-2clang/include/clang/CIR/Dialect/IR/CIROps.td
+1-1clang/test/CIR/CodeGenBuiltins/builtin-isinf-sign.c
+69-395 files

LLVM/project 64420a7llvm/lib/Target/PowerPC PPC.h PPCSubtarget.h, llvm/test/CodeGen/PowerPC target-abi-module-flag.ll

PPC: Read the ELF ABI from the "target-abi" module flag

Resolve the ELFv2 ABI from the effective ABI name module flag,
rather than strictly relying on the -target-abi flag.

Also start emitting "target-abi" for PPC from clang.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+37-0llvm/test/CodeGen/PowerPC/target-abi-module-flag.ll
+18-17llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
+5-3llvm/lib/Target/PowerPC/PPCSubtarget.cpp
+4-3llvm/lib/Target/PowerPC/PPCTargetMachine.h
+4-1llvm/lib/Target/PowerPC/PPCSubtarget.h
+4-0llvm/lib/Target/PowerPC/PPC.h
+72-245 files not shown
+79-3011 files

LLVM/project b966c71llvm/lib/Target/AMDGPU SIInstructions.td, llvm/test/CodeGen/AMDGPU global-load-xcnt.ll pack-half-to-lshl-or.ll

[AMDGPU] Fix true16 high-half packing when the low operand is not a VGPR (#220843)

The true16 (hi << 16) | z pattern used v_or_b16 and EXTRACT_SUBREG hi16
on z. That is only valid when z is a VGPR. When z is an immediate (e.g.
0x3c00), EXTRACT_SUBREG hi16 does not isolate the high 16 bits, so the
whole constant is ORed into hi: we get (hi | 0x3c00) << 16 instead of hi
<< 16.

Select v_lshl_or_b32 instead, with z as VSrc_b32, matching the fake16
path.
DeltaFile
+125-34llvm/test/CodeGen/AMDGPU/pack-half-to-lshl-or.ll
+5-6llvm/lib/Target/AMDGPU/SIInstructions.td
+2-2llvm/test/CodeGen/AMDGPU/global-load-xcnt.ll
+132-423 files

NetBSD/src 5K5pciXdistrib/sets/lists/man mi, distrib/sets/lists/manhtml mi

   Add build glue for sparc64/envmon.4.
VersionDeltaFile
1.13+3-2share/man/man4/man4.sparc64/Makefile
1.1844+3-1distrib/sets/lists/man/mi
1.61+2-1distrib/sets/lists/manhtml/mi
+8-43 files

FreeBSD/src 6624f3clib/libarchive/tests Makefile

[tests] libarchive: mark `test_read_filter_lz4_raw_skip` broken

This test has not passed since 185becb1e1bd2657c156f78aeb52edac05ba5fb5
(the libarchive 3.8.9 upgrade).

PR:             297505
MFC after:      1 week
Reviewed by:    siva
Differential Revision:  https://reviews.freebsd.org/D59314

(cherry picked from commit 064d190cdac48465083da1798a36d923f50790ac)
DeltaFile
+6-1lib/libarchive/tests/Makefile
+6-11 files

NetBSD/src EDNRBhLshare/man/man4/man4.sparc64 envmon.4

   Add a manual page for the sparc64/envmon.4 sensor (on U25/U45/V215/V245).
VersionDeltaFile
1.1+80-0share/man/man4/man4.sparc64/envmon.4
+80-01 files

FreeBSD/src 5cef979lib/libarchive/tests Makefile

[tests] libarchive: mark `test_read_filter_lz4_raw_skip` broken

This test has not passed since 185becb1e1bd2657c156f78aeb52edac05ba5fb5
(the libarchive 3.8.9 upgrade).

PR:             297505
MFC after:      1 week
Reviewed by:    siva
Differential Revision:  https://reviews.freebsd.org/D59314

(cherry picked from commit 064d190cdac48465083da1798a36d923f50790ac)
DeltaFile
+6-1lib/libarchive/tests/Makefile
+6-11 files

NetBSD/src agVKXypsys/arch/sparc64/conf files.sparc64 GENERIC

   Add configuration for the "envmon" sensor found on U25/U45/V215/V245.
VersionDeltaFile
1.256+5-2sys/arch/sparc64/conf/GENERIC
1.173+5-1sys/arch/sparc64/conf/files.sparc64
+10-32 files

NetBSD/src tGpUY7gsys/arch/sparc64/dev envmon_ebusreg.h envmon_ebus.c

   Add a driver for the "env-monitor" sensor found on Sun U25/U45 and V215/V245.
   On the Ultra machines, the sensor reports the front panel temperature.
   On the Fire machines, the sensor reports the front fan tray fan speeds,
   the fan fault indicator, the front panel temperature, the keyswitch indicators,
   and controls the front and rear status LED's.
   Temperature, fan speeds, and indicators are reported via envsys(4), whilst
   LED's are exposed via led(4).
   Thanks to Ken Wellsch for testing and investigating sensors on his V215.
VersionDeltaFile
1.1+757-0sys/arch/sparc64/dev/envmon_ebus.c
1.1+127-0sys/arch/sparc64/dev/envmon_ebusreg.h
+884-02 files

NetBSD/pkgsrc 2s4tWrLdoc CHANGES-2026

   Updated textproc/py-ujson, devel/py-configargparse, devel/py-cattrs
VersionDeltaFile
1.5905+4-1doc/CHANGES-2026
+4-11 files

LLVM/project 2cb4f83llvm/test/MC/AMDGPU gfx13_asm_vop3_from_vop1_dpp8.s gfx13_asm_vop1_dpp8.s

[AMDGPU][NFC] Add gfx13 MC tests for v_mov_b16 and v_swap_b16 (#220863)

Both instructions were already supported on gfx13 but had limited MC
tests coverage.
DeltaFile
+66-0llvm/test/MC/AMDGPU/gfx13_asm_vop1.s
+54-0llvm/test/MC/AMDGPU/gfx13_asm_vop3_from_vop1.s
+42-0llvm/test/MC/AMDGPU/gfx13_asm_vop3_from_vop1_dpp16.s
+42-0llvm/test/MC/AMDGPU/gfx13_asm_vop1_dpp16.s
+9-0llvm/test/MC/AMDGPU/gfx13_asm_vop3_from_vop1_dpp8.s
+9-0llvm/test/MC/AMDGPU/gfx13_asm_vop1_dpp8.s
+222-06 files

NetBSD/pkgsrc oU2o8Rhdevel/py-cattrs distinfo Makefile

   py-cattrs: updated to 26.2.0

   26.2.0 (2026-09-08)

   - Fix the `msgpack` and `cbor2` converters unstructuring naive datetimes as local time, which made the serialized value depend on the timezone of the machine doing the unstructuring; naive datetimes are now assumed to be UTC, matching what the structure hooks already read back.
   - Fix `override(rename=...)` targets containing a quote (or other characters not safe in a bare string literal) crashing code generation with `SyntaxError`; the rename key is now embedded with `repr`.
   - Fix `Counter` keys not being unstructured with the key type's own hook; the single-type-arg branch passed the whole type-args tuple to the key hook lookup instead of the key type.
   - Fix `create_default_dis_func <cattrs.disambiguators.create_default_dis_func>` (aka `create_uniq_field_dis_func`) failing to disambiguate valid unions depending on the order of the member classes; unique fields are now resolved iteratively to a fixpoint.
   - Support more recursive types on 3.14+ with specialized factories for [`annotationlib.ForwardRef`](https://docs.python.org/3/library/annotationlib.html#annotationlib.ForwardRef).
   - `Converter <cattrs.Converter>` now uses specialized hook factories to generate hooks for tuples, increasing speed.
   - Fix an `AttributeError` in `cattrs` internals that could be triggered by using the `include_subclasses` strategy in a `structure_hook_factory`
   - Fix TypedDict codegen when keys contain single quotes.
   - Add `CattrsError` exception type: all exceptions raised by `cattrs` inherit from this.
     Literal and date-time validation raise this directly, instead of `Exception`.
   - Fix the `detailed_validation` parameter being passed under the wrong name in {func}`namedtuple_dict_structure_factory <cattrs.cols.namedtuple_dict_structure_factory>`, causing it to be silently ignored.
   - _cattrs_ is now autoformatted using Ruff.
   - Support running the test suite without `cbor2` installed.
   - The [union passthrough strategy](https://catt.rs/en/stable/strategies.html#union-passthrough) now supports PEP 695 type aliases as union members.
   - {meth}`BaseConverter.register_structure_hook_factory` and {meth}`BaseConverter.register_unstructure_hook_factory` now properly return the factory when used as decorators.
   - The {mod}`msgspec <cattrs.preconf.msgspec>` preconf converter now properly handles recursive classes on Python 3.14+.
VersionDeltaFile
1.16+11-12devel/py-cattrs/Makefile
1.14+4-4devel/py-cattrs/distinfo
+15-162 files

NetBSD/pkgsrc VnW3tVEdevel/py-configargparse Makefile distinfo

   py-configargparse: updated to 1.7.7

   1.7.7
   Args with a custom argparse.Action and nargs can now be set from a config file
VersionDeltaFile
1.25+4-4devel/py-configargparse/distinfo
1.28+2-2devel/py-configargparse/Makefile
+6-62 files

NetBSD/pkgsrc G8lanGrtextproc/py-ujson distinfo Makefile

   py-ujson: updated to 6.0.0

   6.0.0

   Changed

   Assorted cleanup refactors

   Removed

   Reduce bytes-like support to only bytes and bytearray

   Fixed

   Allow default handler to handle bytes
   Update build dependencies to avoid warning about missing [tool.setuptools_scm] section
   Tighten UTF-8 validation for ujson.loads()-ing strings from bytes
   Fix memory leak when the default() handler returns non-serialisable objects until its recursion limit is hit
VersionDeltaFile
1.26+4-4textproc/py-ujson/distinfo
1.31+4-4textproc/py-ujson/Makefile
+8-82 files

FreeBSD/ports d539918Mk/Scripts qa.sh

Mk/Scripts: qa resolve LIB_DEPENDS using sonames

PR:     274012
Reported by:    yuri
DeltaFile
+10-2Mk/Scripts/qa.sh
+10-21 files

FreeBSD/ports ec63400net/ovhcloud-cli Makefile distinfo, net/ovhcloud-cli/files modules.txt

net/ovhcloud-cli: Update to 0.14.0
DeltaFile
+24-24net/ovhcloud-cli/files/modules.txt
+13-13net/ovhcloud-cli/distinfo
+6-7net/ovhcloud-cli/Makefile
+43-443 files