mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
7d2e8034e6
commit
6467d8510a
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue