From: Michael Tremer Date: Sat, 25 Jun 2011 22:18:20 +0000 (+0200) Subject: grep: Update to 2.9. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3510461065101d22f1da32713d2a0e605999fd8d;p=ipfire-3.x.git grep: Update to 2.9. Testsuite is running. --- diff --git a/pkgs/grep/grep.nm b/pkgs/grep/grep.nm index c48a84c23..6a0ee5121 100644 --- a/pkgs/grep/grep.nm +++ b/pkgs/grep/grep.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include PKG_NAME = grep -PKG_VER = 2.7 -PKG_REL = 0 +PKG_VER = 2.9 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUPS = Base Applications/Text @@ -42,12 +42,11 @@ define PKG_DESCRIPTION prints the matching lines. GNU's grep utilities include grep, egrep and fgrep. endef -PKG_TARBALL = $(THISAPP).tar.gz +PKG_TARBALL = $(THISAPP).tar.xz CONFIGURE_OPTIONS += \ --bindir=/bin define STAGE_TEST - # TODO - This testsuite id known to fail. - cd $(DIR_APP) && make check || : + cd $(DIR_APP) && make check endef