From b40326918d4738be1e3d16b2af59a0a19b345a5c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 Feb 2013 14:22:23 +0100 Subject: [PATCH] chroot-patch: explicitly disable xattr support. --- srcpkgs/chroot-patch/template | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/srcpkgs/chroot-patch/template b/srcpkgs/chroot-patch/template index b072f4018d..41598e3ec7 100644 --- a/srcpkgs/chroot-patch/template +++ b/srcpkgs/chroot-patch/template @@ -1,21 +1,16 @@ # Template file for 'chroot-patch' pkgname=chroot-patch version=2.7.1 -revision=1 +revision=2 wrksrc="patch-${version}" -distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2" build_style=gnu-configure +configure_args="--disable-xattr" short_desc="Patch files using diff output -- for xbps-src use" maintainer="Juan RP " -checksum=aae676de9e95051f425af4507fcc9a019941a2a1f78405e7dbd40bccf786aa11 homepage="http://savannah.gnu.org/projects/patch/" license="GPL-3" -long_desc=" - patch takes a patch file containing a difference listing produced by diff - and applies those differences to one or more original files, producing - patched versions. - - This package is only meant to be used by xbps-src, don't install it manually." +distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2" +checksum=aae676de9e95051f425af4507fcc9a019941a2a1f78405e7dbd40bccf786aa11 bootstrap=yes conflicts="patch>=0"