pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/grep
Module Name: pkgsrc
Committed By: rillig
Date: Tue Feb 27 15:16:50 UTC 2018
Modified Files:
pkgsrc/textproc/grep: Makefile
Log Message:
textproc/grep: enable PCRE for GNU Grep
It had been disabled in 2003 for no apparent reason.
ok @bouyer
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/textproc/grep/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/grep/Makefile
diff -u pkgsrc/textproc/grep/Makefile:1.51 pkgsrc/textproc/grep/Makefile:1.52
--- pkgsrc/textproc/grep/Makefile:1.51 Fri Aug 18 21:51:40 2017
+++ pkgsrc/textproc/grep/Makefile Tue Feb 27 15:16:50 2018
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.51 2017/08/18 21:51:40 adam Exp $
+# $NetBSD: Makefile,v 1.52 2018/02/27 15:16:50 rillig Exp $
DISTNAME= grep-3.1
CATEGORIES= textproc
+PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_GNU:=grep/}
EXTRACT_SUFX= .tar.xz
-MAINTAINER= bouyer%NetBSD.org@localhost
-HOMEPAGE= http://www.gnu.org/software/grep/grep.html
+MAINTAINER= pkgsrc-users%pkgsrc.org@localhost
+HOMEPAGE= https://www.gnu.org/software/grep/grep.html
COMMENT= GNU grep
LICENSE= gnu-gpl-v3 # or later
USE_PKGLOCALEDIR= yes
USE_TOOLS+= makeinfo msgfmt
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-perl-regexp
+CONFIGURE_ARGS+= --enable-perl-regexp
CONFIGURE_ARGS+= --program-prefix=g
CONFIGURE_ENV+= MKDIR_P=${INSTALL_DATA_DIR:Q}
INFO_FILES= yes
@@ -38,4 +39,5 @@ post-install:
.endfor
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index