Date: Wed, 14 Jan 2015 18:02:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> 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 Message-ID: <201501141802.t0EI2vlg022798@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501141802.t0EI2vlg022798>