aboutsummaryrefslogtreecommitdiff
path: root/graphics/waifu2x-converter-cpp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-02-01 12:42:53 +0000
committerRene Ladan <rene@FreeBSD.org>2021-02-01 12:42:53 +0000
commita7d2ae454e62240f7349c94e02e45b5982e74204 (patch)
tree4682e9c4fd9a88e5031274827a9b5c373e363f38 /graphics/waifu2x-converter-cpp
parent2d9527944f116748b1e9605788b85df76a6c6d01 (diff)
downloadports-a7d2ae454e62240f7349c94e02e45b5982e74204.tar.gz
ports-a7d2ae454e62240f7349c94e02e45b5982e74204.zip
Remove support for FreeBSD 12.1 from various ports.
FreeBSD 12.1 reached end-of-life today. Adjust the message for the wine ports while here, since stable/13 has branched. Submitted by: rene Reviewed by: jbeich, mandree, mat, osa Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D28406
Notes
Notes: svn path=/head/; revision=563570
Diffstat (limited to 'graphics/waifu2x-converter-cpp')
-rw-r--r--graphics/waifu2x-converter-cpp/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/waifu2x-converter-cpp/Makefile b/graphics/waifu2x-converter-cpp/Makefile
index 15281dbab84e..739f8bd8cccc 100644
--- a/graphics/waifu2x-converter-cpp/Makefile
+++ b/graphics/waifu2x-converter-cpp/Makefile
@@ -30,11 +30,6 @@ PLIST_FILES= bin/${PORTNAME} \
lib/libw2xc.so
PORTDATA= *
-.if exists(/usr/lib/libc++fs.a)
-# XXX Remove after FreeBSD 12.1 EOL
-CMAKE_ARGS+= -DFILE_SYSTEM_LIB:STRING=c++fs
-.endif
-
OPTIONS_DEFINE= SIMD
OPTIONS_DEFAULT=SIMD