MFH: r563170

textproc/bsdgrep: stop building on FreeBSD 13+

bsdgrep will ship as the non-optional default in FreeBSD 13.0. Mark it as
IGNORE on 13 and 14, with the intention of deprecating it when stable/12 is
no longer supported.  In the meantime, it is still useful on the earlier
branches for testing.
This commit is contained in:
Kyle Evans 2021-01-29 04:57:06 +00:00
parent 5ab46e5f8b
commit 26c9ff14c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=563171

View File

@ -14,6 +14,11 @@ COMMENT= BSD-licensed version of grep
LICENSE= BSD2CLAUSE
# This port should be deprecated once stable/12 goes EoL. bsdgrep shipped by
# default in FreeBSD 13.0.
IGNORE_FreeBSD_13= only for FreeBSD 11.x and 12.x
IGNORE_FreeBSD_14= only for FreeBSD 11.x and 12.x
USES= uidfix
MAKE_ENV+= BINDIR="${PREFIX}/bin" \