ports/opt (3.5): xfsprogs: update to 4.19.0, enable readline
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit d2c5a7f583d5640805e870c44371c05f3eed7b25 Author: Juergen Daubert <jue@jue.li> Date: Sat Nov 10 11:46:54 2018 +0100 xfsprogs: update to 4.19.0, enable readline diff --git a/xfsprogs/.signature b/xfsprogs/.signature index 5a264b4f2..43e6f3178 100644 --- a/xfsprogs/.signature +++ b/xfsprogs/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/TzO/mtEwYpfiPxpw4rKMNhZhgRPT2lq72D5IczaLqrnpZuJxFtMjBpZ0qT3i13VrCvIu/balDBz8wqUS6clgwA= -SHA256 (Pkgfile) = be3bb89575ba9853f8280e8318d93e07574e043a52c1e20fed40ca9aa75acb0a +RWSE3ohX2g5d/TUGnV1iUkKuw0SwwuivcPkL9nJJ4PSGJiNgtz5+J/WevOJgAk1KGBtRb/yxLwAIQprDpMm97gSkJDxKZVDI8gw= +SHA256 (Pkgfile) = 60553f3993065b08318370ce5cf59ab08d34689028ee327a17dc9ac918e7b433 SHA256 (.footprint) = 5c16ba2abc6dc82ab1e9781f657d2bffba20b9a2d2676f342846efb26164ec7c -SHA256 (xfsprogs-4.18.0.tar.xz) = 397dc96f51aeeff73d021d3418d3172377b2685f2740ca60525096c070aa3df1 +SHA256 (xfsprogs-4.19.0.tar.xz) = 47e1133bdca47f05f6f72a56655cb6c77657e477f3b82df021cee98741fcafa2 diff --git a/xfsprogs/Pkgfile b/xfsprogs/Pkgfile index 905b4d126..dff9b9d56 100644 --- a/xfsprogs/Pkgfile +++ b/xfsprogs/Pkgfile @@ -1,10 +1,10 @@ # Description: Filesystem utilities for XFS # URL: http://www.xfs.org # Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: util-linux +# Depends on: util-linux readline name=xfsprogs -version=4.18.0 +version=4.19.0 release=1 source=(https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$name-$version.tar.xz) @@ -17,7 +17,9 @@ build() { export OPTIMIZER=$CFLAGS ./configure --prefix=/usr \ - --disable-gettext + --enable-readline \ + --disable-gettext \ + --disable-libicu make make -j1 DIST_ROOT=$PKG install install-dev
participants (1)
-
crux@crux.nu