From owner-svn-ports-head@freebsd.org Tue Jul 31 06:15:23 2018 Return-Path: Delivered-To: svn-ports-head@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 22B6E104F6C1; Tue, 31 Jul 2018 06:15:23 +0000 (UTC) (envelope-from ehaupt@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 C5A497B74D; Tue, 31 Jul 2018 06:15:22 +0000 (UTC) (envelope-from ehaupt@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 9FC697DC2; Tue, 31 Jul 2018 06:15:22 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6V6FMUl074005; Tue, 31 Jul 2018 06:15:22 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6V6FMWF074004; Tue, 31 Jul 2018 06:15:22 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201807310615.w6V6FMWF074004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 31 Jul 2018 06:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475969 - head/audio/gbsplay X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/audio/gbsplay X-SVN-Commit-Revision: 475969 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2018 06:15:23 -0000 Author: ehaupt Date: Tue Jul 31 06:15:22 2018 New Revision: 475969 URL: https://svnweb.freebsd.org/changeset/ports/475969 Log: Remove gcc dependency. PR: 230227 Submitted by: tobik Modified: head/audio/gbsplay/Makefile Modified: head/audio/gbsplay/Makefile ============================================================================== --- head/audio/gbsplay/Makefile Tue Jul 31 04:09:06 2018 (r475968) +++ head/audio/gbsplay/Makefile Tue Jul 31 06:15:22 2018 (r475969) @@ -3,7 +3,7 @@ PORTNAME= gbsplay PORTVERSION= 0.0.93.20161217 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -16,7 +16,7 @@ GH_ACCOUNT= mmitch GH_TAGNAME= 2c4486e HAS_CONFIGURE= yes -USES= gmake compiler:gcc-c++11-lib +USES= gmake compiler:c++11-lib USE_CSTD= gnu89 CONFIGURE_ARGS+= --prefix=${PREFIX}