Commit Graph

47 Commits

Author SHA1 Message Date
naddy
8801d1640b sysutils/ggrep: update to 3.8
Changes in behavior:
* The -P option is now based on PCRE2.
* The egrep and fgrep commands now warn that they are obsolescent and
  should be replaced by grep -E and grep -F.
* The confusing GREP_COLOR environment variable is now obsolescent.
* Regular expressions with stray backslashes now cause warnings.
* Regular expressions or subexpressions that start with a repetition
  operator now also cause warnings.
* Regular expressions like [:space:] are now errors even if
  POSIXLY_CORRECT is set.
2022-10-27 20:43:00 +00:00
naddy
69de5bdc39 drop RCS Id from all ports where I'm listed as MAINTAINER 2022-03-08 14:27:46 +00:00
jasper
3368674a22 fix build on powerpc64 by providing the definition of SIGSEGV_FAULT_STACKPOINTER
with naddy@
2021-09-10 18:44:55 +00:00
naddy
e865fa649f sysutils/ggrep: maintenance update to 3.7 2021-08-17 15:12:07 +00:00
naddy
2301128fcf Update to 3.6.
The GREP_OPTIONS environment variable is ignored now.
2020-11-15 23:17:00 +00:00
naddy
99e769b34b update to 3.5: miscellaneous bug fixes 2020-10-12 17:37:56 +00:00
naddy
6d67673abf maintenance update to 3.4 2020-01-20 17:42:06 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
d7260ee2ea Don't pick up libsigsegv; reported by ajacoutot@
The stack overflow handling code wants to use libsigsegv for a
SEGV-based stack overflow detection heuristic when an operating
system doesn't support the corresponding POSIX XSI behavior.

Let's try without.
2019-01-25 18:39:05 +00:00
naddy
9a2b3bdd9f maintenance update to 3.3 2019-01-06 17:47:21 +00:00
naddy
b26ef552ac maintenance update to 3.1 2017-07-19 20:49:37 +00:00
naddy
5465de38ce Update to 3.0.
Despite the significant-seeming version jump, this merely fixes some bugs.
2017-02-14 16:19:49 +00:00
naddy
2e45c6561b maintenance update to 2.27 2016-12-19 20:43:49 +00:00
naddy
638a63ad14 maintenance update to 2.26 2016-11-01 20:53:21 +00:00
naddy
f5a5684052 maintenance update to 2.25 2016-04-26 13:36:55 +00:00
naddy
e653471003 maintenance update to 2.24 2016-04-05 19:40:30 +00:00
dcoppa
a943d3fced Update to GNU grep 2.22 2015-11-11 10:41:00 +00:00
dcoppa
cd445ccd33 Update to grep-2.21
ok naddy@
2014-12-01 20:23:32 +00:00
gsoares
cd4e80f678 update to 2.20
OK naddy@(maintainer)
2014-08-27 01:36:16 +00:00
dcoppa
25c2f35cfb Update to grep-2.18
ok naddy@ (maintainer)
2014-03-28 15:35:21 +00:00
gsoares
a69bcb297a update to 2.16
tweaks and OK naddy@ (maintainer)
2014-01-03 21:47:33 +00:00
naddy
725de75f3a move http://www.gnu.org to https 2013-11-09 23:19:01 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
dcoppa
192c04f02e Update to 2.14
ok naddy@
2012-08-23 20:02:12 +00:00
naddy
e37cef2551 update to 2.13 2012-07-08 14:44:12 +00:00
naddy
0d61a49cd0 update to 2.12: -r now follows only command-line symlinks 2012-04-26 21:13:10 +00:00
dcoppa
938ae00ce1 Update gnu grep to 2.11 2012-03-16 08:40:13 +00:00
dcoppa
01445901ae Update to ggrep-2.10
additional comment and ok naddy@
2012-02-28 08:51:17 +00:00
naddy
c9eec3b493 bugfix update to 2.9 2011-06-24 15:46:35 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
naddy
b54c819e8e update to 2.8; mostly from gsoares@
ok sthen@, gsoares@
2011-05-31 19:36:36 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
espie
4d0f59f329 last WANTLIB conversion, hopefully 2010-11-11 19:00:48 +00:00
espie
709b054ab9 USE_GROFF=Yes 2010-10-19 07:43:00 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
espie
49a9142c53 new lib specs 2006-08-03 23:55:10 +00:00
espie
0ea9ffbbd1 and tell ggrep to not heed i18n yet. 2005-05-11 19:08:23 +00:00
naddy
5477a56424 Now that @info transparently picks up all .info-* files, don't go through
extra steps to rebuild with --no-split.
2005-01-26 16:41:03 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
alek
c3219db789 Add WANTLIB markers 2004-12-20 10:35:34 +00:00
espie
d1fa125d45 new plists 2004-09-15 18:39:31 +00:00
xsa
addd8a38e2 new-style MODULES. 2004-08-10 08:46:49 +00:00
naddy
92be450a31 pcre dependency; noticed by Felipe Kellermann <stdfk@terra.com.br> 2003-12-23 23:21:12 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
naddy
21128a429a @dirrm shared directories 2003-12-15 19:01:14 +00:00
naddy
45fd5745e0 Import GNU grep 2.5.1.
The GNU versions of commonly used grep utilities.
2003-07-06 17:16:32 +00:00