Date: Wed, 4 Jan 2023 10:19:03 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: defbfbcc357a - 2023Q1 - Depend on `sysutils/e2fsprogs-core' in the remaining three ports Message-ID: <202301041019.304AJ3gi017801@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q1 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=defbfbcc357ac492d04b7e5f84d770d05042665e commit defbfbcc357ac492d04b7e5f84d770d05042665e Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-01-03 08:26:26 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2023-01-04 10:18:03 +0000 Depend on `sysutils/e2fsprogs-core' in the remaining three ports Chase commit 14e733a6bb4b and depend on the new port origin which most utilities and libraries now belong to. This would often go unnoticed as `sysutils/e2fsprogs-core' would be pulled regardless, but might cause package build tools to always rebuild consumers. PR: 268551 (cherry picked from commit 154daac90dcda8c7602b65d7edac6be3995ce934) --- misc/mc/Makefile | 2 +- sysutils/e2tools/Makefile | 2 +- sysutils/unetbootin/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/mc/Makefile b/misc/mc/Makefile index c35db7eefe47..09ecdca2fde1 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -46,7 +46,7 @@ ASPELL_CONFIGURE_ENABLE=aspell EDITOR_CONFIGURE_WITH= internal-edit -EXTATTR_LIB_DEPENDS= libe2p.so:sysutils/e2fsprogs +EXTATTR_LIB_DEPENDS= libe2p.so:sysutils/e2fsprogs-core ICONV_USES= iconv ICONV_CONFIGURE_ENABLE= charset diff --git a/sysutils/e2tools/Makefile b/sysutils/e2tools/Makefile index 3bef62a2d4fe..52747ee78c79 100644 --- a/sysutils/e2tools/Makefile +++ b/sysutils/e2tools/Makefile @@ -11,7 +11,7 @@ WWW= https://e2tools.github.io/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs +LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs-core USES= pkgconfig GNU_CONFIGURE= yes diff --git a/sysutils/unetbootin/Makefile b/sysutils/unetbootin/Makefile index fb45f17bd7d8..c7e56f560413 100644 --- a/sysutils/unetbootin/Makefile +++ b/sysutils/unetbootin/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ RUN_DEPENDS= 7zz:archivers/7-zip \ syslinux:sysutils/syslinux \ - mke2fs:sysutils/e2fsprogs + mke2fs:sysutils/e2fsprogs-core USES= qt:5 USE_QT= buildtools:build linguisttools:build qmake:build \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301041019.304AJ3gi017801>