svn commit: r552580 - head/emulators/rpcs3
Rene Ladan
rene at FreeBSD.org
Sat Oct 17 14:30:58 UTC 2020
Author: rene
Date: Sat Oct 17 14:30:57 2020
New Revision: 552580
URL: https://svnweb.freebsd.org/changeset/ports/552580
Log:
emulators/rpcs3: update a comment about dropping compatibility code
Phabricator: D26646
Modified:
head/emulators/rpcs3/Makefile
Modified: head/emulators/rpcs3/Makefile
==============================================================================
--- head/emulators/rpcs3/Makefile Sat Oct 17 14:28:19 2020 (r552579)
+++ head/emulators/rpcs3/Makefile Sat Oct 17 14:30:57 2020 (r552580)
@@ -56,7 +56,7 @@ CC= clang${LLVM_DEFAULT}
CXX= clang++${LLVM_DEFAULT}
CPP= clang-cpp${LLVM_DEFAULT}
-# 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
More information about the svn-ports-head
mailing list