From 26c9ff14c01f08965c832152df227e50e855a344 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Fri, 29 Jan 2021 04:57:06 +0000 Subject: [PATCH] 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. --- textproc/bsdgrep/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile index 20a5296a1a8a..4fc483b9464e 100644 --- a/textproc/bsdgrep/Makefile +++ b/textproc/bsdgrep/Makefile @@ -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" \