Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142572076
D33692.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D33692.diff
View Options
diff --git a/sysutils/openzfs/Makefile b/sysutils/openzfs/Makefile
--- a/sysutils/openzfs/Makefile
+++ b/sysutils/openzfs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= openzfs
PORTVERSION= 2021121500
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
@@ -11,9 +12,15 @@
BROKEN_aarch64= invokes x86 assembler
BROKEN_riscv64= fails to compile: btree_test.c:462:49: result of comparison of constant -1 with expression of type 'char' is always true
+BUILD_DEPENDS= ksh93:shells/ksh93
RUN_DEPENDS= openzfs-kmod>=0:sysutils/openzfs-kmod
USES+= autoreconf:build cpe libtool gmake gettext-runtime python:3.3+,build shebangfix
+SHEBANG_GLOB= *.ksh *.ksh.in *.kshlib *.py.in
+SHEBANG_FILES= tests/zfs-tests/tests/functional/trim/trim.cfg \
+ cmd/arcstat/arcstat.in \
+ cmd/dbufstat/dbufstat.in \
+ cmd/arc_summary/arc_summary*
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-config="user"
@@ -45,8 +52,17 @@
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sysctl>0:devel/py-sysctl@${PY_FLAVOR}
.else
CONFIGURE_ARGS+= --without-python
+PYTHON_NO_DEPENDS=yes
.endif
+post-extract:
+ # Change certain shebangs into something that shebang fix understands
+ cd ${WRKSRC} && sed -i '' '1s:@PYTHON_SHEBANG@:python3:' \
+ tests/test-runner/bin/zts-report.py.in \
+ tests/test-runner/bin/test-runner.py.in \
+ cmd/arcstat/arcstat.in \
+ cmd/dbufstat/dbufstat.in
+
pre-configure:
cd ${WRKSRC} && ./autogen.sh
diff --git a/sysutils/openzfs/pkg-plist b/sysutils/openzfs/pkg-plist
--- a/sysutils/openzfs/pkg-plist
+++ b/sysutils/openzfs/pkg-plist
@@ -448,6 +448,7 @@
man/man8/zfs-wait.8.gz
man/man8/zfs.8.gz
man/man8/zfs_ids_to_path.8.gz
+man/man8/zgenhostid.8.gz
man/man8/zinject.8.gz
man/man8/zpool-add.8.gz
man/man8/zpool-attach.8.gz
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 22, 3:50 AM (11 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27828563
Default Alt Text
D33692.diff (1 KB)
Attached To
Mode
D33692: sysutils/openzfs: fix build errors
Attached
Detach File
Event Timeline
Log In to Comment