Port details |
- openzfs OpenZFS userland for FreeBSD
- 2.3.2_1,1 filesystems
=0 2.3.1_1,1Version of this port present on the latest quarterly branch. - Maintainer: mm@FreeBSD.org
 - Port Added: 2024-11-07 19:52:55
- Last Update: 2025-06-19 20:28:47
- Commit Hash: 4f0eba1
- Also Listed In: sysutils
- License: CDDL
- WWW:
- https://github.com/openzfs/zfs
- Description:
- Port of the OpenZFS project to FreeBSD
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- openzfs>0:filesystems/openzfs
- To install the port:
- cd /usr/ports/filesystems/openzfs/ && make install clean
- To add the package, run one of these commands:
- pkg install filesystems/openzfs
- pkg install openzfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openzfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1746395334
SHA256 (zfs-2.3.2.tar.gz) = 80da628a9543ec3355bf410617450e167706948ceb287541455a1b8d87b8758a
SIZE (zfs-2.3.2.tar.gz) = 34344259
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ksh93 : shells/ksh93
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- gmake>=4.4.1 : devel/gmake
- python3.11 : lang/python311
- Runtime dependencies:
-
- openzfs-kmod>=0 : filesystems/openzfs-kmod
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for openzfs-2.3.2_1,1:
DEBUG=off: Build with debugging support
PYTHON=off: Build the pyzfs library, arc_summary, arcstat, and dbufstat utilities
TESTS=off: Install the ZFS Test Suite
===> Use 'make config' to modify these settings
- Options name:
- filesystems_openzfs
- USES:
- cpe libtool gettext-runtime gmake python:build shebangfix ssl
- pkg-message:
- For install:
- Ensure that any zfs-related commands, such as zpool, zfs, as used in scripts
and in your terminal sessions, use the correct path of ${PREFIX}/sbin/ and
not the /sbin/ commands provided by the FreeBSD base system.
Consider setting this in your shell profile defaults!
- Master Sites:
|
Port Moves |
- port moved here from sysutils/openzfs on 2024-11-06
REASON: Moved to new category filesystems
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.2_1,1 19 Jun 2025 20:28:47
    |
Charlie Li (vishwin)  |
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above ) |
2.3.2_1,1 31 May 2025 17:40:37
    |
Martin Matuska (mm)  |
filesystems/openzfs: pkg-plist fixes
Always install share/zfs/compatibility.d files
Remove duplicate file in pkg-plist
PR: 287172 |
2.3.2,1 06 May 2025 18:22:14
    |
Martin Matuska (mm)  |
filesystems/openzfs: unbreak i386 build |
2.3.2,1 04 May 2025 22:34:04
    |
Martin Matuska (mm)  |
filesystems/openzfs: update to 2.3.2
Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.2 |
2.3.1_1,1 30 Mar 2025 01:50:04
    |
Martin Matuska (mm)  |
filesystems/openzfs: unbreak build on aarch64 |
2.3.1_1,1 30 Mar 2025 00:18:14
    |
Martin Matuska (mm)  |
filesystems/openzfs: unbreak build on i386 |
2.3.1,1 27 Mar 2025 10:19:38
    |
Martin Matuska (mm)  |
filesystems/openzfs: Update to 2.3.1
- This port will have the latest OpenZFS release version
- Bump PORTEPOCH
- Take maintainership |
2023113000_1 12 Nov 2024 14:42:14
    |
Ryan Steinmetz (zi)  |
*/*: Reset MAINTAINER for freqlabs ports due to fatal email bounces for multiple
months |
2023113000_1 06 Nov 2024 15:17:35
    |
Robert Clausecker (fuz)  |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
Number of commits found: 9
|