mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
bsd.port.mk: update minimal supported version of FreeBSD to 11.3
Reviewed by: mat (and others) Approved by: portmgr (implicit) MFH: 2019Q4 Differential Revision: https://reviews.freebsd.org/D21974
This commit is contained in:
parent
d9ef0546df
commit
a0ee11c51d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516838
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user