The branch main has been updated by ivy:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=b2e9c8e69bcf4c757ac4dbcd836618d65cfe2c0e

commit b2e9c8e69bcf4c757ac4dbcd836618d65cfe2c0e
Author:     Lexi Winter <i...@freebsd.org>
AuthorDate: 2025-07-17 17:49:04 +0000
Commit:     Lexi Winter <i...@freebsd.org>
CommitDate: 2025-07-17 17:49:44 +0000

    packages: add package ucl for libopencsd-all
    
    This package is installed on arm64 (only) and was missing an entry in
    Makefile.package so it was missed in the mechanical conversion run.
    
    This fixes the arm64 package build.
    
    Fixes:          f75b20e7ddb8 ("packages: make UCL files required")
    Reported by:    dch, cperciva
    Reviewed by:    kevans
    Approved by:    kevans (mentor)
    Differential Revision:  https://reviews.freebsd.org/D51374
---
 release/packages/ucl/libopencsd-all.ucl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/release/packages/ucl/libopencsd-all.ucl 
b/release/packages/ucl/libopencsd-all.ucl
new file mode 100644
index 000000000000..af46292dceed
--- /dev/null
+++ b/release/packages/ucl/libopencsd-all.ucl
@@ -0,0 +1,5 @@
+comment = "ARM CoreSight Trace Decode Library"
+desc = <<EOD
+This library provides an API suitable for the decode of ARM CoreSight
+trace streams.
+EOD

Reply via email to