Page MenuHomeFreeBSD

D51380.diff
No OneTemporary

D51380.diff

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20250801: libopencsd libraries moved to /usr/lib and made private
+OLD_FILES+=lib/libopencsd.so.0
+OLD_FILES+=usr/lib/libopencsd.a
+OLD_FILES+=usr/lib/libopencsd.so
+
# 20250728: zfsboot (MBR) removed
OLD_FILES+=boot/zfsboot
OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
diff --git a/lib/libopencsd/Makefile b/lib/libopencsd/Makefile
--- a/lib/libopencsd/Makefile
+++ b/lib/libopencsd/Makefile
@@ -1,8 +1,3 @@
-PACKAGE=lib${LIB}
-SHLIBDIR?= /lib
-
-.include <src.opts.mk>
-
OPENCSDSRC= ${SRCTOP}/contrib/opencsd
.PATH: ${OPENCSDSRC}/decoder/source/ete/ \
@@ -182,6 +177,7 @@
LIBADD= cxxrt
WARNS?= 1
+PRIVATELIB= true
HAS_TESTS=
diff --git a/release/packages/ucl/libopencsd-all.ucl b/release/packages/ucl/libopencsd-all.ucl
deleted file mode 100644
--- a/release/packages/ucl/libopencsd-all.ucl
+++ /dev/null
@@ -1,5 +0,0 @@
-comment = "ARM CoreSight Trace Decode Library"
-desc = <<EOD
-This library provides an API suitable for the decode of ARM CoreSight
-trace streams.
-EOD

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 1, 2:50 AM (16 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28256138
Default Alt Text
D51380.diff (1 KB)

Event Timeline