wok-current rev 20196
Up autofs, btrfs-progs, cifs-utils, davfs2, dosfstools, moosefs (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 12 15:40:22 2018 +0100 (2018-02-12) |
parents | 0e6bb1dcdc15 |
children | 2f10edfda41b |
files | autofs/receipt btrfs-progs/receipt cifs-utils/receipt davfs2/receipt dosfstools/receipt moosefs/receipt |
line diff
1.1 --- a/autofs/receipt Mon Feb 12 14:48:56 2018 +0100 1.2 +++ b/autofs/receipt Mon Feb 12 15:40:22 2018 +0100 1.3 @@ -25,7 +25,7 @@ 1.4 --infodir=/usr/share/info \ 1.5 --mandir=/usr/share/man \ 1.6 $CONFIGURE_ARGS && 1.7 - make && 1.8 + make LDFLAGS="-lrt" && 1.9 make DESTDIR=$DESTDIR install 1.10 } 1.11
2.1 --- a/btrfs-progs/receipt Mon Feb 12 14:48:56 2018 +0100 2.2 +++ b/btrfs-progs/receipt Mon Feb 12 15:40:22 2018 +0100 2.3 @@ -12,9 +12,9 @@ 2.4 TAGS="filesystem fault-tolerance" 2.5 PROVIDE="btrfs-tools" 2.6 2.7 -DEPENDS="util-linux-uuid zlib acl util-linux-blkid lzo btrfs-mkfs" 2.8 +DEPENDS="util-linux-uuid zlib acl util-linux-blkid lzo btrfs-mkfs zstd" 2.9 BUILD_DEPENDS="util-linux-uuid-dev e2fsprogs e2fsprogs-dev zlib-dev acl-dev \ 2.10 -git util-linux-blkid-dev lzo-dev autoconf automake" 2.11 +git util-linux-blkid-dev lzo-dev autoconf automake zstd-dev" 2.12 2.13 # Rules to configure and make the package. 2.14 compile_rules()
3.1 --- a/cifs-utils/receipt Mon Feb 12 14:48:56 2018 +0100 3.2 +++ b/cifs-utils/receipt Mon Feb 12 15:40:22 2018 +0100 3.3 @@ -11,12 +11,13 @@ 3.4 WGET_URL="https://download.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL" 3.5 PROVIDE="smbfs" 3.6 3.7 -BUILD_DEPENDS="" 3.8 -DEPENDS="linux-cifs" 3.9 +DEPENDS="linux-cifs attr libcap" 3.10 +BUILD_DEPENDS="automake autoconf talloc-dev libcap-dev samba-dev krb5-dev" 3.11 3.12 # Rules to configure and make the package. 3.13 compile_rules() 3.14 { 3.15 + autoreconf -i 3.16 ./configure --prefix=/usr \ 3.17 --mandir=/usr/share/man $CONFIGURE_ARGS && 3.18 make &&
4.1 --- a/davfs2/receipt Mon Feb 12 14:48:56 2018 +0100 4.2 +++ b/davfs2/receipt Mon Feb 12 15:40:22 2018 +0100 4.3 @@ -17,6 +17,7 @@ 4.4 # Rules to configure and make the package. 4.5 compile_rules() 4.6 { 4.7 + sed -i 's|-fstack-protector-strong ||' src/Makefile.* 4.8 ./configure --prefix=/usr --infodir=/usr/share/info \ 4.9 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 4.10 make &&
5.1 --- a/dosfstools/receipt Mon Feb 12 14:48:56 2018 +0100 5.2 +++ b/dosfstools/receipt Mon Feb 12 15:40:22 2018 +0100 5.3 @@ -24,8 +24,6 @@ 5.4 # Rules to gen a SliTaz package suitable for Tazpkg. 5.5 genpkg_rules() 5.6 { 5.7 - mkdir -p $fs/sbin 5.8 - cp -a $src/mkfs.fat $fs/sbin 5.9 - cp -a $src/fsck.fat $fs/sbin 5.10 - cp -a $src/fatlabel $fs/sbin 5.11 + mkdir -p $fs/use 5.12 + cp -a $install/usr/sbin $fs/usr 5.13 }
6.1 --- a/moosefs/receipt Mon Feb 12 14:48:56 2018 +0100 6.2 +++ b/moosefs/receipt Mon Feb 12 15:40:22 2018 +0100 6.3 @@ -16,7 +16,6 @@ 6.4 # Rules to configure and make the package. 6.5 compile_rules() 6.6 { 6.7 - sed -i 's/bash/sh/' mfsmount/mfssnapshot 6.8 ./configure --prefix=/usr --mandir=/usr/share/man \ 6.9 --sysconfdir=/etc \ 6.10 --localstatedir=/var \ 6.11 @@ -34,4 +33,5 @@ 6.12 cp -a $install/usr/share/mfscgi $fs/usr/share 6.13 cp -a $install/usr/sbin $fs/usr 6.14 cp -a $install/usr/bin $fs/usr 6.15 + sed -i 's|/usr/bin/env bash|/bin/sh|' $fs/usr/sbin/mfsmetarestore 6.16 }