Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2025 17:50:29 GMT
From:      Lexi Winter <ivy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b2e9c8e69bcf - main - packages: add package ucl for libopencsd-all
Message-ID:  <202507171750.56HHoTEr035310@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy:

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

commit b2e9c8e69bcf4c757ac4dbcd836618d65cfe2c0e
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-07-17 17:49:04 +0000
Commit:     Lexi Winter <ivy@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507171750.56HHoTEr035310>