[Bug 212565] devel/automoc4 reduct warnings
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212565 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: tcberner Date: Sat Sep 17 09:20:17 UTC 2016 New revision: 422302 URL: https://svnweb.freebsd.org/changeset/ports/422302 Log: devel/automoc4: Add upstream patches to silence warnings when using automoc4 PR: 212565 Submitted by: Adriaan de Groot Approved by: rakuco (mentor) Obtained from: area51 Changes: head/devel/automoc4/Makefile head/devel/automoc4/files/patch-Automoc4Config.cmake head/devel/automoc4/files/patch-CMakeLists.txt -- You are receiving this mail because: You are the assignee for the bug.
[Bug 212565] devel/automoc4 reduct warnings
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212565 Tobias C. Berner changed: What|Removed |Added Resolution|--- |FIXED Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+ |eeBSD.org) | Status|In Progress |Closed --- Comment #2 from Tobias C. Berner --- Commited. Thanks :) -- You are receiving this mail because: You are the assignee for the bug.
[Bug 211916] [exp-run] Update Qt to 5.6.1.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916 --- Comment #10 from commit-h...@freebsd.org --- A commit references this bug: Author: rakuco Date: Sat Sep 17 09:46:56 UTC 2016 New revision: 422306 URL: https://svnweb.freebsd.org/changeset/ports/422306 Log: Update the Qt5 ports to 5.6.1. This took longer than expected, but there are quite a few changes to the existing ports and a few new ones. General upstream changes: - Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is being used. According to the discussion here: https://codereview.qt-project.org/#/c/154800/ The Qt project is not opposed to LibreSSL, but does not want to mix support for it into the OpenSSL backend code, especially as they move towards supporting OpenSSL 1.1. People interested in LibreSSL support are welcome to submit a separate backend upstream, but are expected to maintain it. We (kde@) are not opposed to carrying some patches authored by others in the future, as long as they are not huge and destabilizing. - When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by default (this is an upstream change). You can add "CONFIG -= c++11" to your .pro. Qt 5.7 will require C++11. - www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped separately as a community release tarball. kde@ does not have an ETA for a qt5-webengine port, as it requires a huge effort (and number of patches) similar to maintaining www/chromium itself. - x11-toolkits/qt5-declarative has been deprecated upstream. The last release is 5.5.1. Relevant changes: - devel/qmake5: The freebsd-clang mkspec has become the default mkspec on FreeBSD, replacing the outdated freebsd-g++ one that was moved to unsupported/ (it still works though). - devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are still in qtbase. The data files are now in the qt5-qdoc-data port. - misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with mkspecs. Instead of running the `configure' script, which requires a compiler and adjustments to the mkspecs files and also ends up building a new qmake binary, we now leverage USES=qmake to generate all the Makefiles from the top-level qt.pro. Getting this to work requires some tricks, though, and qt.conf.in has a longer explanation of what's being done. Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes. New ports: - comms/qt5-serialbus - devel/qt5-qdoc-data - x11-toolkits/qt5-quickcontrols2 Big thanks to Adriaan de Groot (gr...@kde.org), tcberner@ and Loise Nolden (nol...@kde.org) for the huge amount of work they put into this patch. Loise in particular also sent quite a few changes upstream that were essential for this update to work. PR: 211916 Changes: head/Mk/bsd.qt.mk head/comms/Makefile head/comms/qt5-connectivity/pkg-plist head/comms/qt5-serialbus/ head/comms/qt5-serialbus/Makefile head/comms/qt5-serialbus/pkg-plist head/devel/Makefile head/devel/qbs/Makefile head/devel/qbs/pkg-plist head/devel/qmake5/Makefile head/devel/qmake5/files/patch-configure head/devel/qmake5/files/patch-mkspecs__common__freebsd.conf head/devel/qmake5/files/patch-mkspecs__freebsd-g++__qmake.conf head/devel/qmake5/files/patch-mkspecs__unsupported__freebsd-clang__qmake.conf head/devel/qmake5/files/patch-mkspecs_freebsd-clang_qmake.conf head/devel/qmake5/files/patch-mkspecs_unsupported_freebsd-g++_qmake.conf head/devel/qmake5/pkg-plist head/devel/qt5/Makefile head/devel/qt5/distinfo head/devel/qt5/files/extrapatch-config.tests-unix-compile.test head/devel/qt5/files/extrapatch-config.tests_unix_libdl_libdl.pro head/devel/qt5/files/extrapatch-libtool head/devel/qt5-assistant/files/patch-src__src.pro head/devel/qt5-buildtools/pkg-plist head/devel/qt5-core/Makefile head/devel/qt5-core/files/patch-git_08be8691 head/devel/qt5-core/files/patch-git_090bf50 head/devel/qt5-core/files/patch-git_6552469 head/devel/qt5-core/files/patch-git_680ec54a head/devel/qt5-core/files/patch-git_bfa53e1c6 head/devel/qt5-core/files/patch-git_c8c4ad0 head/devel/qt5-core/files/patch-git_c9998b8a head/devel/qt5-core/pkg-plist head/devel/qt5-designer/files/patch-src__src.pro head/devel/qt5-designer/pkg-plist head/devel/qt5-help/Makefile head/devel/qt5-help/files/patch-src__src.pro head/devel/qt5-linguist/files/patch-src__src.pro head/devel/qt5-linguisttools/files/patch-src__src.pro head/devel/qt5-location/files/ head/devel/qt5-location/pkg-plist head/devel/qt5-qdbus/files/ head/devel/qt5-qdbus/files/patch-src_src.pro head/devel/qt5-qdbusviewer/files/patch-src__src.pro head/devel/qt5-qdoc/Makefile head/devel/qt5-qdoc/files/ head/devel/qt5-qdoc/files/patch-src_src.pro head/devel/qt5-qdoc/pkg-plist head/devel/qt5-qdoc-data/ head/devel/qt5-qdoc-data/Make
[Bug 211916] [exp-run] Update Qt to 5.6.1.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211916 Raphael Kubo da Costa changed: What|Removed |Added Resolution|--- |FIXED Status|In Progress |Closed -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 212764] Processor specific bits in default packages of Qt5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212764 Raphael Kubo da Costa changed: What|Removed |Added Assignee|rak...@freebsd.org |k...@freebsd.org --- Comment #1 from Raphael Kubo da Costa --- Over to kde@. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 212764] Processor specific bits in default packages of Qt5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212764 Raphael Kubo da Costa changed: What|Removed |Added Status|New |In Progress --- Comment #2 from Raphael Kubo da Costa --- To clarify: was Qt built on the same machine/processor? -- You are receiving this mail because: You are the assignee for the bug.
[Bug 212764] Processor specific bits in default packages of Qt5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212764 --- Comment #3 from Raphael Kubo da Costa --- Another question: is this an i386 or an amd64 build? -- You are receiving this mail because: You are the assignee for the bug.
[SVN Commit] area51/CALLIGRA
SVN commit 13031 by adridg: FI-merge of Calligra to match current ports M +1 -1 chinese/calligra-l10n-zh_CN/Makefile M +1 -1 chinese/calligra-l10n-zh_TW/Makefile M +1 -1 editors/calligra-l10n-bs/Makefile M +1 -1 editors/calligra-l10n-ca/Makefile M +1 -1 editors/calligra-l10n-ca_valencia/Makefile M +1 -1 editors/calligra-l10n-cs/Makefile M +1 -1 editors/calligra-l10n-da/Makefile M +1 -1 editors/calligra-l10n-el/Makefile M +1 -1 editors/calligra-l10n-en_GB/Makefile M +1 -1 editors/calligra-l10n-es/Makefile M +1 -1 editors/calligra-l10n-et/Makefile M +1 -1 editors/calligra-l10n-fi/Makefile M +1 -1 editors/calligra-l10n-gl/Makefile M +1 -1 editors/calligra-l10n-it/Makefile M +1 -1 editors/calligra-l10n-kk/Makefile M +1 -1 editors/calligra-l10n-nb/Makefile M +1 -1 editors/calligra-l10n-nl/Makefile M +1 -1 editors/calligra-l10n-sk/Makefile M +1 -1 editors/calligra-l10n-sv/Makefile M +1 -1 editors/calligra-l10n-tr/Makefile M +3 -4 editors/calligra-l10n/Makefile M +2 -2 editors/calligra-l10n/files/bsd.l10n.mk M +5 -5 editors/calligra/Makefile M +1 -1 french/calligra-l10n/Makefile M +1 -1 german/calligra-l10n/Makefile M +1 -1 hungarian/calligra-l10n/Makefile M +1 -1 japanese/calligra-l10n/Makefile M +1 -1 polish/calligra-l10n/Makefile M +1 -1 portuguese/calligra-l10n-pt_BR/Makefile M +1 -1 portuguese/calligra-l10n/Makefile M +1 -1 russian/calligra-l10n/Makefile M +1 -1 ukrainian/calligra-l10n/Makefile
[SVN Commit] area51/PYQT
SVN commit 13032 by adridg: FI-merge of PYQT to match current ports M +1 -1 databases/py-qt4-sql/Makefile M +1 -1 devel/py-qt4-assistant/Makefile M +1 -1 devel/py-qt4-core/Makefile M +1 -1 devel/py-qt4-dbus/Makefile M +1 -1 devel/py-qt4-dbussupport/Makefile M +1 -1 devel/py-qt4-declarative/Makefile M +1 -1 devel/py-qt4-designer/Makefile M +1 -1 devel/py-qt4-designerplugin/Makefile M +1 -1 devel/py-qt4-help/Makefile M +1 -1 devel/py-qt4-qscintilla2/Makefile M +1 -1 devel/py-qt4-script/Makefile M +1 -1 devel/py-qt4-scripttools/Makefile M +1 -1 devel/py-qt4-test/Makefile M +1 -1 devel/py-qt4/Makefile M +1 -1 devel/py-qt5-help/Makefile M +1 -1 devel/py-qt5-qscintilla2/Makefile M +1 -1 devel/py-sip/Makefile M +1 -1 devel/qscintilla2-designerplugin/Makefile M +1 -1 devel/qscintilla2-qt5/Makefile M +1 -1 devel/qscintilla2/Makefile M +1 -1 graphics/py-qt4-svg/Makefile M +1 -3 misc/py-qt4-demo/Makefile M +1 -1 misc/py-qt4-doc/Makefile M +0 -2 misc/py-qt5-demo/Makefile M +1 -1 multimedia/py-qt4-multimedia/Makefile M +1 -1 multimedia/py-qt4-phonon/Makefile M +1 -1 net/py-qt4-network/Makefile M +1 -1 textproc/py-qt4-xml/Makefile M +1 -1 textproc/py-qt4-xmlpatterns/Makefile M +1 -1 www/py-qt4-webkit/Makefile M +1 -1 x11-toolkits/py-qt4-gui/Makefile M +1 -1 x11/py-qt4-opengl/Makefile
[SVN Commit] area51/QT
SVN commit 13033 by adridg: FI-merge of QT to match current ports M +1 -1 accessibility/qt4-accessible/Makefile M +1 -1 chinese/qt4-codecs-cn/Makefile M +1 -1 chinese/qt4-codecs-tw/Makefile M +1 -1 comms/qt5-serialbus/Makefile M +1 -1 comms/qt5-serialport/Makefile M +1 -1 databases/qt4-ibase-plugin/Makefile M +1 -3 databases/qt4-mysql-plugin/Makefile M +1 -3 databases/qt4-odbc-plugin/Makefile M +1 -3 databases/qt4-pgsql-plugin/Makefile M +1 -1 databases/qt4-sql/Makefile M +1 -3 databases/qt4-sqlite-plugin/Makefile M +1 -3 databases/qt4-sqlite3-plugin/Makefile M +1 -1 databases/qt5-sql/Makefile M +1 -1 databases/qt5-sqldrivers-ibase/Makefile M +1 -1 databases/qt5-sqldrivers-mysql/Makefile M +1 -1 databases/qt5-sqldrivers-odbc/Makefile M +1 -1 databases/qt5-sqldrivers-pgsql/Makefile M +1 -1 databases/qt5-sqldrivers-sqlite2/Makefile M +1 -1 databases/qt5-sqldrivers-sqlite3/Makefile M +1 -1 devel/dbus-qt4/Makefile M +1 -1 devel/dbus-qt5/Makefile M +15 -3 devel/qbs/Makefile M +3 -3 devel/qbs/distinfo D devel/qbs/files (directory) M +14 -6 devel/qbs/pkg-plist M +1 -1 devel/qmake4/Makefile M +1 -1 devel/qmake4/files/Makefile.bsd M +1 -1 devel/qmake4/files/qconfig.cpp.in M +1 -1 devel/qmake5/Makefile M +1 -1 devel/qt4-assistant-adp/Makefile M +1 -1 devel/qt4-assistant/Makefile M +1 -1 devel/qt4-corelib/Makefile M +1 -1 devel/qt4-designer/Makefile M +1 -1 devel/qt4-help-tools/Makefile M +1 -1 devel/qt4-help/Makefile M +1 -1 devel/qt4-libqtassistantclient/Makefile M +1 -1 devel/qt4-linguist/Makefile M +1 -1 devel/qt4-linguisttools/Makefile M +1 -1 devel/qt4-makeqpf/Makefile M +1 -1 devel/qt4-moc/Makefile M +1 -1 devel/qt4-porting/Makefile M +1 -1 devel/qt4-qdbusviewer/Makefile M +1 -1 devel/qt4-qdoc3/Makefile M +1 -1 devel/qt4-qmlviewer/Makefile M +1 -1 devel/qt4-qt3support/Makefile M +1 -1 devel/qt4-qvfb/Makefile M +1 -1 devel/qt4-rcc/Makefile M +1 -3 devel/qt4-script/Makefile M +1 -1 devel/qt4-scripttools/Makefile M +1 -1 devel/qt4-testlib/Makefile M +1 -1 devel/qt4-uic/Makefile M +1 -1 devel/qt4-uic3/Makefile M +1 -1 devel/qt4/Makefile M +1 -1 devel/qt4/Makefile.sqldrivers M +1 -1 devel/qt5-assistant/Makefile M +1 -1 devel/qt5-buildtools/Makefile M +1 -1 devel/qt5-concurrent/Makefile M +1 -2 devel/qt5-core/Makefile M +1 -1 devel/qt5-designer/Makefile M +1 -1 devel/qt5-help/Makefile M +1 -1 devel/qt5-linguist/Makefile M +1 -1 devel/qt5-linguisttools/Makefile M +1 -1 devel/qt5-qdbus/Makefile M +1 -1 devel/qt5-qdbusviewer/Makefile M +1 -1 devel/qt5-script/Makefile M +1 -1 devel/qt5-scripttools/Makefile M +1 -1 devel/qt5-testlib/Makefile M +1 -1 devel/qt5-uitools/Makefile M +1 -1 devel/qt5/Makefile M +1 -1 devel/qt5/Makefile.sqldrivers M +1 -1 devel/qt5/files/pkg-deinstall.in M +15 -4 devel/qtcreator/Makefile M +3 -3 devel/qtcreator/distinfo M +75 -86devel/qtcreator/pkg-plist M +1 -1 graphics/qt4-iconengines/Makefile M +1 -1 graphics/qt4-imageformats/Makefile M +1 -1 graphics/qt4-opengl/Makefile M +1 -1 graphics/qt4-pixeltool/Makefile M +1 -1 graphics/qt4-svg/Makefile M +1 -1 graphics/qt5-graphicaleffects/Makefile M +1 -1 graphics/qt5-imageformats/Makefile M +1 -1 graphics/qt5-opengl/Makefile M +1 -1 graphics/qt5-pixeltool/Makefile M +1 -1 graphics/qt5-svg/Makefile M +1 -1 japanese/qt4-codecs-jp/Makefile M +1 -1 korean/qt4-codecs-kr/Makefile M +1 -1 misc/qt4-doc/Makefile M +1 -1 misc/qt4-l10n/Makefile M +1 -1 misc/qt4-qtconfig/Makefile M +1 -1 misc/qt4-qtdemo/Makefile M +1 -1 misc/qt5-doc/Makefile M +1 -1 misc/qt5-examples/Makefile M +1 -1 multimedia/qt4-multimedia/Makefile M +1 -1 multimedia/qt5-multimedia/Makefile M +1 -1 net/qt4-network/Makefile M +1 -1 net/qt5-network/Makefile A net/qt5-network/files/patch-src_network_ssl_qsslcontext__openssl.cpp M +1 -1 print/qt5-printsupport/Makefile M +1 -1 textproc/clucene-qt4/Makefile M +1 -1 textproc/clucene-qt5/Makefile M +1 -1 textproc/qt4-xml/Makefile M +1 -1 textproc/qt4-xmlpatterns-tool/Makefile M +1 -3 textproc/qt4-xmlpatterns/Makefile M +1 -1 textproc/qt5-xml/Makefile M +1 -1 textproc/qt5-xmlpatterns/Makefile D www/q
[SVN Commit] area51/PORTS
SVN commit 13034 by adridg: FI-merge of PORTS to match current ports M +3 -3 astro/libkgeomap/Makefile M +4 -4 audio/amarok-kde4/Makefile M +6 -5 audio/simon/Makefile M +4 -3 databases/akonadi/Makefile M +1 -1 deskutils/libstreamanalyzer/Makefile M +1 -1 deskutils/libstreams/Makefile M +3 -3 deskutils/strigi/Makefile M +1 -1 deskutils/strigiclient/Makefile M +1 -1 deskutils/strigidaemon/Makefile M +1 -1 deskutils/strigiutils/Makefile M +1 -1 devel/cmake-gui/Makefile M +1 -1 devel/cmake-modules/Makefile M +4 -4 devel/cmake/Makefile M +3 -1 devel/grantlee/Makefile M +5 -4 devel/kdevelop-kde4/Makefile M +3 -3 devel/kdevelop-pg-qt/Makefile M +3 -3 devel/kdevelop-php-docs/Makefile M +5 -5 devel/kdevelop-php/Makefile M +4 -3 devel/kdevplatform/Makefile M +3 -3 devel/libkgapi/Makefile M +13 -5 devel/libkolab/Makefile M +3 -2 devel/libkolab/distinfo M +1 -0 devel/libkolab/pkg-plist M +1 -1 devel/xdg-user-dirs/Makefile M +6 -3 finance/skrooge/Makefile M +1 -1 graphics/digikam-kde4-doc/Makefile M +1 -1 graphics/digikam-kde4-l10n/Makefile M +2 -2 graphics/digikam-kde4/Makefile M +4 -4 graphics/digikam-kde4/Makefile.common M +2 -2 graphics/kipi-plugin-acquireimages/Makefile M +1 -1 graphics/kipi-plugin-advancedslideshow/Makefile M +1 -1 graphics/kipi-plugin-batchprocess/Makefile M +2 -2 graphics/kipi-plugin-calendar/Makefile M +1 -1 graphics/kipi-plugin-debianscreenshots/Makefile M +1 -1 graphics/kipi-plugin-dngconverter/Makefile M +1 -1 graphics/kipi-plugin-dropbox/Makefile M +1 -1 graphics/kipi-plugin-expoblending/Makefile M +1 -1 graphics/kipi-plugin-facebook/Makefile M +1 -1 graphics/kipi-plugin-flashexport/Makefile M +1 -1 graphics/kipi-plugin-flickrexport/Makefile M +1 -1 graphics/kipi-plugin-galleryexport/Makefile M +1 -1 graphics/kipi-plugin-gpssync/Makefile M +1 -1 graphics/kipi-plugin-htmlexport/Makefile M +1 -1 graphics/kipi-plugin-imageshackexport/Makefile M +1 -1 graphics/kipi-plugin-imageviewer/Makefile M +1 -1 graphics/kipi-plugin-imgurexport/Makefile M +1 -1 graphics/kipi-plugin-ipodexport/Makefile M +1 -1 graphics/kipi-plugin-jalbumexport/Makefile M +1 -1 graphics/kipi-plugin-jpeglossless/Makefile M +1 -1 graphics/kipi-plugin-kioexport/Makefile M +1 -1 graphics/kipi-plugin-kmlexport/Makefile M +1 -1 graphics/kipi-plugin-kopete/Makefile M +1 -1 graphics/kipi-plugin-mediawiki/Makefile M +1 -1 graphics/kipi-plugin-metadataedit/Makefile M +1 -1 graphics/kipi-plugin-panorama/Makefile M +1 -1 graphics/kipi-plugin-photolayoutseditor/Makefile M +1 -1 graphics/kipi-plugin-piwigoexport/Makefile M +1 -1 graphics/kipi-plugin-printimages/Makefile M +1 -1 graphics/kipi-plugin-rajceexport/Makefile M +1 -1 graphics/kipi-plugin-rawconverter/Makefile M +1 -1 graphics/kipi-plugin-removeredeyes/Makefile M +1 -1 graphics/kipi-plugin-sendimages/Makefile M +1 -1 graphics/kipi-plugin-shwup/Makefile M +1 -1 graphics/kipi-plugin-smug/Makefile M +1 -1 graphics/kipi-plugin-timeadjust/Makefile M +1 -1 graphics/kipi-plugin-videoslideshow/Makefile M +1 -1 graphics/kipi-plugin-vkontakte/Makefile M +1 -1 graphics/kipi-plugin-yandexfotki/Makefile M +1 -1 graphics/kipi-plugins-kde4/Makefile M +5 -4 graphics/kphotoalbum-kde4/Makefile M +3 -3 graphics/libkface/Makefile M +2 -2 graphics/libkipiplugins/Makefile M +2 -2 graphics/libkscreen/Makefile M +3 -3 graphics/skanlite/Makefile M +1 -1 multimedia/gstreamer1-qt4/Makefile M +3 -3 multimedia/phonon-designerplugin/Makefile M +7 -6 multimedia/phonon-gstreamer/Makefile M +3 -2 multimedia/phonon-gstreamer/distinfo D multimedia/phonon-gstreamer/files/patch-CMakeLists.txt M +1 -1 multimedia/phonon-gstreamer/pkg-plist M +7 -6 multimedia/phonon-vlc/Makefile M +3 -2 multimedia/phonon-vlc/distinfo M +5 -5 multimedia/phonon/Makefile M +3 -2 multimedia/phonon/distinfo D multimedia/phonon/files (directory) M +6 -1 multimedia/phonon/pkg-plist M +6 -4 multimedia/qt5-phonon4-designerplugin/Makefile M +9 -4 multimedia/qt5-phonon4-gstreamer/Makefile M +3 -2 multimedia/qt5-phonon4-gstreamer/distinfo D multimedia/qt5-phonon4-gstreamer/files (directory) M +6 -3 multimedia/qt5-phonon4-vlc/Makefile M +3 -2 multimedia/qt5-phonon4-vlc/distinfo M +6 -4 multimedia/qt5-phonon4/M
[SVN Commit] area51/KDE
SVN commit 13035 by adridg: FI-merge of KDE to match current ports M +3 -3 accessibility/jovie/Makefile M +3 -3 accessibility/kaccessible/Makefile M +7 -8 accessibility/kdeaccessibility4/Makefile M +3 -3 accessibility/kmag/Makefile M +3 -3 accessibility/kmousetool/Makefile M +3 -3 accessibility/kmouth/Makefile M +1 -1 arabic/kde4-l10n/Makefile M +3 -3 archivers/ark/Makefile M +4 -4 astro/kstars/Makefile M +3 -3 astro/marble/Makefile M +3 -3 audio/juk/Makefile M +3 -3 audio/kio-audiocd/Makefile M +3 -3 audio/kmix/Makefile M +3 -3 audio/kscd/Makefile M +3 -3 audio/libkcddb/Makefile M +3 -3 audio/libkcompactdisc/Makefile M +1 -1 chinese/kde4-l10n-zh_CN/Makefile M +1 -1 chinese/kde4-l10n-zh_TW/Makefile M +3 -3 comms/kremotecontrol/Makefile M +3 -3 deskutils/kcharselect/Makefile M +3 -3 deskutils/kdepim4-runtime/Makefile M +4 -7 deskutils/kdepim4/Makefile M +1 -1 deskutils/kdepim4/pkg-plist M +4 -4 deskutils/kdepimlibs4/Makefile M +4 -4 deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake M +4 -4 deskutils/kdeplasma-addons/Makefile M +3 -3 deskutils/kruler/Makefile M +3 -3 deskutils/superkaramba/Makefile M +3 -3 devel/cervisia/Makefile M +3 -3 devel/dolphin-plugins/Makefile M +3 -3 devel/kapptemplate/Makefile M +3 -3 devel/kcachegrind/Makefile M +3 -3 devel/kde-dev-scripts/Makefile M +3 -3 devel/kde-dev-utils/Makefile M +7 -8 devel/kdebindings4/Makefile M +3 -3 devel/kdesdk4-kioslaves/Makefile M +3 -3 devel/kdesdk4-strigi-analyzers/Makefile M +3 -3 devel/kdesdk4-thumbnailers/Makefile M +18 -19devel/kdesdk4/Makefile M +3 -3 devel/lokalize/Makefile M +3 -3 devel/okteta/Makefile M +9 -9 devel/p5-perlkde/Makefile M +5 -5 devel/p5-perlqt/Makefile M +3 -3 devel/poxml/Makefile M +3 -3 devel/py-krosspython/Makefile M +3 -3 devel/py-pykde4/Makefile M +3 -3 devel/py-pykdeuic4/Makefile M +3 -3 devel/ruby-korundum/Makefile M +3 -3 devel/ruby-krossruby/Makefile M +3 -3 devel/ruby-qtruby/Makefile M +2 -3 devel/smokegen/Makefile M +3 -3 devel/smokekde/Makefile M +3 -3 devel/smokeqt/Makefile M +3 -3 devel/umbrello/Makefile M +3 -3 editors/kate-plugin-pate/Makefile M +3 -3 editors/kate/Makefile M +1 -1 french/kde4-l10n/Makefile M +3 -3 games/blinken/Makefile M +3 -3 games/bomber/Makefile M +3 -3 games/bovo/Makefile M +3 -3 games/granatier/Makefile M +3 -3 games/kajongg/Makefile M +3 -3 games/kanagram/Makefile M +3 -3 games/kapman/Makefile M +3 -3 games/katomic/Makefile M +3 -3 games/kblackbox/Makefile M +3 -3 games/kblocks/Makefile M +3 -3 games/kbounce/Makefile M +3 -3 games/kbreakout/Makefile M +3 -4 games/kdegames4/Makefile M +1 -1 games/kdegames4/Makefile.common M +3 -3 games/kdiamond/Makefile M +3 -3 games/kfourinline/Makefile M +3 -3 games/kgoldrunner/Makefile M +3 -3 games/khangman/Makefile M +3 -3 games/kigo/Makefile M +3 -3 games/killbots/Makefile M +3 -3 games/kiriki/Makefile M +3 -3 games/kjumpingcube/Makefile M +3 -3 games/klickety/Makefile M +3 -3 games/klines/Makefile M +3 -3 games/kmahjongg/Makefile M +3 -3 games/kmines/Makefile M +3 -3 games/knavalbattle/Makefile M +3 -3 games/knetwalk/Makefile M +3 -3 games/kolf/Makefile M +3 -3 games/kollision/Makefile M +3 -3 games/konquest/Makefile M +3 -3 games/kpat/Makefile M +3 -3 games/kreversi/Makefile M +3 -3 games/kshisen/Makefile M +3 -3 games/ksirk/Makefile M +3 -3 games/ksnakeduel/Makefile M +3 -3 games/kspaceduel/Makefile M +3 -3 games/ksquares/Makefile M +3 -3 games/ksudoku/Makefile M +3 -3 games/ktuberling/Makefile M +3 -3 games/kubrick/Makefile M +3 -3 games/libkdegames/Makefile M +3 -3 games/libkmahjongg/Makefile M +3 -3 games/lskat/Makefile M +3 -3 games/pairs/Makefile M +3 -3 games/palapeli/Makefile M +3 -3 games/picmi/Makefile M +1 -1 german/kde4-l10n/Makefile M +3 -3 graphics/gwenview-kde4/Makefile M +3 -3 graphics/kamera-kde4/Makefile M +3 -3 graphics/kcolorchooser/Makefile M +3 -3 graphics/kdegraphics4-mobipocket/Makefile M +3 -3 graphics/kdegraphics4-strigi-analyzer/Makefile M +3 -3 graphics/kdegraphics4-svgpart/Makefile M +3 -3 graphics/kdegraphics4-
[SVN Commit] area51
SVN commit 13036 by adridg: FI-merge of Mk/-bits to match current ports A KDE/Mk/Uses (directory) A KDE/Mk/Uses/kde.mk D KDE/Mk/bsd.kde4.mk M +3 -8 PORTS/Mk/Uses/cmake.mk M +1 -1 PYQT/Mk/Uses/pyqt.mk M +1 -1 QT/Mk/bsd.qt.mk
[Bug 212764] Processor specific bits in default packages of Qt5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212764 --- Comment #4 from Raphael Kubo da Costa --- And yet another one: do you have any custom flags in make.conf? -- You are receiving this mail because: You are the assignee for the bug.
[SVN Commit] area51/Tools/scripts
SVN commit 13037 by adridg: Merge from plasma5/, updates to Tools/ M +15 -6 area51
[Bug 212764] Processor specific bits in default packages of Qt5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212764 Tobias C. Berner changed: What|Removed |Added CC||tcber...@freebsd.org --- Comment #5 from Tobias C. Berner --- Hi I have a Sandy Bridge myself (i7-3930k -- don't get confused by the 3xxx, it's an exception [1]) and just built vlc with QT5=on [2] -- without any issues. Do you pass any special flags via make.conf? [1] http://ark.intel.com/products/63697/Intel-Core-i7-3930K-Processor-12M-Cache-up-to-3_80-GHz [2] % pkg info vlc | grep QT5 => QT5: on -- You are receiving this mail because: You are the assignee for the bug.
[SVN Commit] area51/PORTS
SVN commit 13038 by adridg: Merge from plasma5/ and in-flight PR: update cmake to 3.6.2 M +1 -1 Mk/Uses/cmake.mk M +2 -2 devel/cmake-doc/Makefile M +2 -2 devel/cmake-gui/Makefile M +1 -1 devel/cmake-modules/Makefile M +2 -2 devel/cmake/Makefile M +3 -3 devel/cmake/distinfo
[SVN Commit] area51/KDE
SVN commit 13039 by adridg: KF5: cherry-pick some bits for kf5 ports from plasma5, and add ecm and one actual framework as test. M +164 -31 Mk/Uses/kde.mk A devel/kf5-extra-cmake-modules (directory) A devel/kf5-extra-cmake-modules/Makefile A devel/kf5-extra-cmake-modules/distinfo A devel/kf5-extra-cmake-modules/pkg-descr A devel/kf5-extra-cmake-modules/pkg-plist A devel/kf5-kconfig (directory) A devel/kf5-kconfig/Makefile A devel/kf5-kconfig/distinfo A devel/kf5-kconfig/pkg-descr A devel/kf5-kconfig/pkg-plist
[Bug 212586] [exp-run] Update CMake to 3.6.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212586 Antoine Brodin changed: What|Removed |Added Status|New |In Progress Assignee|anto...@freebsd.org |tcber...@freebsd.org --- Comment #1 from Antoine Brodin --- Exp-run looks fine. -- You are receiving this mail because: You are on the CC list for the bug.