summaryrefslogtreecommitdiff
path: root/textproc/grep/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-08-03 13:07:54 +0000
committeradam <adam@pkgsrc.org>2012-08-03 13:07:54 +0000
commitc6b625ceac9b7bc0ed4c840ffd2885d75fa709e4 (patch)
treeb90de490636d51dd3ad33b35b45b8befa7e78644 /textproc/grep/Makefile
parent666912d40a169821bf50dbeaf8deb01160e18419 (diff)
downloadpkgsrc-c6b625ceac9b7bc0ed4c840ffd2885d75fa709e4.tar.gz
Changes 2.13:
** Bug fixes grep -i, in a multi-byte locale, when matching a line containing a character like the UTF-8 Turkish I-with-dot (U+0130) (whose lower-case representation occupies fewer bytes), would print an incomplete output line. Similarly, with a matched line containing a character (e.g., the Latin capital I in a Turkish UTF-8 locale), where the lower-case representation occupies more bytes, grep could print garbage. [bug introduced in grep-2.6] --include and --exclude can again be combined, and again apply to the command line, e.g., "grep --include='*.[ch]' --exclude='system.h' PATTERN *" again reads all *.c and *.h files except for system.h. [bug introduced in grep-2.6] ** New features 'grep' without -z now treats a sparse file as binary, if it can easily determine that the file is sparse. ** Dropped features Bootstrapping with Makefile.boot has been broken since grep 2.6, and was removed.
Diffstat (limited to 'textproc/grep/Makefile')
-rw-r--r--textproc/grep/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile
index 9e5b802c096..452702cf58a 100644
--- a/textproc/grep/Makefile
+++ b/textproc/grep/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2012/06/01 19:47:46 cheusov Exp $
-#
+# $NetBSD: Makefile,v 1.28 2012/08/03 13:07:54 adam Exp $
-DISTNAME= grep-2.5.3
-PKGREVISION= 3
+DISTNAME= grep-2.13
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=grep/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/grep/grep.html
@@ -14,18 +12,17 @@ LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --disable-perl-regexp
-USE_PKGLOCALEDIR= YES
+USE_PKGLOCALEDIR= yes
USE_TOOLS+= makeinfo msgfmt
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-perl-regexp
+CONFIGURE_ARGS+= --program-prefix=g
+CONFIGURE_ENV+= MKDIR_P=${INSTALL_DATA_DIR:Q}
INFO_FILES= yes
TEXINFO_REQD= 4.0
-CONFIGURE_ENV+= MKDIR_P=${INSTALL_DATA_DIR:Q}
INSTALLATION_DIRS= gnu/bin gnu/man/man1
-CONFIGURE_ARGS+= --program-prefix=g
-
post-install:
.for g n in bin/ggrep gnu/bin/grep bin/gegrep gnu/bin/egrep \
bin/gfgrep gnu/bin/fgrep \