Date: Fri, 29 Jan 2021 04:55:30 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563170 - head/textproc/bsdgrep Message-ID: <202101290455.10T4tUtk030069@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101290455.10T4tUtk030069>