svn commit: r483654 - head/Mk

Rene Ladan rene at FreeBSD.org
Thu Nov 1 10:24:16 UTC 2018


Author: rene
Date: Thu Nov  1 10:24:15 2018
New Revision: 483654
URL: https://svnweb.freebsd.org/changeset/ports/483654

Log:
  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

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Nov  1 10:20:43 2018	(r483653)
+++ head/Mk/bsd.port.mk	Thu Nov  1 10:24:15 2018	(r483654)
@@ -1180,7 +1180,7 @@ OSVERSION!=	${AWK} '/^\#define[[:blank:]]__FreeBSD_ver
 .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.


More information about the svn-ports-all mailing list