Date: Sat, 26 Oct 2024 21:12:55 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6467d8510a67 - main - net-mgmt/lldpd: Remove DTRACE option Message-ID: <202410262112.49QLCtSN085026@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6467d8510a67993ba1ebdd811a803268a255e6dc commit 6467d8510a67993ba1ebdd811a803268a255e6dc Author: John W. O'Brien <john@saltant.com> AuthorDate: 2024-10-26 21:09:02 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-26 21:09:05 +0000 net-mgmt/lldpd: Remove DTRACE option It's been broken for years so remove option until it works again PR: 280451 Approved by: portmgr (maintainer timeout, 2+ months) --- net-mgmt/lldpd/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile index 1ae18df1dd9e..644fa2f5d450 100644 --- a/net-mgmt/lldpd/Makefile +++ b/net-mgmt/lldpd/Makefile @@ -36,26 +36,19 @@ GROUPS= _lldpd CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/${PORTNAME}-/} -OPTIONS_DEFINE= BASH DOCS DTRACE PIE PROPRIETARY READLINE SNMP XML ZSH +OPTIONS_DEFINE= BASH DOCS PIE PROPRIETARY READLINE SNMP XML ZSH OPTIONS_DEFAULT= BASH PROPRIETARY SNMP XML ZSH -# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) -OPTIONS_EXCLUDE_aarch64= DTRACE -# dt_modtext:opensolaris/lib/libdtrace/common/dt_link.c: arm not implemented -OPTIONS_EXCLUDE_armv6= DTRACE -OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_SUB= yes .if ${FLAVOR:U} == tiny OPTIONS_DEFAULT:= .endif -DTRACE_DESC= DTrace support (BROKEN) PIE_DESC= Build PIE (position independant executables) PROPRIETARY_DESC= Support proprietary protocols (CDP/EDP/FDP/SONMP) SNMP_DESC= Enable SNMP sub-agent (AgentX) XML_DESC= XML output support -DTRACE_CONFIGURE_ENABLE= dtrace PIE_CONFIGURE_ENABLE= pie PROPRIETARY_CONFIGURE_ENABLE= cdp edp fdp sonmp READLINE_CONFIGURE_WITH= readline
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410262112.49QLCtSN085026>