From owner-svn-ports-head@freebsd.org Mon Oct 15 06:24:43 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 0E5D210D0C1B; Mon, 15 Oct 2018 06:24:43 +0000 (UTC) (envelope-from tobik@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 B73A686169; Mon, 15 Oct 2018 06:24:42 +0000 (UTC) (envelope-from tobik@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 B1F42143F; Mon, 15 Oct 2018 06:24:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9F6OgfI045072; Mon, 15 Oct 2018 06:24:42 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9F6Og8I045071; Mon, 15 Oct 2018 06:24:42 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810150624.w9F6Og8I045071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 15 Oct 2018 06:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482135 - head/editors/ghostwriter X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/editors/ghostwriter X-SVN-Commit-Revision: 482135 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: Mon, 15 Oct 2018 06:24:43 -0000 Author: tobik Date: Mon Oct 15 06:24:42 2018 New Revision: 482135 URL: https://svnweb.freebsd.org/changeset/ports/482135 Log: editors/ghostwriter needs a compiler with C++11 support Modified: head/editors/ghostwriter/Makefile Modified: head/editors/ghostwriter/Makefile ============================================================================== --- head/editors/ghostwriter/Makefile Mon Oct 15 06:22:44 2018 (r482134) +++ head/editors/ghostwriter/Makefile Mon Oct 15 06:24:42 2018 (r482135) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell -USES= desktop-file-utils pkgconfig qmake qt:5 +USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= wereturtle USE_QT= concurrent core gui network printsupport svg webkit widgets \