Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2020 23:34:31 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529295 - head/graphics/waifu2x-converter-cpp
Message-ID:  <202003272334.02RNYVhk007346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Mar 27 23:34:31 2020
New Revision: 529295
URL: https://svnweb.freebsd.org/changeset/ports/529295

Log:
  graphics/waifu2x-converter-cpp: drop FreeBSD 12.0 support after r527628

Modified:
  head/graphics/waifu2x-converter-cpp/Makefile   (contents, props changed)

Modified: head/graphics/waifu2x-converter-cpp/Makefile
==============================================================================
--- head/graphics/waifu2x-converter-cpp/Makefile	Fri Mar 27 23:34:24 2020	(r529294)
+++ head/graphics/waifu2x-converter-cpp/Makefile	Fri Mar 27 23:34:31 2020	(r529295)
@@ -39,9 +39,6 @@ PORTDATA=	*
 .if exists(/usr/lib/libc++fs.a)
 # XXX Remove after FreeBSD 11.3/12.1 EOL
 CMAKE_ARGS+=	-DFILE_SYSTEM_LIB:STRING=c++fs
-.elif !exists(/usr/include/c++/v1/filesystem) && exists(/usr/lib/libc++experimental.a)
-# XXX Remove after FreeBSD 12.0 EOL
-CMAKE_ARGS+=	-DFILE_SYSTEM_LIB:STRING=c++experimental
 .endif
 
 OPTIONS_DEFINE=	SIMD



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