summaryrefslogtreecommitdiff
path: root/textproc/grep
AgeCommit message (Collapse)AuthorFilesLines
2012-06-01Add symlinks in gnu/man/man1/cheusov2-6/+13
++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-16/+21
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision Add LICENSE
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2008-03-11MIPSPro doesn't like code such as:tnn2-1/+28
void foo(void) {} void bar(void) { return foo(); } Stripping away the return makes it happy. PR pkg/38210.
2008-03-08Update to grep-2.5.3.tnn6-83/+34
Main changes are move to GPLv3 and several updated translations. Also some bugfixes (at least the ones we had patched in pkgsrc). Sorry, not more specific because NEWS isn't properly maintained.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-21/+21
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-04-07List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-3/+4
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-2/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-06Apply patch frombouyer2-6/+26
http://lists.gnu.org/archive/html/bug-gnu-utils/2002-03/msg00359.html requested by Georg Schwarz in private mail: make it compile with non-gcc compilers.
2004-04-25Convert to buildlink3.snj1-3/+3
2004-03-10Remove info files entries from PLIST.seb1-5/+1
2004-02-09bsd.pkg.mk now runs GNU configure scripts with ${SH}, so we no longergrant1-5/+1
need to do so here.
2003-09-18Update to 2.5.1nb2:wiz3-3/+23
Use the right grep binary in fgrep and egrep shell scripts. Patch provided by Nicolas Fugier in PR 20905.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-02use new texinfo handling.grant2-8/+8
minor whitespace fix.
2003-07-30explicitly disable pcre support as it was never enabled.grant1-1/+3
fixes build on systems which have libpcre installed as the configure script's detection of it is slightly broken.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-24remove unneeded parens, quote a literal in .ifgrant1-2/+2
2003-02-13Update to 2.5.1: bugfix release.wiz3-24/+5
2003-01-09USE_PKGLOCALEDIR=yes. Fixes PLIST problems on SunOScjep1-1/+2
2002-12-25Use .tar.bz2.wiz2-4/+5
2002-12-25Honor GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed.wiz5-32/+65
While here: Fix build on NetBSD-current.
2002-12-06Fix up configure nit for Solaris. Suggested by tron.cjep1-1/+7
2002-10-14Package for GNU grep 2.5.bouyer5-0/+82