summaryrefslogtreecommitdiff
path: root/textproc/agrep/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - make portlint happierDirk Meyer2017-01-2114-72/+72
| | | | Notes: svn path=/head/; revision=432061
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-223-9/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* - add missing prototypesDirk Meyer2011-11-2712-26/+574
| | | | | | | | | - add missing includes - fix build with clang Feature safe: yes Notes: svn path=/head/; revision=286502
* Long patterns force a core dump:Wolfram Schneider2003-11-121-0/+11
| | | | | | | | $ ./agrep `perl -e 'print "y" x 240'` /dev/null Segmentation fault (core dumped) Notes: svn path=/head/; revision=93819
* Fix missing format string argument and bump PORTREVISION.Kris Kennaway2003-06-271-5/+11
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=83709
* * Honor CFLAGS.Christian Weisgerber2002-07-216-0/+91
* Include proper prototypes; fixes dire warnings on alpha. Notes: svn path=/head/; revision=63295