From owner-svn-ports-all@FreeBSD.ORG Wed Jan 14 11:27:07 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42CE2A44; Wed, 14 Jan 2015 11:27:07 +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 2DC53251; Wed, 14 Jan 2015 11:27:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0EBR7E8033288; Wed, 14 Jan 2015 11:27:07 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0EBR7S2033287; Wed, 14 Jan 2015 11:27:07 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201501141127.t0EBR7S2033287@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 14 Jan 2015 11:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377011 - in head/net-im/ktp-text-ui: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2015 11:27:07 -0000 Author: rakuco Date: Wed Jan 14 11:27:06 2015 New Revision: 377011 URL: https://svnweb.freebsd.org/changeset/ports/377011 QAT: https://qat.redports.org/buildarchive/r377011/ Log: 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: head/net-im/ktp-text-ui/files/ Modified: head/net-im/ktp-text-ui/Makefile Modified: head/net-im/ktp-text-ui/Makefile ============================================================================== --- head/net-im/ktp-text-ui/Makefile Wed Jan 14 11:10:27 2015 (r377010) +++ head/net-im/ktp-text-ui/Makefile Wed Jan 14 11:27:06 2015 (r377011) @@ -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