summaryrefslogtreecommitdiff
path: root/x11/foot
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 /x11/foot
parentMk/bsd.port.mk: Remove support for FreeBSD 12.1 which reached end-of-life today. (diff)
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 'x11/foot')
-rw-r--r--x11/foot/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/x11/foot/Makefile b/x11/foot/Makefile
index d7598ca017fb..b96ec17a8bf6 100644
--- a/x11/foot/Makefile
+++ b/x11/foot/Makefile
@@ -26,10 +26,4 @@ USE_XORG= pixman
WRKSRC= ${WRKDIR}/${PORTNAME}
MESON_ARGS= -Dterminfo=false
-# XXX Drop after FreeBSD 12.1 EOL
-.if exists(/usr/lib/clang/8.0.1)
-# prompt.c:45:21: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
-CFLAGS+= -Wno-error=missing-braces
-.endif
-
.include <bsd.port.mk>