git: 8fa92a7748aa - main - sysutils/nvme-cli: Don't depend on swig
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Feb 2025 22:12:56 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/ports/commit/?id=8fa92a7748aad987078107c72d469ec4fb3500f4 commit 8fa92a7748aad987078107c72d469ec4fb3500f4 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2025-02-27 21:58:02 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-02-27 22:12:38 +0000 sysutils/nvme-cli: Don't depend on swig Swig is needed only to create the python bindings for libnvme. It was added in development before python was disabled, but not subsequently removed. Sponsored by: Netflix --- sysutils/nvme-cli/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/nvme-cli/Makefile b/sysutils/nvme-cli/Makefile index 0aed96bdcd30..c7187439ef87 100644 --- a/sysutils/nvme-cli/Makefile +++ b/sysutils/nvme-cli/Makefile @@ -1,5 +1,6 @@ PORTNAME= nvme-cli DISTVERSION= 2.11.0.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= imp@FreeBSD.org @@ -10,8 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash>0:shells/bash \ - freebsd-nvme-shim>0:devel/freebsd-nvme-shim \ - swig:devel/swig + freebsd-nvme-shim>0:devel/freebsd-nvme-shim LIB_DEPENDS= libnvme.so:devel/libnvme USES= meson pkgconfig