Date: Sat, 17 Oct 2020 14:37:27 +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: r552584 - head/graphics/waifu2x-converter-cpp Message-ID: <202010171437.09HEbRPl080880@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sat Oct 17 14:37:27 2020 New Revision: 552584 URL: https://svnweb.freebsd.org/changeset/ports/552584 Log: graphics/waifu2x-converter-cpp: update a comment about dropping compability code Phabricator: D26646 Modified: head/graphics/waifu2x-converter-cpp/Makefile Modified: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- head/graphics/waifu2x-converter-cpp/Makefile Sat Oct 17 14:35:04 2020 (r552583) +++ head/graphics/waifu2x-converter-cpp/Makefile Sat Oct 17 14:37:27 2020 (r552584) @@ -37,7 +37,7 @@ PLIST_FILES= bin/${PORTNAME} \ PORTDATA= * .if exists(/usr/lib/libc++fs.a) -# XXX Remove after FreeBSD 11.3/12.1 EOL +# XXX Remove after FreeBSD 12.1 EOL CMAKE_ARGS+= -DFILE_SYSTEM_LIB:STRING=c++fs .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010171437.09HEbRPl080880>