From 2c9d52b48faabaedfdb3563b49aa76f9164be126 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sun, 22 Dec 2019 06:15:24 +0000 Subject: [PATCH] Deprecate graphics/bugle again It fails to build with GCC >= 8: cc1: error: unrecognized command line option '-fdump-translation-unit' and is no longer actively developed. This is deprecation attempt #2 after GCC 7 has gone EOL. Nobody has taken over maintainership since last time and -fdump-translation-unit is not coming back. devel/apitrace is a potential replacement. --- graphics/bugle/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index 00f9e8e234ee..cc93387592fa 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -12,6 +12,9 @@ COMMENT= Debugging library for OpenGL LICENSE= GPLv2 +DEPRECATED= no longer actively developed; use devel/apitrace instead +EXPIRATION_DATE= 2020-01-15 + LIB_DEPENDS= libltdl.so:devel/libltdl USES= gl libtool pathfix perl5