Date: Sat, 17 Apr 2021 09:29:42 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 98b50d4c60f2 - main - net-mgmt/lldpd: Correct SNMP deps Message-ID: <202104170929.13H9Tgv3074679@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=98b50d4c60f26249f944d24abdbcfa931f5c7268 commit 98b50d4c60f26249f944d24abdbcfa931f5c7268 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2021-04-17 09:25:56 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2021-04-17 09:25:56 +0000 net-mgmt/lldpd: Correct SNMP deps Remove SNMP dependencies that have crept in by mistake. Reported by: Niclas Zeising <zeising@FreeBSD.org> --- net-mgmt/lldpd/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile index 7003b9c8fa94..4d03a73fdc0c 100644 --- a/net-mgmt/lldpd/Makefile +++ b/net-mgmt/lldpd/Makefile @@ -2,6 +2,7 @@ PORTNAME= lldpd PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ \ http://mirror.1labs.ch/${PORTNAME}/ @@ -54,10 +55,7 @@ JSON_CONFIGURE_WITH= json PIE_CONFIGURE_ENABLE= pie PROPRIETARY_CONFIGURE_ENABLE= cdp edp fdp sonmp READLINE_CONFIGURE_WITH= readline -SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \ - libpcre.so:devel/pcre \ - libpkg.so:ports-mgmt/pkg \ - librpm.so:archivers/rpm4 +SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_USES= ssl SNMP_CONFIGURE_WITH= snmp XML_LIB_DEPENDS= libxml2.so:textproc/libxml2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104170929.13H9Tgv3074679>