aboutsummaryrefslogtreecommitdiff
path: root/textproc/bsdgrep/files
Commit message (Collapse)AuthorAgeFilesLines
* textproc/bsdgrep: fix the build on recent -CURRENTKyle Evans2020-11-202-1/+60
| | | | | | | | | | | | | | | | | | | | | | A seatbelt was added to throw a warning if a "SUBDIR." variable appeared non-empty, since that indicates something was trying to expand a MK_ variable most likely and either opts.mk wasn't included or the name of the variable used is wrong. In this particular case, we're repackaging a part from base. I had stripped the src.opts.mk include but hadn't thought to replace it with bsd.opts.mk for userlandy stuff. This also goes as far as fixing the test build, but doesn't yet hook up the tests. On FreeBSD <13 these need a kyua/atf test dep, but I'd like to do a sweep and see if there are any other ports (e.g. from NetBSD base or FreeBSD base) that also have a dependency to weigh in on if this should just be a one-off osversion check or a kyua/atf USES. MFH: 2020Q4 (blanket: build fix) Notes: svn path=/head/; revision=555761
* [PATCH] textproc/bsdgrep: Update to 2.6.0 and set LICENSEKyle Evans2018-04-191-19/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following list of changes are roughly what has occurred since the last update: Features: - With bsdgrep -r, the working directory is implied if no directory is specified - bsdgrep will now behave as bsdgrep -r does when it's named rgrep - bsdgrep now understands -z/--null-data to use \0 as EOL - GNU regex compatibility is now indicated with a "GNU compatible" in the version string Fixes: - --mmap no longer hangs when coming across an EOF without an accompanying EOL - -o/--color matching generally improved, now produces earliest / longest matches - Context output now more closely aligns with GNU grep - Zero-length matches no longer exhibit broken behavior - Every output line now honors -b/-H/-n flags Other fixes are also present. While here, move to the version as reported by `grep -V` -- I intend to bump the version in base sensible as bugfixes/features roll in. Tested with: Poudriere (amd64, head) Tested with: Poudriere (amd64, 11.1) Tested with: Poudriere (amd64, 10.4) Glanced at by: Portlint -AC PR: 227639, 197531 Approved by: portmgr (feld) Notes: svn path=/head/; revision=467795
* - Fix build on >=9.XGabor Kovesdan2011-10-021-3/+18
| | | | | | | Reported by: eadler Notes: svn path=/head/; revision=282798
* - Update to 20111002Gabor Kovesdan2011-10-021-12/+5
| | | | Notes: svn path=/head/; revision=282787
* - Fix build on 9.XGabor Kovesdan2011-09-131-0/+27
Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=281747