This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 5d2e6aca627537f5e15658779666c80b897a2583 (commit) from fb625c5cf37b13b111ad96ad8721d58ea4a2cb88 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 5d2e6aca627537f5e15658779666c80b897a2583 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Apr 2 16:12:02 2010 +0200
grep: Update to 2.6.2.
This fixes issue #608.
The testsuite is known to fail and disabled.
Added additional dependency to pcre.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/grep/grep.nm | 28 ++++++++-------------------- 1 files changed, 8 insertions(+), 20 deletions(-)
Difference in files: diff --git a/pkgs/core/grep/grep.nm b/pkgs/core/grep/grep.nm index 20d86c4..36ef6cd 100644 --- a/pkgs/core/grep/grep.nm +++ b/pkgs/core/grep/grep.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = grep -PKG_VER = 2.5.4 +PKG_VER = 2.6.2 PKG_REL = 0
PKG_MAINTAINER = @@ -34,32 +34,20 @@ PKG_URL = http://www.gnu.org/software/grep/ PKG_LICENSE = GPLv3+ PKG_SUMMARY = A pattern matching utilities.
+PKG_DEPS += pcre + define PKG_DESCRIPTION The GNU versions of commonly used grep utilities. Grep searches through \ textual input for lines which contain a match to a specified pattern and then \ prints the matching lines. GNU's grep utilities include grep, egrep and fgrep. endef
-PKG_TARBALL = $(THISAPP).tar.bz2 - -############################################################################### -# Installation Details -############################################################################### - -define STAGE_BUILD - # --without-included-regex makes Grep use libc for regex. This gets rid of - # some compiler warnings, and I can't imagine why it's unsafe. - - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --bindir=/bin \ - --without-included-regex +PKG_TARBALL = $(THISAPP).tar.gz
- cd $(DIR_APP) && make $(PARALLELISMFLAGS) -endef +CONFIGURE_OPTIONS += \ + --bindir=/bin
define STAGE_TEST - cd $(DIR_APP) && make check + # TODO - This testsuite id known to fail. + cd $(DIR_APP) && make check || : endef -
hooks/post-receive -- IPFire 3.x development tree