From owner-svn-ports-branches@FreeBSD.ORG Wed Jan 14 18:02:57 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4F9B718; Wed, 14 Jan 2015 18:02:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C10023CC; Wed, 14 Jan 2015 18:02:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0EI2vRx022799; Wed, 14 Jan 2015 18:02:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0EI2vlg022798; Wed, 14 Jan 2015 18:02:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501141802.t0EI2vlg022798@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 14 Jan 2015 18:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r377030 - in branches/2015Q1/net-im/ktp-text-ui: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2015 18:02:57 -0000 Author: antoine Date: Wed Jan 14 18:02:56 2015 New Revision: 377030 URL: https://svnweb.freebsd.org/changeset/ports/377030 QAT: https://qat.redports.org/buildarchive/r377030/ Log: MFH: r377011 Require a more recent compiler to avoid bugs with base GCC. Instead of augmenting the existing patch in files/ to work around a bug with base GCC that required a working copy constructor in an expression that actually uses operator=(), just switch to a more modern compiler that does not have this problem. This fixes the build on 8.4 and 9.3. Deleted: branches/2015Q1/net-im/ktp-text-ui/files/ Modified: branches/2015Q1/net-im/ktp-text-ui/Makefile Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/net-im/ktp-text-ui/Makefile ============================================================================== --- branches/2015Q1/net-im/ktp-text-ui/Makefile Wed Jan 14 18:00:25 2015 (r377029) +++ branches/2015Q1/net-im/ktp-text-ui/Makefile Wed Jan 14 18:02:56 2015 (r377030) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-cont USE_KDE4= kdeprefix automoc4 USE_QT4= corelib webkit xml \ moc_build qmake_build rcc_build uic_build -USES= cmake gettext tar:bzip2 +USES= cmake compiler:c++11-lang gettext tar:bzip2 USE_LDCONFIG= yes .include