From owner-svn-ports-head@freebsd.org Sat May 28 14:15:03 2016 Return-Path: Delivered-To: svn-ports-head@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 477F4B4D017; Sat, 28 May 2016 14:15:03 +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 03CC91B13; Sat, 28 May 2016 14:15:02 +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 u4SEF2D4035718; Sat, 28 May 2016 14:15:02 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEF2Rt035717; Sat, 28 May 2016 14:15:02 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201605281415.u4SEF2Rt035717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 28 May 2016 14:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415994 - head/net-p2p/go-ethereum X-SVN-Group: ports-head 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.22 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: Sat, 28 May 2016 14:15:03 -0000 Author: gerald Date: Sat May 28 14:15:01 2016 New Revision: 415994 URL: https://svnweb.freebsd.org/changeset/ports/415994 Log: Replace USE_GCC=4.8+ by the more general USE_GCC=yes. Modified: head/net-p2p/go-ethereum/Makefile Modified: head/net-p2p/go-ethereum/Makefile ============================================================================== --- head/net-p2p/go-ethereum/Makefile Sat May 28 13:52:03 2016 (r415993) +++ head/net-p2p/go-ethereum/Makefile Sat May 28 14:15:01 2016 (r415994) @@ -26,7 +26,7 @@ RLPDUMP_DESC= Prints RLP structures USE_GITHUB= yes GH_ACCOUNT= ethereum -USE_GCC= 4.8+ +USE_GCC= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth ${STAGEDIR}${PREFIX}/bin