git: 119910278a16 - main - devel/py-libzfs: Fix build on 12 and main
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Feb 2023 22:22:47 UTC
The branch main has been updated by freqlabs (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=119910278a164ab29c0ecbea6b30564ca9677b33 commit 119910278a164ab29c0ecbea6b30564ca9677b33 Author: Ryan Moeller <freqlabs@FreeBSD.org> AuthorDate: 2023-02-07 22:20:16 +0000 Commit: Ryan Moeller <freqlabs@FreeBSD.org> CommitDate: 2023-02-07 22:22:29 +0000 devel/py-libzfs: Fix build on 12 and main FreeBSD 12 doesn't have userobj accounting or project quotas. OpenZFS master has a new flags parameter to many zfs_iter_* functions. Add checks for SPA_FEATURE_* enum values newer than what's in 12.3 and use this info to help generate zfs_userquota_prop_t and spa_feature_t appropriately. Add checks for the number of parameters to various zfs_iter_* functions and wrapper functions ZFS._iterate* to eat the flags. Approved by: lwhsu (implicit) Sponsored by: iXsystems, Inc. --- devel/py-libzfs/Makefile | 4 ++-- devel/py-libzfs/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-libzfs/Makefile b/devel/py-libzfs/Makefile index 65fe42ca3803..0cd22c4a3932 100644 --- a/devel/py-libzfs/Makefile +++ b/devel/py-libzfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= libzfs -PORTVERSION= 1.1.2023020200 +PORTVERSION= 1.1.2023020700 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= truenas GH_PROJECT= py-libzfs -GH_TAGNAME= 1a99a45 +GH_TAGNAME= c1bd4a0 HAS_CONFIGURE= yes USES= compiler:c11 python diff --git a/devel/py-libzfs/distinfo b/devel/py-libzfs/distinfo index 2d016087530a..3ae8f5fa9a4d 100644 --- a/devel/py-libzfs/distinfo +++ b/devel/py-libzfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675352253 -SHA256 (truenas-py-libzfs-1.1.2023020200-1a99a45_GH0.tar.gz) = 62eefaf62d0d6c68638ac80b77bf10a9e7415b4e55b5f67aa6e6dc0c9ceb38ec -SIZE (truenas-py-libzfs-1.1.2023020200-1a99a45_GH0.tar.gz) = 95973 +TIMESTAMP = 1675808317 +SHA256 (truenas-py-libzfs-1.1.2023020700-c1bd4a0_GH0.tar.gz) = 23b2d6e1b6ed78be2d12068f9b1b0b01270afaaf0f017817a5fb109d358aa818 +SIZE (truenas-py-libzfs-1.1.2023020700-c1bd4a0_GH0.tar.gz) = 99656