Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2023 12:08:21 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d757d5292b7e - main - net-mgmt/super_mediator: Ignore with mysql 8.0
Message-ID:  <202302011208.311C8L0A089649@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d757d5292b7e413356381c09ce0abb09f402e184

commit d757d5292b7e413356381c09ce0abb09f402e184
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-02-01 11:48:28 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-02-01 12:07:22 +0000

    net-mgmt/super_mediator: Ignore with mysql 8.0
    
    - Pet portclippy
    
    PR:             269203
    Reported by:    exp-run
    Approved by:    portmgr (just-fix-it)
---
 net-mgmt/super_mediator/Makefile | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/net-mgmt/super_mediator/Makefile b/net-mgmt/super_mediator/Makefile
index fcc434387562..7107c0db5615 100644
--- a/net-mgmt/super_mediator/Makefile
+++ b/net-mgmt/super_mediator/Makefile
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302011208.311C8L0A089649>