svn commit: r486949 - in head: graphics/gwenview net-im/ktp-contact-list net-im/ktp-filetransfer-handler

Tobias C. Berner tcberner at FreeBSD.org
Sat Dec 8 13:20:38 UTC 2018


Author: tcberner
Date: Sat Dec  8 13:20:36 2018
New Revision: 486949
URL: https://svnweb.freebsd.org/changeset/ports/486949

Log:
  Set c++11 on some more kde@ ports.
  
  PR:		233856
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/graphics/gwenview/Makefile
  head/net-im/ktp-contact-list/Makefile
  head/net-im/ktp-filetransfer-handler/Makefile

Modified: head/graphics/gwenview/Makefile
==============================================================================
--- head/graphics/gwenview/Makefile	Sat Dec  8 13:11:09 2018	(r486948)
+++ head/graphics/gwenview/Makefile	Sat Dec  8 13:20:36 2018	(r486949)
@@ -13,7 +13,8 @@ LIB_DEPENDS=	libexiv2.so:graphics/exiv2 \
 		liblcms2.so:graphics/lcms2 \
 		libpng.so:graphics/png
 
-USES=		cmake:outsource gettext jpeg pkgconfig kde:5 qt:5 tar:xz
+USES=		compiler:c++11-lang cmake:outsource gettext jpeg pkgconfig \
+		kde:5 qt:5 tar:xz
 USE_KDE=	activities auth baloo bookmarks codecs completion config \
 		configwidgets coreaddons ecm emoticons filemetadata i18n \
 		iconthemes init itemmodels itemviews jobwidgets \

Modified: head/net-im/ktp-contact-list/Makefile
==============================================================================
--- head/net-im/ktp-contact-list/Makefile	Sat Dec  8 13:11:09 2018	(r486948)
+++ head/net-im/ktp-contact-list/Makefile	Sat Dec  8 13:20:36 2018	(r486949)
@@ -11,7 +11,7 @@ LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt at q
 		libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \
 		libKTpCommonInternals.so:net-im/ktp-common-internals
 
-USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
+USES=		compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz
 USE_KDE=	auth codecs completion config configwidgets coreaddons \
 		dbusaddons ecm i18n iconthemes jobwidgets kcmutils kio \
 		notifications notifyconfig people service wallet widgetsaddons \

Modified: head/net-im/ktp-filetransfer-handler/Makefile
==============================================================================
--- head/net-im/ktp-filetransfer-handler/Makefile	Sat Dec  8 13:11:09 2018	(r486948)
+++ head/net-im/ktp-filetransfer-handler/Makefile	Sat Dec  8 13:20:36 2018	(r486949)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt at qt5 \
 		libKTpCommonInternals.so:net-im/ktp-common-internals
 
-USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
+USES=		compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz
 USE_KDE=	auth bookmarks codecs completion config configwidgets \
 		coreaddons ecm i18n itemviews jobwidgets kio service solid \
 		wallet widgetsaddons xmlgui


More information about the svn-ports-all mailing list