Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2020 14:35:04 +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: r552583 - head/emulators/yuzu
Message-ID:  <202010171435.09HEZ4b8080691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Oct 17 14:35:04 2020
New Revision: 552583
URL: https://svnweb.freebsd.org/changeset/ports/552583

Log:
  emulators/yuzu: update two comments about dropping compatibility code
  
  Phabricator:	D26646

Modified:
  head/emulators/yuzu/Makefile

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Sat Oct 17 14:34:50 2020	(r552582)
+++ head/emulators/yuzu/Makefile	Sat Oct 17 14:35:04 2020	(r552583)
@@ -98,7 +98,7 @@ post-patch:
 
 .include <bsd.port.pre.mk>
 
-# XXX Drop after FreeBSD 11.3/12.1 EOL
+# XXX Drop after FreeBSD 12.1 EOL
 .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 100
 . if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} < 100
 LLVM_DEFAULT=	10
@@ -109,7 +109,7 @@ CXX=		clang++${LLVM_DEFAULT}
 CPP=		clang-cpp${LLVM_DEFAULT}
 .endif
 
-# XXX Drop after FreeBSD 11.3/12.1 EOL
+# XXX Drop after FreeBSD 12.1 EOL
 .if make(makesum) || (!exists(/usr/include/c++/v1/fenv.h) && exists(/usr/lib/libc++.so))
 MASTER_SITES+=	https://github.com/llvm/llvm-project/releases/download/llvmorg-${LLVM_VER}/:libcxx
 DISTFILES+=	libcxx-${LLVM_VER}.src.tar.xz:libcxx



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