FreeBSD Bugzilla – Attachment 199050 Details for
Bug 233058
x11/kde5: next batch of patches for GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch.kde5 (text/plain), 29.84 KB, created by
Piotr Kubaj
on 2018-11-07 12:47:39 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-11-07 12:47:39 UTC
Size:
29.84 KB
patch
obsolete
>Index: accessibility/kmag/Makefile >=================================================================== >--- accessibility/kmag/Makefile (revision 483124) >+++ accessibility/kmag/Makefile (working copy) >@@ -10,7 +10,7 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs config configwidgets coreaddons ecm \ > i18n kio service widgetsaddons xmlgui > USE_QT= core dbus gui printsupport widgets xml \ >Index: net/libkvkontakte/Makefile >=================================================================== >--- net/libkvkontakte/Makefile (revision 483124) >+++ net/libkvkontakte/Makefile (working copy) >@@ -13,7 +13,7 @@ > LICENSE= LGPL21+ > LICENSE_FILE= ${WRKSRC}/COPYING.LIB > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= config coreaddons ecm i18n kdewebkit kio service widgetsaddons > USE_QT= core gui network webkit widgets \ > buildtools_build qmake_build >Index: comms/qt5-connectivity/Makefile >=================================================================== >--- comms/qt5-connectivity/Makefile (revision 483124) >+++ comms/qt5-connectivity/Makefile (working copy) >@@ -9,7 +9,7 @@ > COMMENT= Qt connectivity (Bluetooth/NFC) module > > USE_QT= concurrent core qml quick buildtools_build >-USES= qmake qt-dist:5,connectivity >+USES= compiler:c++11-lang qmake qt-dist:5,connectivity > > USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} > >Index: accessibility/kmouth/Makefile >=================================================================== >--- accessibility/kmouth/Makefile (revision 483124) >+++ accessibility/kmouth/Makefile (working copy) >@@ -10,7 +10,7 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > ecm i18n jobwidgets kio service widgetsaddons xmlgui > USE_QT= core dbus gui network printsupport speech widgets xml \ >Index: devel/kcachegrind/Makefile >=================================================================== >--- devel/kcachegrind/Makefile (revision 483124) >+++ devel/kcachegrind/Makefile (working copy) >@@ -7,7 +7,8 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Profiler frontend for KDE > >-USES= cmake:outsource kde:5 python:run qt:5 shebangfix tar:xz >+USES= cmake:outsource compiler:c++11-lang kde:5 python:run qt:5 \ >+ shebangfix tar:xz > USE_KDE= archive auth bookmarks codecs completion config configwidgets \ > coreaddons ecm i18n itemviews jobwidgets kio service solid \ > widgetsaddons xmlgui >Index: net-im/kaccounts-integration/Makefile >=================================================================== >--- net-im/kaccounts-integration/Makefile (revision 483124) >+++ net-im/kaccounts-integration/Makefile (working copy) >@@ -14,7 +14,8 @@ > libkeyring-kwallet.so:sysutils/signon-kwallet-extension > RUN_DEPENDS= signon-ui:sysutils/signon-ui > >-USES= cmake:outsource gettext pkgconfig kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext pkgconfig kde:5 \ >+ qt:5 tar:xz > USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \ > i18n iconthemes kcmutils kio service wallet widgetsaddons \ > akonadi >Index: games/kapman/Makefile >=================================================================== >--- games/kapman/Makefile (revision 483124) >+++ games/kapman/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons ecm i18n libkdegames notifyconfig widgetsaddons \ > windowsystem xmlgui >Index: games/kpat/Makefile >=================================================================== >--- games/kpat/Makefile (revision 483124) >+++ games/kpat/Makefile (working copy) >@@ -9,7 +9,8 @@ > > LIB_DEPENDS= libfreecell-solver.so:games/freecell-solver > >-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 shared-mime-info tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 pkgconfig \ >+ qt:5 shared-mime-info tar:xz > USE_KDE= attica auth codecs completion config configwidgets coreaddons \ > crash dbusaddons ecm guiaddons i18n iconthemes itemviews \ > kdeclarative kio libkdegames newstuff notifyconfig service \ >Index: games/granatier/Makefile >=================================================================== >--- games/granatier/Makefile (revision 483124) >+++ games/granatier/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= attica auth codecs config configwidgets coreaddons crash \ > dbusaddons ecm guiaddons i18n iconthemes itemviews kio \ > libkdegames newstuff notifyconfig service widgetsaddons xmlgui >Index: x11/konsole/Makefile >=================================================================== >--- x11/konsole/Makefile (revision 483124) >+++ x11/konsole/Makefile (working copy) >@@ -11,7 +11,8 @@ > docbook-xml>0:textproc/docbook-xml > RUN_DEPENDS= keditbookmarks:deskutils/keditbookmarks > >-USES= cmake:outsource gettext pkgconfig kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext pkgconfig kde:5 \ >+ qt:5 tar:xz > USE_KDE= auth attica bookmarks codecs completion config configwidgets \ > coreaddons crash dbusaddons ecm emoticons globalaccel guiaddons i18n \ > iconthemes init itemmodels jobwidgets kdelibs4support kio \ >Index: graphics/kolourpaint/Makefile >=================================================================== >--- graphics/kolourpaint/Makefile (revision 483124) >+++ graphics/kolourpaint/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= KDE paint program > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth bookmarks codecs completion config configwidgets \ > coreaddons crash ecm emoticons guiaddons i18n iconthemes init \ > itemmodels itemviews jobwidgets kdelibs4support kio libkexiv2 \ >Index: games/ktuberling/Makefile >=================================================================== >--- games/ktuberling/Makefile (revision 483124) >+++ games/ktuberling/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth bookmarks codecs completion config configwidgets \ > coreaddons crash dbusaddons ecm emoticons guiaddons i18n \ > iconthemes init itemmodels itemviews jobwidgets \ >Index: games/kiriki/Makefile >=================================================================== >--- games/kiriki/Makefile (revision 483124) >+++ games/kiriki/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ > ecm guiaddons i18n iconthemes kio libkdegames widgetsaddons xmlgui > USE_QT= core dbus gui network printsupport qml quick svg widgets xml \ >Index: games/kmines/Makefile >=================================================================== >--- games/kmines/Makefile (revision 483124) >+++ games/kmines/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ > ecm i18n kio libkdegames notifyconfig sonnet textwidgets \ > widgetsaddons xmlgui >Index: games/kbounce/Makefile >=================================================================== >--- games/kbounce/Makefile (revision 483124) >+++ games/kbounce/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio \ > libkdegames notifyconfig service textwidgets widgetsaddons xmlgui >Index: games/klines/Makefile >=================================================================== >--- games/klines/Makefile (revision 483124) >+++ games/klines/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ > ecm guiaddons i18n iconthemes itemviews kio libkdegames \ > newstuff service widgetsaddons xmlgui >Index: games/ksirk/Makefile >=================================================================== >--- games/ksirk/Makefile (revision 483124) >+++ games/ksirk/Makefile (working copy) >@@ -9,7 +9,7 @@ > > LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 > >-USES= cmake:outsource kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang kde:5 qt:5 tar:xz > USE_KDE= attica auth codecs completion config configwidgets \ > coreaddons crash i18n iconthemes kio libkdegames newstuff \ > service wallet widgetsaddons xmlgui >Index: games/killbots/Makefile >=================================================================== >--- games/killbots/Makefile (revision 483124) >+++ games/killbots/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons ecm guiaddons i18n iconthemes itemviews kio \ > libkdegames notifyconfig widgetsaddons xmlgui >Index: games/kbreakout/Makefile >=================================================================== >--- games/kbreakout/Makefile (revision 483124) >+++ games/kbreakout/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio libkdegames \ > service widgetsaddons xmlgui >Index: graphics/spectacle/Makefile >=================================================================== >--- graphics/spectacle/Makefile (revision 483124) >+++ graphics/spectacle/Makefile (working copy) >@@ -11,7 +11,7 @@ > libxcb-image.so:x11/xcb-util-image \ > libxcb-util.so:x11/xcb-util > >-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz > USE_KDE= attica auth codecs completion config configwidgets coreaddons \ > dbusaddons doctools ecm i18n jobwidgets kdeclarative kio \ > libkipi newstuff notifications package service widgetsaddons \ >Index: games/bovo/Makefile >=================================================================== >--- games/bovo/Makefile (revision 483124) >+++ games/bovo/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ > ecm i18n kdeclarative libkdegames newstuff widgetsaddons xmlgui > USE_QT= concurrent core dbus gui network qml quick svg widgets xml \ >Index: games/knetwalk/Makefile >=================================================================== >--- games/knetwalk/Makefile (revision 483124) >+++ games/knetwalk/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ > ecm guiaddons i18n iconthemes itemviews kio libkdegames \ > notifyconfig sonnet textwidgets widgetsaddons xmlgui >Index: games/kblackbox/Makefile >=================================================================== >--- games/kblackbox/Makefile (revision 483124) >+++ games/kblackbox/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= archive auth codecs config configwidgets coreaddons crash \ > dbusaddons ecm guiaddons i18n iconthemes libkdegames sonnet \ > textwidgets widgetsaddons xmlgui >Index: games/kshisen/Makefile >=================================================================== >--- games/kshisen/Makefile (revision 483124) >+++ games/kshisen/Makefile (working copy) >@@ -9,7 +9,7 @@ > > LIB_DEPENDS= libKF5KMahjongglib.so:games/libkmahjongg > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons dnssd ecm i18n kdeclarative kio libkdegames \ > newstuff widgetsaddons xmlgui >Index: games/kolf/Makefile >=================================================================== >--- games/kolf/Makefile (revision 483124) >+++ games/kolf/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang kde:5 qt:5 tar:xz > USE_KDE= auth bookmarks codecs completion config configwidgets \ > coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \ > itemviews jobwidgets kdelibs4support kio libkdegames \ >Index: games/bomber/Makefile >=================================================================== >--- games/bomber/Makefile (revision 483124) >+++ games/bomber/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ > ecm i18n kio libkdegames widgetsaddons xmlgui > USE_QT= core dbus gui network widgets phonon4 qml quick xml \ >Index: games/kjumpingcube/Makefile >=================================================================== >--- games/kjumpingcube/Makefile (revision 483124) >+++ games/kjumpingcube/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons ecm guiaddons i18n iconthemes itemviews jobwidgets \ > kio libkdegames newstuff notifyconfig service widgetsaddons \ >Index: games/kanagram/Makefile >=================================================================== >--- games/kanagram/Makefile (revision 483124) >+++ games/kanagram/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Letter order game for KDE > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= attica auth codecs config configwidgets coreaddons crash \ > doctools ecm i18n kdeclarative kio libkeduvocdocument newstuff \ > package service sonnet widgetsaddons xmlgui >Index: games/kollision/Makefile >=================================================================== >--- games/kollision/Makefile (revision 483124) >+++ games/kollision/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ > ecm i18n kio libkdegames newstuff notifyconfig textwidgets \ > widgetsaddons xmlgui >Index: games/kdiamond/Makefile >=================================================================== >--- games/kdiamond/Makefile (revision 483124) >+++ games/kdiamond/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ > doctools ecm guiaddons i18n iconthemes libkdegames \ > notifications notifyconfig widgetsaddons xmlgui >Index: games/kmahjongg/Makefile >=================================================================== >--- games/kmahjongg/Makefile (revision 483124) >+++ games/kmahjongg/Makefile (working copy) >@@ -9,7 +9,7 @@ > > LIB_DEPENDS= libKF5KMahjongglib.so:games/libkmahjongg > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons doctools ecm i18n kdeclarative libkdegames newstuff \ > widgetsaddons xmlgui >Index: games/klickety/Makefile >=================================================================== >--- games/klickety/Makefile (revision 483124) >+++ games/klickety/Makefile (working copy) >@@ -7,7 +7,8 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 shebangfix tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 \ >+ shebangfix tar:xz > SHEBANG_FILES= klickety-2.0-inherit-ksame-highscore.pl > USE_KDE= auth bookmarks codecs completion config configwidgets \ > coreaddons crash dbusaddons doctools ecm i18n itemviews \ >Index: games/kblocks/Makefile >=================================================================== >--- games/kblocks/Makefile (revision 483124) >+++ games/kblocks/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons i18n itemmodels kio libkdegames newstuff \ > notifyconfig textwidgets widgetsaddons windowsystem xmlgui >Index: games/picmi/Makefile >=================================================================== >--- games/picmi/Makefile (revision 483124) >+++ games/picmi/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons doctools ecm i18n jobwidgets kdeclarative kio \ > libkdegames newstuff service widgetsaddons xmlgui >Index: misc/kwordquiz/Makefile >=================================================================== >--- misc/kwordquiz/Makefile (revision 483124) >+++ misc/kwordquiz/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Flash card trainer for KDE Applications > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= attica auth bookmarks codecs completion config configwidgets \ > coreaddons crash doctools ecm emoticons guiaddons i18n \ > iconthemes init itemmodels itemviews jobwidgets kdeclarative \ >Index: games/kfourinline/Makefile >=================================================================== >--- games/kfourinline/Makefile (revision 483124) >+++ games/kfourinline/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons dnssd ecm i18n iconthemes itemmodels itemviews \ > kdeclarative kdelibs4support kio libkdegames notifyconfig \ >Index: games/ksquares/Makefile >=================================================================== >--- games/ksquares/Makefile (revision 483124) >+++ games/ksquares/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons ecm guiaddons i18n iconthemes itemviews kio \ > libkdegames notifyconfig widgetsaddons xmlgui >Index: games/knavalbattle/Makefile >=================================================================== >--- games/knavalbattle/Makefile (revision 483124) >+++ games/knavalbattle/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons crash \ > dbusaddons dnssd doctools ecm i18n libkdegames sonnet \ > textwidgets widgetsaddons xmlgui >Index: games/katomic/Makefile >=================================================================== >--- games/katomic/Makefile (revision 483124) >+++ games/katomic/Makefile (working copy) >@@ -6,7 +6,8 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource gettext kde:5 qt:5 shebangfix tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 \ >+ shebangfix tar:xz > USE_KDE= attica auth codecs config configwidgets coreaddons crash \ > dbusaddons ecm guiaddons i18n iconthemes itemviews kio \ > libkdegames newstuff notifyconfig service widgetsaddons xmlgui >Index: audio/audiocd-kio/Makefile >=================================================================== >--- audio/audiocd-kio/Makefile (revision 483124) >+++ audio/audiocd-kio/Makefile (working copy) >@@ -16,7 +16,7 @@ > libKF5Cddb.so:audio/libkcddb \ > libKF5CompactDisc.so:audio/libkcompactdisc > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth bookmarks codecs completion config configwidgets \ > coreaddons crash guiaddons i18n iconthemes itemviews \ > jobwidgets kdelibs4support kio notifications parts \ >Index: graphics/skanlite/Makefile >=================================================================== >--- graphics/skanlite/Makefile (revision 483124) >+++ graphics/skanlite/Makefile (working copy) >@@ -14,7 +14,7 @@ > LIB_DEPENDS= libKF5Sane.so:graphics/libksane \ > libpng.so:graphics/png > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= ecm auth config configwidgets codecs completion \ > coreaddons doctools i18n jobwidgets kio \ > service widgetsaddons xmlgui >Index: textproc/kompare/Makefile >=================================================================== >--- textproc/kompare/Makefile (revision 483124) >+++ textproc/kompare/Makefile (working copy) >@@ -9,7 +9,7 @@ > > LIB_DEPENDS= libkomparediff2.so:textproc/libkomparediff2 > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs completion config configwidgets coreaddons \ > doctools ecm i18n iconthemes jobwidgets kio parts service \ > sonnet texteditor textwidgets widgetsaddons xmlgui >Index: multimedia/kdemultimedia-ffmpegthumbs/Makefile >=================================================================== >--- multimedia/kdemultimedia-ffmpegthumbs/Makefile (revision 483399) >+++ multimedia/kdemultimedia-ffmpegthumbs/Makefile (working copy) >@@ -12,7 +12,7 @@ > > LIB_DEPENDS= libswscale.so:multimedia/ffmpeg > >-USES= cmake:outsource kde:5 pkgconfig qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz > USE_KDE= completion config coreaddons i18n jobwidgets kio service widgetsaddons > USE_QT= core dbus gui network widgets xml \ > buildtools_build qmake_build >Index: net-im/kaccounts-providers/Makefile >=================================================================== >--- net-im/kaccounts-providers/Makefile (revision 483399) >+++ net-im/kaccounts-providers/Makefile (working copy) >@@ -12,7 +12,8 @@ > libaccounts-qt5.so:net-im/libaccounts-qt5 \ > libsignon-qt5.so:sysutils/signon-qt5 > >-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext gnome kde:5 \ >+ pkgconfig qt:5 tar:xz > USE_GNOME= intltool > USE_KDE= config coreaddons i18n kdeclarative kio package service > USE_QT= core gui network qml xml \ >Index: net-im/ktp-common-internals/Makefile >=================================================================== >--- net-im/ktp-common-internals/Makefile (revision 483399) >+++ net-im/ktp-common-internals/Makefile (working copy) >@@ -17,7 +17,8 @@ > RUN_DEPENDS= ${LOCALBASE}/lib/mission-control-plugins.0/mcp-account-manager-accounts-sso.so:net-im/telepathy-accounts-signon \ > ${LOCALBASE}/libexec/mission-control-5:net-im/telepathy-mission-control > >-USES= cmake:outsource gettext pkgconfig kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext pkgconfig kde:5 \ >+ qt:5 tar:xz > USE_KDE= auth bookmarks codecs completion config configwidgets \ > coreaddons ecm i18n iconthemes itemviews jobwidgets kcmutils \ > kio notifications notifyconfig parts people service solid \ >Index: devel/umbrello/Makefile >=================================================================== >--- devel/umbrello/Makefile (revision 483399) >+++ devel/umbrello/Makefile (working copy) >@@ -9,7 +9,7 @@ > > LIB_DEPENDS= libboost_thread.so:devel/boost-libs > >-USES= cmake:outsource kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gnome kde:5 qt:5 tar:xz > USE_GNOME= libxml2 libxslt > USE_KDE= archive auth bookmarks codecs completion config configwidgets \ > coreaddons crash ecm guiaddons i18n iconthemes itemviews \ >Index: net/libmediawiki/Makefile >=================================================================== >--- net/libmediawiki/Makefile (revision 483399) >+++ net/libmediawiki/Makefile (working copy) >@@ -12,7 +12,7 @@ > LICENSE= LGPL21+ > LICENSE_FILE= ${WRKSRC}/COPYING.LIB > >-USES= cmake:outsource kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang kde:5 qt:5 tar:xz > USE_KDE= coreaddons ecm > USE_QT= core network testlib \ > buildtools_build qmake_build >Index: accessibility/kmousetool/Makefile >=================================================================== >--- accessibility/kmousetool/Makefile (revision 483399) >+++ accessibility/kmousetool/Makefile (working copy) >@@ -10,7 +10,7 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ > ecm i18n iconthemes notifications widgetsaddons xmlgui > USE_QT= core dbus gui phonon4 widgets xml \ >Index: x11-toolkits/qt5-charts/Makefile >=================================================================== >--- x11-toolkits/qt5-charts/Makefile (revision 483399) >+++ x11-toolkits/qt5-charts/Makefile (working copy) >@@ -8,7 +8,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Qt 5 charts module > >-USES= qmake qt-dist:5,charts tar:xz >+USES= compiler:c++11-lang qmake qt-dist:5,charts tar:xz > USE_QT= core network gui widgets qml quick designer \ > buildtools_build qmake_build > >Index: astro/libkgeomap/Makefile >=================================================================== >--- astro/libkgeomap/Makefile (revision 483399) >+++ astro/libkgeomap/Makefile (working copy) >@@ -13,7 +13,8 @@ > BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs > LIB_DEPENDS= libopencv_video.so:graphics/opencv > >-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 pkgconfig \ >+ qt:5 tar:xz > USE_KDE= config coreaddons ecm i18n kio marble service textwidgets > USE_QT= concurrent core gui network webkit widgets xml \ > buildtools_build qmake_build >Index: textproc/kreport/Makefile >=================================================================== >--- textproc/kreport/Makefile (revision 483399) >+++ textproc/kreport/Makefile (working copy) >@@ -11,7 +11,8 @@ > > LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty > >-USES= cmake:outsource gettext kde:5 python:2.7 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 \ >+ python:2.7 qt:5 tar:xz > USE_KDE= config coreaddons ecm marble widgetsaddons > USE_QT= core gui network qml webkit widgets xml \ > buildtools_build printsupport qmake_build >Index: devel/kdesdk-thumbnailers/Makefile >=================================================================== >--- devel/kdesdk-thumbnailers/Makefile (revision 483399) >+++ devel/kdesdk-thumbnailers/Makefile (working copy) >@@ -7,7 +7,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= KDE thumbnail generator for gettext po files > >-USES= cmake:outsource gettext kde:5 qt:5 tar:xz >+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz > USE_KDE= completion config coreaddons ecm i18n jobwidgets \ > kio service widgetsaddons > USE_QT= core dbus gui network widgets xml \ >Index: games/palapeli/Makefile >=================================================================== >--- games/palapeli/Makefile (revision 483399) >+++ games/palapeli/Makefile (working copy) >@@ -7,7 +7,8 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= ${${PORTNAME}_DESC} > >-USES= cmake:outsource kde:5 qt:5 shared-mime-info tar:xz >+USES= cmake:outsource compiler:c++11-lang kde:5 qt:5 \ >+ shared-mime-info tar:xz > USE_KDE= archive auth codecs completion config configwidgets coreaddons \ > crash i18n itemviews jobwidgets kio libkdegames notifications service \ > widgetsaddons xmlgui
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233058
: 199050