Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2019 06:15:25 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520606 - head/graphics/bugle
Message-ID:  <201912220615.xBM6FPMQ063285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Dec 22 06:15:24 2019
New Revision: 520606
URL: https://svnweb.freebsd.org/changeset/ports/520606

Log:
  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.

Modified:
  head/graphics/bugle/Makefile

Modified: head/graphics/bugle/Makefile
==============================================================================
--- head/graphics/bugle/Makefile	Sun Dec 22 05:48:18 2019	(r520605)
+++ head/graphics/bugle/Makefile	Sun Dec 22 06:15:24 2019	(r520606)
@@ -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



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