[kde-freebsd] [SVN Commit] area51/PYQT/devel/qscintilla2-designerplugin

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11577 by rakuco: qscintilla2-designerplugin: Use the right .CURDIR variable after r11576 M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kd

[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11576 by rakuco: PYQT: Stop setting QSCI_DISTINFO_FILE. It kind of loses its meaning now that devel/qscintilla2 and devel/qscintilla2-designerplugin do not have the "-qt4" suffix anymore: we need to write some code to distinguish between the Qt4 and Qt5 versions and end up setting valu

[kde-freebsd] [SVN Commit] area51/PYQT/devel/qscintilla2

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11575 by rakuco: qscintilla2: Drop PORTREVISION. We usually do not set it in area51, plus the port has undergone several version changes. M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mai

[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11574 by rakuco: PYQT: Update QScintilla to 2.9.1. This is a bug fix release that allows us to get rid of part of qscintilla-qt5's qscintilla.pro patch. M +5 -1 Mk/Uses/pyqt.mk M +2 -2 devel/qscintilla2-qt5/distinfo M +0 -9 devel/qscintilla2-qt5/files/patch-

[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11573 by rakuco: PYQT: Switch from USES=qmake to USE_QT5=qmake_build. This brings the PyQt5 ports more in line with their PyQt4 counterparts: qmake is called by configure.py itself during the configuration phase, so we do not need USES=qmake. We just have to make sure we set DESTDIRNAM

[kde-freebsd] [Bug 204923] devel/qt4-moc: Build fails with GCC, by clang builds fine

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204923 --- Comment #7 from Raphael Kubo da Costa --- I'm trying to check GCC now. I'm on HEAD here, installed lang/gcc and tried building the port like this: % env CC=gcc CXX=g++ make clean configure It worked fine. What different steps did you

[kde-freebsd] [Bug 204921] devel/cmake: 3.4.0 fails to build with either GCC 6

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204921 Raphael Kubo da Costa changed: What|Removed |Added Summary|devel/cmake: 3.4.0 fails to |devel/cmake: 3.4.0 fails to

[kde-freebsd] [Bug 204921] devel/cmake: 3.4.0 fails to build with GCC 6

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204921 Raphael Kubo da Costa changed: What|Removed |Added Summary|devel/cmake: 3.4.0 fails to |devel/cmake: 3.4.0 fails to

[kde-freebsd] [Bug 204923] devel/qt4-moc: Build fails with GCC, by clang builds fine

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204923 --- Comment #6 from Raphael Kubo da Costa --- > Clang build log shows success I saw the "required shared library ... not found" messages and thought they were a problem. -- You are receiving this mail because: You are on the CC list for

[kde-freebsd] [SVN Commit] area51/PYQT/multimedia/py-qt5-multimedia

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11572 by rakuco: py-qt5-multimedia: Fix plist after r11568. Now that configure.py installs more than .api file when more than one is specified in the build, the plist here must be adjusted. M +1 -0 pkg-plist ___ kde-freebsd mail

[kde-freebsd] [Bug 204921] devel/cmake: 3.4.0 fails to build with either gcc or clang of any version

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204921 --- Comment #7 from mikhail.rok...@gmail.com --- (In reply to Raphael Kubo da Costa from comment #6) Right you are, substituting dependency ports with clang-built avoids failure, when building with clang. -- You are receiving this mail bec

[kde-freebsd] [SVN Commit] area51/PYQT/print/py-qt5-printsupport

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11571 by rakuco: py-qt5-printsupport: Remove trailing whitespace. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest inf

[kde-freebsd] [Bug 204923] devel/qt4-moc: Build fails with GCC, by clang builds fine

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204923 --- Comment #5 from mikhail.rok...@gmail.com --- (In reply to Raphael Kubo da Costa from comment #4) 10.2-release amd64 Everything is by default. Clang build log shows success, as it's mentioned in title, the only gcc fails (any version, not

[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-sip

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11570 by rakuco: py-sip: Remove extra empty line. M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PYQT/devel/qscintilla2-qt5

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11569 by rakuco: qscintilla-qt5: Move the library renaming changes to files/. They are big and impactful enough that it is important to make it very visible that these changes are happening. The patches, originally from Fedora, both make the library have the -qt5.so suffix and make qma

[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt5-core/files

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11568 by rakuco: py-qt5-core: Trim and simplify patch-configure.py. This makes it more similar to the version I had written in area51 r10132, when I tried to make PyQt4 use configure-ng.py, which is almost identical to PyQt5's configure.py. * Drop the first hunk (the check for "QtCore

[kde-freebsd] [SVN Commit] area51

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11567 by rakuco: PYQT: Drop the -qt4 from qscintilla2-qt4{-designerplugin} again. The -qt4 suffix should have been added when the port was created; right now, this will only require an unnecessary PORTREVISION bump in dozens of ports that depend on devel/qscintilla2, as well as patchin

[kde-freebsd] [Bug 204921] devel/cmake: 3.4.0 fails to build with either gcc or clang of any version

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204921 --- Comment #6 from Raphael Kubo da Costa --- OK, the clang errors are caused by you using GCC to build all ports by default (like jsoncpp), so you end up with incompatibilities between libc++ and libstdc++. Given this, I'm tempted to retit

[kde-freebsd] [SVN Commit] area51/PYQT/devel/qscintilla2-qt5

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11566 by rakuco: qscintilla-qt5: Use the right USE_QT5 dependencies. USE_QT5=designer is only needed by py-qt5-designerplugin, and the other dependencies have been updated to reflect what qscintilla.pro actually declares. M +1 -1 Makefile __

[kde-freebsd] [Bug 204923] devel/qt4-moc: Build fails with GCC, by clang builds fine

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204923 --- Comment #4 from Raphael Kubo da Costa --- Which FreeBSD release are you using? Do you have any form of non-standard setup (NFS, ports installed in a place other than /usr/local etc)? The GCC error looks related to GCC6, but the clang on

[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11565 by rakuco: PYQT: Address minor review comments from Phab D2910. This change includes several changes madpilot@ made to his Phabricator review request after I reviewed it. * Capitalization and spelling fixes. * Better documentation of variables in Uses/pyqt.mk. * Removal of dangl

[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt5-designer

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11564 by rakuco: py-qt5-designer: Do not require `xml' twice in USE_QT5. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for late

[kde-freebsd] [SVN Commit] area51/PYQT/databases/py-qt5-sql

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11563 by rakuco: py-qt5-sql: Sort USE_QT5. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11562 by rakuco: PYQT: Stop setting OPTIONSFILE. * The variable in ports is actually called OPTIONS_FILE, so what we were doing was a no-op. * ... Which shows setting that variable is unnecessary. `make -V OPTIONS_FILE` in devel/py-qt5-qscintilla2, for example, returns "/var/db/p

[kde-freebsd] [SVN Commit] area51/PYQT/graphics/py-qt5-svg

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11561 by rakuco: py-qt5-svg: Drop PORTEPOCH. This is a new port, it does not need PORTEPOCH. M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://free

[kde-freebsd] [Bug 204923] devel/qt4-moc: Build fails with GCC, by clang builds fine

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204923 --- Comment #3 from mikhail.rok...@gmail.com --- Created attachment 163716 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163716&action=edit gcc-clang-error-log-qt4.zip -- You are receiving this mail because: You are the assigne

[kde-freebsd] [SVN Commit] area51/PYQT/misc/py-qt5-demo

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11560 by rakuco: py-qt5-demo: Drop examples/designer/plugins/plugins.py patch. It only makes sense for the Qt4 version: Qt4's designer is called "designer-qt4", whereas Qt5's is just called "designer", so things just work as expected. D files (directory) ___

[kde-freebsd] [SVN Commit] area51/PYQT

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11559 by rakuco: PYQT: Fix API_DESC in a few PyQt5 modules. They were using the wrong module names. M +1 -1 lang/py-qt5-qml/Makefile M +1 -1 net/py-qt5-network/Makefile M +1 -1 print/py-qt5-printsupport/Makefile ___

[kde-freebsd] [SVN Commit] area51/PYQT/x11/py-qt5-opengl

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11558 by rakuco: py-qt5-opengl: Drop duplicate USES=qmake. M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PYQT/misc/py-qt4-doc

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11557 by rakuco: py-qt4-doc: Sort plist. M +1 -1 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PYQT/devel/qscintilla2-qt5

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11556 by rakuco: qscintilla2-qt5: Drop PORTREVISION. This is a new port, it should not have PORTREVISION set. M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See

[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-sip

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11555 by rakuco: py-sip: Stop setting DATADIR and DOCSDIR. Doing so conflicts with USE_PYTHON=concurrent, which takes care of properly setting all directory variables. M +0 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde

[kde-freebsd] [SVN Commit] area51/Tools/scripts

2015-12-01 Thread Raphael Kubo da Costa
SVN commit 11554 by rakuco: scripts/area51: Make the "-p" descriptions more generic. Say "PyQt" instead of "PyQt4", as we now have both 4 and 5 in the tree. M +6 -6 area51 ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.or

[kde-freebsd] [Bug 204921] devel/cmake: 3.4.0 fails to build with either gcc or clang of any version

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204921 --- Comment #5 from mikhail.rok...@gmail.com --- (In reply to Raphael Kubo da Costa from comment #3) Error logs cmake-clang.zip attachment is the default compiler output. -- You are receiving this mail because: You are the assignee for the

[kde-freebsd] [Bug 204921] devel/cmake: 3.4.0 fails to build with either gcc or clang of any version

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204921 --- Comment #4 from mikhail.rok...@gmail.com --- Created attachment 163715 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163715&action=edit Error logs cmake-clang.zip -- You are receiving this mail because: You are on the CC li

[kde-freebsd] [Bug 204921] devel/cmake: 3.4.0 fails to build with either gcc or clang of any version

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204921 --- Comment #3 from Raphael Kubo da Costa --- Are you really able to reproduce this with any GCC or clang version, including the base ones? The log you've attached likely shows that GCC6 is stricter and requires an additional header inclusi

[kde-freebsd] [Bug 204921] devel/cmake: 3.4.0 fails to build with either gcc or clang of any version

2015-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204921 --- Comment #2 from mikhail.rok...@gmail.com --- Created attachment 163714 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163714&action=edit Error logs -- You are receiving this mail because: You are on the CC list for the bug.