svn commit: r563170 - head/textproc/bsdgrep

Kyle Evans kevans at FreeBSD.org
Fri Jan 29 04:55:30 UTC 2021


Author: kevans
Date: Fri Jan 29 04:55:30 2021
New Revision: 563170
URL: https://svnweb.freebsd.org/changeset/ports/563170

Log:
  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.
  
  MFH:		2021Q1

Modified:
  head/textproc/bsdgrep/Makefile

Modified: head/textproc/bsdgrep/Makefile
==============================================================================
--- head/textproc/bsdgrep/Makefile	Fri Jan 29 01:32:51 2021	(r563169)
+++ head/textproc/bsdgrep/Makefile	Fri Jan 29 04:55:30 2021	(r563170)
@@ -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-all mailing list