svn commit: r377011 - in head/net-im/ktp-text-ui: . files

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Jan 14 11:27:07 UTC 2015


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>


More information about the svn-ports-all mailing list