svn commit: r563171 - branches/2021Q1/textproc/bsdgrep

Kyle Evans kevans at FreeBSD.org
Fri Jan 29 04:57:07 UTC 2021


Author: kevans
Date: Fri Jan 29 04:57:06 2021
New Revision: 563171
URL: https://svnweb.freebsd.org/changeset/ports/563171

Log:
  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.

Modified:
  branches/2021Q1/textproc/bsdgrep/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/textproc/bsdgrep/Makefile
==============================================================================
--- branches/2021Q1/textproc/bsdgrep/Makefile	Fri Jan 29 04:55:30 2021	(r563170)
+++ branches/2021Q1/textproc/bsdgrep/Makefile	Fri Jan 29 04:57:06 2021	(r563171)
@@ -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" \


More information about the svn-ports-branches mailing list