From owner-svn-ports-all@freebsd.org Sat Jul 22 08:46:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ED99CFF574; Sat, 22 Jul 2017 08:46:30 +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 mx1.freebsd.org (Postfix) with ESMTPS id E1D5871C88; Sat, 22 Jul 2017 08:46:29 +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 v6M8kSUP010023; Sat, 22 Jul 2017 08:46:28 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6M8kS1n010022; Sat, 22 Jul 2017 08:46:28 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201707220846.v6M8kS1n010022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 22 Jul 2017 08:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446374 - head/audio/audacity X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/audio/audacity X-SVN-Commit-Revision: 446374 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.23 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: Sat, 22 Jul 2017 08:46:30 -0000 Author: gerald Date: Sat Jul 22 08:46:28 2017 New Revision: 446374 URL: https://svnweb.freebsd.org/changeset/ports/446374 Log: Replace USE_GCC=4.9+ by the canonical USE_GCC=yes. Approved by: portmgr (blanket) Modified: head/audio/audacity/Makefile Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Sat Jul 22 08:34:58 2017 (r446373) +++ head/audio/audacity/Makefile Sat Jul 22 08:46:28 2017 (r446374) @@ -27,7 +27,7 @@ NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_WITH= libintl-prefix="${LOCALBASE}" OPTIONS_SUB= yes -USE_GCC= 4.9+ +USE_GCC= yes USE_WX= 3.0+ WX_COMPS= wx INSTALLS_ICONS= yes