Date: Tue, 30 Oct 2018 18:21:30 +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: r483506 - head/graphics/bugle Message-ID: <201810301821.w9UILUfc004241@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue Oct 30 18:21:30 2018 New Revision: 483506 URL: https://svnweb.freebsd.org/changeset/ports/483506 Log: graphics/bugle: Lock it to GCC 7 and deprecate It fails to build with GCC >= 8: cc1: error: unrecognized command line option '-fdump-translation-unit' http://package22.nyi.freebsd.org/data/112amd64-default-PR231590/2018-10-29_06h48m05s/logs/errors/bugle-0.0.20100508_12.log The Changelog at [1] for newer versions says it's no longer developed, so deprecate it as well: "This is a bugfix release. BuGLe is no longer actively developed." [1] https://sourceforge.net/projects/bugle/files/bugle/0.0.20150628/ PR: 231590 Modified: head/graphics/bugle/Makefile Modified: head/graphics/bugle/Makefile ============================================================================== --- head/graphics/bugle/Makefile Tue Oct 30 18:04:16 2018 (r483505) +++ head/graphics/bugle/Makefile Tue Oct 30 18:21:30 2018 (r483506) @@ -3,7 +3,7 @@ PORTNAME= bugle PORTVERSION= 0.0.20100508 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= SF @@ -12,11 +12,14 @@ COMMENT= Debugging library for OpenGL LICENSE= GPLv2 +DEPRECATED= no longer actively developed +EXPIRATION_DATE= 2018-11-15 + LIB_DEPENDS= libltdl.so:devel/libltdl USES= libtool pathfix perl5 USE_GL= gl -USE_GCC= yes +USE_GCC= 7 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ltdl-install=no INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301821.w9UILUfc004241>