From aca77c92844d3729e038ac322ec4c343a643ffd1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 27 Oct 2008 05:22:43 +0100 Subject: [PATCH] grep: disable perl regexp to avoid pcre dependency. --HG-- extra : convert_revision : 7c3ed8141c4ed3ebfa078f87245b6d5e53402f9b --- templates/grep.tmpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/grep.tmpl b/templates/grep.tmpl index b0206ec7fbf..e8e8abfd1af 100644 --- a/templates/grep.tmpl +++ b/templates/grep.tmpl @@ -3,7 +3,8 @@ pkgname=grep version=2.5.3 distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version@.tar.bz2" build_style=gnu_configure -configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin" +configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin + --disable-perl-regexp" short_desc="The GNU grep utility" maintainer="Juan RP " checksum=d22dd8d626e557271aa555e7a06884a0114968845400ce1e7ab6f82b1f44b8fd @@ -14,5 +15,5 @@ long_desc=" full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep." -build_depends="texinfo-4.13a pcre-7.8" -run_depends="glibc-2.8 pcre-7.9" +build_depends="texinfo-4.13a" +run_depends="glibc-2.8"