mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net-mgmt/lldpd: tiny flavor
Reported by: marck Approved by: freebsd@simweb.ch (maintainer) Differential Revision: https://reviews.freebsd.org/D40838
This commit is contained in:
parent
a0c9796c46
commit
5020a188aa
@ -30,6 +30,10 @@ INSTALL_TARGET= install-strip
|
||||
USERS= _lldpd
|
||||
GROUPS= _lldpd
|
||||
|
||||
FLAVORS= default tiny
|
||||
|
||||
CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/${PORTNAME}-/}
|
||||
|
||||
OPTIONS_DEFINE= BASH DOCS DTRACE JSON PIE PROPRIETARY READLINE SNMP XML ZSH
|
||||
OPTIONS_DEFAULT= BASH JSON PROPRIETARY SNMP XML ZSH
|
||||
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
|
||||
@ -39,6 +43,12 @@ OPTIONS_EXCLUDE_armv6= DTRACE
|
||||
OPTIONS_EXCLUDE_armv7= DTRACE
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
.if ${FLAVOR:U} == tiny
|
||||
PKGNAMESUFFIX= -tiny
|
||||
COMMENT= LLDP (802.1ab) daemon
|
||||
OPTIONS_DEFAULT:=
|
||||
.endif
|
||||
|
||||
DTRACE_DESC= DTrace support (BROKEN)
|
||||
JSON_DESC= JSON output support
|
||||
PIE_DESC= Build PIE (position independant executables)
|
||||
|
Loading…
Reference in New Issue
Block a user