SF.net SVN: gar:[22230] csw/mgar/pkg/grep/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Oct 16 15:37:35 CEST 2013


Revision: 22230
          http://gar.svn.sourceforge.net/gar/?rev=22230&view=rev
Author:   dmichelsen
Date:     2013-10-16 13:37:33 +0000 (Wed, 16 Oct 2013)
Log Message:
-----------
grep/trunk: Wiork around issue with wcscoll

Modified Paths:
--------------
    csw/mgar/pkg/grep/trunk/Makefile
    csw/mgar/pkg/grep/trunk/checksums

Modified: csw/mgar/pkg/grep/trunk/Makefile
===================================================================
--- csw/mgar/pkg/grep/trunk/Makefile	2013-10-16 09:04:05 UTC (rev 22229)
+++ csw/mgar/pkg/grep/trunk/Makefile	2013-10-16 13:37:33 UTC (rev 22230)
@@ -1,5 +1,5 @@
 NAME = grep
-VERSION = 2.11
+VERSION = 2.14
 GARTYPE = v2
 
 DESCRIPTION = GNU grep
@@ -26,7 +26,12 @@
 
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --program-prefix=g
+CONFIGURE_ARGS += --with-included-regex
 
+# Use GNUlib for wcscoll as there is an issue with the ru_RU.KOI8-R locale
+# See for details http://lists.gnu.org/archive/html/bug-grep/2013-10/msg00020.html
+EXTRA_CONFIGURE_ENV += ac_cv_func_wcscoll=no
+
 EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias
 
 include gar/category.mk

Modified: csw/mgar/pkg/grep/trunk/checksums
===================================================================
--- csw/mgar/pkg/grep/trunk/checksums	2013-10-16 09:04:05 UTC (rev 22229)
+++ csw/mgar/pkg/grep/trunk/checksums	2013-10-16 13:37:33 UTC (rev 22230)
@@ -1 +1 @@
-ad9c6dbdeab93e50d2bc380f10ed3643  grep-2.11.tar.xz
+d4a3f03849d1e17ce56ab76aa5a24cab  grep-2.14.tar.xz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list