Date: Wed, 14 Jan 2015 11:27:07 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> 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 Message-ID: <201501141127.t0EBR7S2033287@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501141127.t0EBR7S2033287>