Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2018 10:24:16 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483654 - head/Mk
Message-ID:  <201811011024.wA1AOG0D058795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811011024.wA1AOG0D058795>