From owner-svn-ports-all@freebsd.org Fri Mar 19 22:04:21 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F0FE5AE402; Fri, 19 Mar 2021 22:04:21 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F2Hx10LYsz4Ssg; Fri, 19 Mar 2021 22:04:21 +0000 (UTC) (envelope-from gerald@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 F378A1CB86; Fri, 19 Mar 2021 22:04:20 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12JM4K90030948; Fri, 19 Mar 2021 22:04:20 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12JM4KrB030947; Fri, 19 Mar 2021 22:04:20 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202103192204.12JM4KrB030947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 19 Mar 2021 22:04:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568815 - head/devel/dwarves X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/devel/dwarves X-SVN-Commit-Revision: 568815 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.34 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: Fri, 19 Mar 2021 22:04:21 -0000 Author: gerald Date: Fri Mar 19 22:04:20 2021 New Revision: 568815 URL: https://svnweb.freebsd.org/changeset/ports/568815 Log: Replace USE_GCC=9+ by the more general, and effectively the same in nearly all cases, USE_GCC=yes. Approved by: maintainer (cem) Modified: head/devel/dwarves/Makefile Modified: head/devel/dwarves/Makefile ============================================================================== --- head/devel/dwarves/Makefile Fri Mar 19 20:48:33 2021 (r568814) +++ head/devel/dwarves/Makefile Fri Mar 19 22:04:20 2021 (r568815) @@ -22,7 +22,7 @@ LIB_DEPENDS= libargp.so:devel/argp-standalone \ libdw.so:devel/elfutils USES= cmake gettext python:3.7+,env shebangfix tar:xz -USE_GCC= 9+ +USE_GCC= yes USE_LDCONFIG= yes SHEBANG_FILES= btfdiff fullcircle ostra/ostra-cg ostra/python/ostra.py