From owner-svn-ports-all@freebsd.org Tue Oct 30 18:21:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC83910F07DC; Tue, 30 Oct 2018 18:21:30 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92E3E72EE3; Tue, 30 Oct 2018 18:21:30 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74B8521121; Tue, 30 Oct 2018 18:21:30 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9UILUc6004242; Tue, 30 Oct 2018 18:21:30 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9UILUfc004241; Tue, 30 Oct 2018 18:21:30 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810301821.w9UILUfc004241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 Oct 2018 18:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483506 - head/graphics/bugle X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/graphics/bugle X-SVN-Commit-Revision: 483506 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2018 18:21:31 -0000 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