diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-11-01 10:24:15 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-11-01 10:24:15 +0000 |
commit | cc6bea1430379678ddc2cea5f95e975bbf275572 (patch) | |
tree | 64cbf1c59396c241c54a813822eab52b0852b91e /Mk | |
parent | 8aa70a974c02edfc965f7e4e894e82877934498f (diff) | |
download | freebsd-ports-cc6bea1430379678ddc2cea5f95e975bbf275572.zip |
Mark FreeBSD 10.4 as unsupported, it is end-of-life as of today.
Users who still rely on FreeBSD 10 should use tags/RELEASE_10_EOL
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 1ccbf30d433e..03a896de3ab1 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1180,7 +1180,7 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC .endif _EXPORTED_VARS+= OSVERSION -.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1004000 || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1102000))) || \ +.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1102000) || \ (${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. |