Date: Thu, 23 May 2024 03:04:50 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6935d4176735 - main - net/zmap: Remove dropped options, move dependency from option to LIB_DEPENDS Message-ID: <202405230304.44N34oBs094218@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6935d41767359f8556328e454b905781035fac84 commit 6935d41767359f8556328e454b905781035fac84 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-23 02:40:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-23 03:04:46 +0000 net/zmap: Remove dropped options, move dependency from option to LIB_DEPENDS --- net/zmap/Makefile | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/net/zmap/Makefile b/net/zmap/Makefile index ad084e1aea06..7599495c1983 100644 --- a/net/zmap/Makefile +++ b/net/zmap/Makefile @@ -1,6 +1,7 @@ PORTNAME= zmap DISTVERSIONPREFIX= v DISTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/judy/judy/Judy-1.0.5/:judy DISTFILES= Judy-1.0.5.tar.gz:judy @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= gengetopt>0:devel/gengetopt \ gmake:devel/gmake -LIB_DEPENDS= libdnet.so:net/libdnet \ +LIB_DEPENDS= libjson-c.so:devel/json-c \ libgmp.so:math/gmp \ libunistring.so:devel/libunistring @@ -31,19 +32,6 @@ CMAKE_ON= FORCE_CONF_INSTALL MANPAGE= zblacklist.1 zmap.1 ztee.1 -OPTIONS_DEFINE= REDIS MONGO JSON -OPTIONS_DEFAULT=JSON -JSON_DESC= Build with support for JSON - -REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis -REDIS_CMAKE_BOOL= WITH_REDIS - -MONGO_LIB_DEPENDS= libmongoc-1.0.so:devel/mongo-c-driver -MONGO_CMAKE_BOOL= WITH_MONGO - -JSON_LIB_DEPENDS= libjson-c.so:devel/json-c -JSON_CMAKE_BOOL= WITH_JSON - pre-build: # build the Judy library @cd ${JUDY_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ./configure --disable-shared && \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405230304.44N34oBs094218>