mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
zfs: update to 0.8.3
This commit is contained in:
parent
14794db3d7
commit
fb043517ba
2 changed files with 8 additions and 3 deletions
|
@ -3782,6 +3782,9 @@ libtss2-tcti-mssim.so.0 tpm2-tss-2.3.1_1
|
||||||
libtss2-tctildr.so.0 tpm2-tss-2.3.1_1
|
libtss2-tctildr.so.0 tpm2-tss-2.3.1_1
|
||||||
libzfs.so.2 zfs-0.8.2_1
|
libzfs.so.2 zfs-0.8.2_1
|
||||||
libnvpair.so.1 zfs-0.8.2_1
|
libnvpair.so.1 zfs-0.8.2_1
|
||||||
|
libzfs_core.so.1 zfs-0.8.3_1
|
||||||
|
libzpool.so.2 zfs-0.8.3_1
|
||||||
|
libuutil.so.1 zfs-0.8.3_1
|
||||||
libjsonnet.so.0 jsonnet-0.14.0_2
|
libjsonnet.so.0 jsonnet-0.14.0_2
|
||||||
libjsonnet++.so.0 jsonnet-0.14.0_2
|
libjsonnet++.so.0 jsonnet-0.14.0_2
|
||||||
libigdgmm.so.11 intel-gmmlib-19.4.1_1
|
libigdgmm.so.11 intel-gmmlib-19.4.1_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zfs'
|
# Template file for 'zfs'
|
||||||
pkgname=zfs
|
pkgname=zfs
|
||||||
version=0.8.2
|
version=0.8.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
|
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
|
||||||
|
@ -14,16 +14,18 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="CDDL-1.0"
|
license="CDDL-1.0"
|
||||||
homepage="https://zfsonlinux.org/"
|
homepage="https://zfsonlinux.org/"
|
||||||
distfiles="https://github.com/zfsonlinux/zfs/releases/download/zfs-${version}/zfs-${version}.tar.gz"
|
distfiles="https://github.com/zfsonlinux/zfs/releases/download/zfs-${version}/zfs-${version}.tar.gz"
|
||||||
checksum=47608e257c8ecebb918014ef1da6172c3a45d990885891af18e80f5cc28beab8
|
checksum=545a4897ce30c2d2dd9010a0fdb600a0d3d45805e2387093c473efc03aa9d7fd
|
||||||
|
|
||||||
replaces="spl<=0.7.13_1" # Because SPL was merged into zfs in 0.8.0
|
replaces="spl<=0.7.13_1" # Because SPL was merged into zfs in 0.8.0
|
||||||
|
|
||||||
dkms_modules="zfs ${version}"
|
dkms_modules="zfs ${version}"
|
||||||
depends="dkms>=2.2.0.3_9 perl python3"
|
depends="dkms>=2.2.0.3_9 perl python3 bash"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/tirpc/"
|
export CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/tirpc/"
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
# configure relies on bashism to redirect stdout/stderr when building tests
|
||||||
|
sed -i '1 s@^#!\s*/bin/sh$@#!/bin/bash@' configure
|
||||||
tar czf ../clean.tar.gz .
|
tar czf ../clean.tar.gz .
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue