aboutsummaryrefslogtreecommitdiff
path: root/textproc/gnugrep
Commit message (Collapse)AuthorAgeFilesLines
* textproc/gnugrep: Add missing libiconv dependencyKubilay Kocak2015-04-241-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNU Grep's automatically searches for and detects (via configure) the presence of gettext and libiconv. If libiconv is already installed it results in libiconv being detected without the dependency being registered. If libiconv is ever removed, the following error is observed: Error: Shared object "libiconv.so.2" not found, required by "grep" This change adds explicit configure arguments to disable gettext and libiconv detection when their respective OPTIONS are disabled. Additionally it adds an ICONV option consistent with other ports, and replaces global CPPFLAGS and LDFLAGS values with GETTEXT and ICONV option-specific library and include configure arguments for the respective search path prefixes. Note: CPPFLAGS and LDFLAGS are still required for PCRE detection, as the configure script does not provide equivalent -prefix=[PATH] options for libpcre. These flags are now PCRE option conditional. While I'm here: - Sort USES and OPTIONS and improve readability by seperating those sections by whitespace. - Add LICENSE_FILE Tested on: 9.3, 10.1, i386, amd64, all PCRE, ICONV, NLS permutations Approved: portmgr (blanket, framework compliance) Notes: svn path=/head/; revision=384621
* Add CPE informationJohan van Selst2015-03-091-1/+2
| | | | | | | | | | | textproc/gnugrep has had vulnerabilities with a CPE identifier assigned (e.g. CVE-2012-5667). PR: 198471 Submitted by: shun.fbsd.pr@dropcut.net Notes: svn path=/head/; revision=380880
* Update to GNU grep 2.21Johan van Selst2014-11-252-3/+3
| | | | Notes: svn path=/head/; revision=373431
* Cleanup plistAntoine Brodin2014-11-151-2/+0
| | | | Notes: svn path=/head/; revision=372605
* Update GNU grep to 2.20 (bugfix release)Johan van Selst2014-06-072-3/+3
| | | | Notes: svn path=/head/; revision=356885
* Update GNU grep to 2.19Johan van Selst2014-05-232-5/+4
| | | | | | | Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=7988 Notes: svn path=/head/; revision=354941
* Update GNU grep to 2.18 (bugfix release)Johan van Selst2014-02-262-3/+3
| | | | Notes: svn path=/head/; revision=346136
* Update GNU grep to 2.17Johan van Selst2014-02-192-3/+3
| | | | Notes: svn path=/head/; revision=345139
* - Update to GNU grep 2.16 (bugfix release)Johan van Selst2014-01-022-18/+8
| | | | | | | - Simplify options handling Notes: svn path=/head/; revision=338463
* Update to GNU grep 2.15Johan van Selst2013-11-012-4/+3
| | | | Notes: svn path=/head/; revision=332392
* - Fix PCRE support [1]Johan van Selst2013-10-062-6/+9
| | | | | | | | | | | | - Enable PCRE support by default - Enable stage support - Bump PORTREVISION PR: ports/182266 [1] Submitted by: amdmi3 Notes: svn path=/head/; revision=329600
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update GNU grep to 2.14Johan van Selst2013-06-243-6/+6
| | | | | | | | | - Adopt port Approved by: gabor (old maintainer) Notes: svn path=/head/; revision=321704
* - Fix buildMartin Wilke2013-06-111-5/+2
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320601
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Convert to OptionsNGEitan Adler2012-10-061-4/+4
| | | | | | | Approved by: gabor (maintainer) Notes: svn path=/head/; revision=305384
* - Update to 2.12Gabor Kovesdan2012-05-232-10/+8
| | | | | | | | | | | - Use GNU macro - Pet portlint PR: ports/167649 Submitted by: sunpoet Notes: svn path=/head/; revision=297284
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 2.9Gabor Kovesdan2011-08-082-4/+5
| | | | | | | | PR: ports/158353 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=279199
* - Fix plistGabor Kovesdan2011-06-252-2/+2
| | | | | | | | | | - Bump PORTREVISION - Pet portlint(1) Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=276383
* Update to 2.8.Xin LI2011-06-203-3/+4
| | | | | | | | PR: ports/157998 Approved by: maintainer (gabor) Notes: svn path=/head/; revision=275906
* - Update to 2.7Gabor Kovesdan2011-02-032-5/+3
| | | | | | | | | PR: ports/152833 Submitted by: Anonymous <swell.k@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268582
* - Add support for NLS with the conventional WITHOUT_NLS knob to disable itGabor Kovesdan2010-08-152-10/+65
| | | | | | | | | | | | - Silence post-patch target - Bump PORTREVISION - Cosmetic changes PR: ports/149290 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=259248
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilesPav Lucistnik2010-06-042-3/+5
| | | | | | | | | | | - Convert a bunch of ports to use it PR: ports/146329 Submitted by: mm With hat: portmgr Notes: svn path=/head/; revision=255708
* - Instead of previous commit, fix the issue properly by using gettextGabor Kovesdan2010-06-021-3/+3
| | | | | | | Pointed out by: pav Notes: svn path=/head/; revision=255569
* - Fix plistGabor Kovesdan2010-06-011-1/+3
| | | | | | | Reported by: erwin (via pointyhat) Notes: svn path=/head/; revision=255445
* - Update to 2.6.3Gabor Kovesdan2010-05-302-5/+5
| | | | | | | | PR: ports/146524 Submitted by: mm Notes: svn path=/head/; revision=255303
* The grep command searches one or more input files for lines containing a matchGabor Kovesdan2010-02-063-0/+52
to a specified pattern. By default, grep prints the matching lines. WWW: http://www.gnu.org/software/grep/ Notes: svn path=/head/; revision=249336