net-mgmt/super_mediator: Ignore with mysql 8.0
- Pet portclippy PR: 269203 Reported by: exp-run Approved by: portmgr (just-fix-it)
This commit is contained in:
parent
761babb06e
commit
d757d5292b
1 changed files with 6 additions and 7 deletions
|
@ -14,28 +14,27 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libfixbuf.so:net/libfixbuf \
|
||||
libltdl.so:devel/libltdl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= compiler:c11 gnome libtool pathfix perl5 pkgconfig ssl
|
||||
USE_GNOME= glib20
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
OPTIONS_DEFINE= SPREAD MYSQL SKIPSET
|
||||
OPTIONS_DEFAULT= MYSQL SKIPSET
|
||||
|
||||
SPREAD_DESC= Enable Spread libary as a pub/sub distribution capability
|
||||
MYSQL_DESC= Enable SuperMediator to directly write into MySQL
|
||||
SKIPSET_DESC= Enable SiLK IPSET files for filtering
|
||||
SPREAD_DESC= Enable Spread libary as a pub/sub distribution capability
|
||||
|
||||
SKIPSET_LIB_DEPENDS= libsilk.so:security/silktools
|
||||
SPREAD_LIB_DEPENDS= libspread.so:net/spread4
|
||||
MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT}
|
||||
|
||||
MYSQL_USES= mysql
|
||||
|
||||
MYSQL_CONFIGURE_WITH= mysql
|
||||
MYSQL_VARS= IGNORE_WITH_MYSQL=80
|
||||
SKIPSET_LIB_DEPENDS= libsilk.so:security/silktools
|
||||
SKIPSET_CONFIGURE_WITH= skipset
|
||||
SPREAD_LIB_DEPENDS= libspread.so:net/spread4
|
||||
SPREAD_CONFIGURE_WITH= spread
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue