Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 13:24:54 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551314 - head/www/deno
Message-ID:  <202010031324.093DOsZ2033738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Sat Oct  3 13:24:53 2020
New Revision: 551314
URL: https://svnweb.freebsd.org/changeset/ports/551314

Log:
  www/deno: cleanup after 11.3 EOL
  
  Submitted by:	rene

Modified:
  head/www/deno/Makefile

Modified: head/www/deno/Makefile
==============================================================================
--- head/www/deno/Makefile	Sat Oct  3 13:04:59 2020	(r551313)
+++ head/www/deno/Makefile	Sat Oct  3 13:24:53 2020	(r551314)
@@ -20,9 +20,8 @@ BUILD_DEPENDS=	binutils>0:devel/binutils \
 .include <bsd.port.options.mk>
 
 # clang10+ is required, this conditional can be dropped when
-# 11.3 and 12.1 are EOL
-.if (${OSVERSION} >= 1100000 && ${OSVERSION} < 1103511) || \
-    (${OSVERSION} >= 1200000 && ${OSVERSION} < 1201515)
+# 12.1 is EOL
+.if (${OSVERSION} >= 1200000 && ${OSVERSION} < 1201515)
 BUILD_DEPENDS+=	llvm10>0:devel/llvm10
 .endif
 
@@ -351,9 +350,8 @@ post-patch:
 		${WRKSRC}/cargo-crates/rusty_v8-${RUSTY_VERS}/build/toolchain/gcc_toolchain.gni \
 		${WRKSRC}/cargo-crates/rusty_v8-${RUSTY_VERS}/buildtools/third_party/libc++/BUILD.gn
 # clang10+ is required, this conditional can be dropped when
-# 11.3 and 12.1 are EOL
-.if (${OSVERSION} >= 1100000 && ${OSVERSION} < 1103511) || \
-    (${OSVERSION} >= 1200000 && ${OSVERSION} < 1201515)
+# 12.1 is EOL
+.if (${OSVERSION} >= 1200000 && ${OSVERSION} < 1201515)
 	@${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} < ${FILESDIR}/extrapatch-clang10
 .endif
 



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