git: 0e81df7e1bd1 - main - sysutils/lttng-tools: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 22:57:04 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0e81df7e1bd1441c61c87c75f0af5cf8a36d5706
commit 0e81df7e1bd1441c61c87c75f0af5cf8a36d5706
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-29 10:20:08 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-29 22:53:30 +0000
sysutils/lttng-tools: Mark DEPRECATED
- BROKEN on all supported versions after the EOL of 12
- Set EXPIRATION_DATE 2023-12-31
Approved by: portmgr (blanket)
---
sysutils/lttng-tools/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sysutils/lttng-tools/Makefile b/sysutils/lttng-tools/Makefile
index 086020c1a145..5b2becb9a210 100644
--- a/sysutils/lttng-tools/Makefile
+++ b/sysutils/lttng-tools/Makefile
@@ -10,9 +10,11 @@ WWW= https://lttng.org/
LICENSE= LGPL21 GPLv2
LICENSE_COMB= dual
-LICENSE_FILE_LGPL21= ${WRKSRC}/lgpl-2.1.txt
LICENSE_FILE_GPLv2= ${WRKSRC}/gpl-2.0.txt
+LICENSE_FILE_LGPL21= ${WRKSRC}/lgpl-2.1.txt
+DEPRECATED= BROKEN on all supported versions after the EOL of 12
+EXPIRATION_DATE= 2023-12-31
BROKEN_FreeBSD_13= ld: error: duplicate symbol: mi_lttng_element_load_override_url
BROKEN_FreeBSD_14= ld: error: duplicate symbol: mi_lttng_element_load_override_url
@@ -22,8 +24,8 @@ LIB_DEPENDS= libpopt.so:devel/popt \
USES= autoreconf bison compiler:c11 gnome libtool localbase pathfix \
pkgconfig shebangfix tar:bzip2
-USE_LDCONFIG= yes
USE_GNOME= libxml2
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lttng-ust-prefix=${LOCALBASE} \