From owner-svn-ports-head@freebsd.org Wed Oct 31 20:38:13 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 79BD810E952D; Wed, 31 Oct 2018 20:38:13 +0000 (UTC) (envelope-from lx@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 2C9D96ADE8; Wed, 31 Oct 2018 20:38:13 +0000 (UTC) (envelope-from lx@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 0F4C911877; Wed, 31 Oct 2018 20:38:13 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKcCll029274; Wed, 31 Oct 2018 20:38:12 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKcC8f029273; Wed, 31 Oct 2018 20:38:12 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201810312038.w9VKcC8f029273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Wed, 31 Oct 2018 20:38:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483612 - head/devel/linenoise-ng X-SVN-Group: ports-head X-SVN-Commit-Author: lx X-SVN-Commit-Paths: head/devel/linenoise-ng X-SVN-Commit-Revision: 483612 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.29 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: Wed, 31 Oct 2018 20:38:13 -0000 Author: lx Date: Wed Oct 31 20:38:12 2018 New Revision: 483612 URL: https://svnweb.freebsd.org/changeset/ports/483612 Log: Fix build for GCC-based archs PR: 232850 Submitted by: Piotr Kubaj Modified: head/devel/linenoise-ng/Makefile Modified: head/devel/linenoise-ng/Makefile ============================================================================== --- head/devel/linenoise-ng/Makefile Wed Oct 31 20:19:04 2018 (r483611) +++ head/devel/linenoise-ng/Makefile Wed Oct 31 20:38:12 2018 (r483612) @@ -12,11 +12,7 @@ COMMENT= Small, portable readline replacement LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_mips= fails to compile: cc1plus: unrecognized command line option "-std=c++11" -BROKEN_mips64= fails to compile: cc1plus: unrecognized command line option "-std=c++11" -BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11" - -USES= cmake +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= arangodb GH_PROJECT= linenoise-ng