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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Jan 7 09:40:55 CET 2014


Revision: 22796
          http://sourceforge.net/p/gar/code/22796
Author:   dmichelsen
Date:     2014-01-07 08:40:54 +0000 (Tue, 07 Jan 2014)
Log Message:
-----------
grep/trunk: Update to 2.16

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	2014-01-07 08:31:29 UTC (rev 22795)
+++ csw/mgar/pkg/grep/trunk/Makefile	2014-01-07 08:40:54 UTC (rev 22796)
@@ -1,5 +1,5 @@
 NAME = grep
-VERSION = 2.14
+VERSION = 2.16
 GARTYPE = v2
 
 DESCRIPTION = GNU grep
@@ -15,7 +15,7 @@
 endef
 
 MASTER_SITES = $(GNU_MIRROR)
-# MASTER_SITES += http://meyering.net/grep/
+MASTER_SITES += http://meyering.net/grep/
 DISTFILES = $(DISTNAME).tar.xz
 
 PACKAGES = CSWggrep
@@ -24,13 +24,16 @@
 RUNTIME_DEP_PKGS_CSWggrep += CSWlibpcre1
 RUNTIME_DEP_PKGS_CSWggrep += CSWlibiconv2
 
+NOGITPATCH = 1
+
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --program-prefix=g
 CONFIGURE_ARGS += --with-included-regex
+CONFIGURE_ARGS += --enable-gcc-warnings
 
-# 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
+# Skip tests until this is fixed:
+#   http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16380
+SKIPTEST ?= 1
 
 EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias
 

Modified: csw/mgar/pkg/grep/trunk/checksums
===================================================================
--- csw/mgar/pkg/grep/trunk/checksums	2014-01-07 08:31:29 UTC (rev 22795)
+++ csw/mgar/pkg/grep/trunk/checksums	2014-01-07 08:40:54 UTC (rev 22796)
@@ -1 +1 @@
-d4a3f03849d1e17ce56ab76aa5a24cab  grep-2.14.tar.xz
+502350a6c8f7c2b12ee58829e760b44d  grep-2.16.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