MFH: r516838

bsd.port.mk: update minimal supported version of FreeBSD to 11.3

Reviewed by:	mat (and others)
Approved by:	portmgr (implicit)
Differential Revision:	https://reviews.freebsd.org/D21974

Approved by:	portmgr (implicit)
This commit is contained in:
Rene Ladan 2019-11-05 21:09:58 +00:00
parent 3b23395ff8
commit 645ac7911f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=516839

View File

@ -1162,7 +1162,7 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC
.endif
_EXPORTED_VARS+= OSVERSION
.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1102000) || \
.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1103000) || \
(${OPSYS} == DragonFly && ${DFLYVERSION} < 400400)
_UNSUPPORTED_SYSTEM_MESSAGE= Ports Collection support for your ${OPSYS} version has ended, and no ports\
are guaranteed to build on this system. Please upgrade to a supported release.