mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
819f25b36d
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
31 lines
596 B
Makefile
31 lines
596 B
Makefile
PORTNAME= openbgpd
|
|
PORTVERSION= 6.9p0
|
|
CATEGORIES= net
|
|
MASTER_SITES= OPENBSD/OpenBGPD
|
|
PKGNAMESUFFIX= 6
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Free implementation of the Border Gateway Protocol, Version 4
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${FILESDIR}/COPYING
|
|
|
|
USES= autoreconf libtool uidfix
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
USERS= _bgpd
|
|
GROUPS= _bgpd
|
|
|
|
CONFLICTS= zebra quagga
|
|
|
|
OPTIONS_DEFINE= IPV6LLPEER
|
|
OPTIONS_DEFAULT= IPV6LLPEER
|
|
IPV6LLPEER_DESC= Support nexthop using IPv6 link-local address
|
|
IPV6LLPEER_MAKE_ARGS= -DIPV6_LINKLOCAL_PEER
|
|
|
|
.include <bsd.port.mk>
|