[SVN Commit] area51/QT/devel/qmake5/files

2016-10-15 Thread Tobias Berner
SVN commit 13169 by tcberner:

Partially revert 13136. The patch to qt_functions.prf in devel/qmake5 shouldn't 
have been dropped

 AMpatch-mkspecs__features__qt_functions.prf   
patch-mkspecs__features__qt_functions.prf#13135




[SVN Commit] area51/QT/devel/qmake5/files

2016-10-12 Thread Adriaan de Groot
SVN commit 13153 by adridg:

Minor spelling error in patch description

 M  +1 -1  patch-configure  




[SVN Commit] area51/QT/devel/qmake5

2016-09-20 Thread Adriaan de Groot
SVN commit 13047 by adridg:

Merge from ports r422441

r422441 | linimon | 2016-09-19 15:34:07 +0200 (Mon, 19 Sep 2016) | 4 lines

Mark as broken on sparc64.


 M  +2 -0  Makefile  




[SVN Commit] area51/QT/devel/qmake5/files

2016-08-24 Thread Raphael Kubo da Costa
SVN commit 12944 by rakuco:

qt5-network: Merge r420773 from ports.


r420773 | rakuco | 2016-08-24 10:12:34 +0200 (Wed, 24 Aug 2016) | 12 lines

Import upstream patch to fix the detection of clang's version number.

Our clang reports itself as "FreeBSD clang version x.y.z" instead of just
"clang version x.y.z", which was preventing the sed pattern used in the
configure script from matching and thus QT_CLANG_MAJOR_VERSION and
QT_CLANG_MINOR_VERSION were never defined. One of the consequences is that
tests for those values in mkspecs later always failed, which led to some
features such as C++14 support being disabled.

PR: 210327
MFH:2016Q3





 M  +33 -3 patch-configure  




[kde-freebsd] [SVN Commit] area51/QT/devel/qmake5

2016-04-21 Thread Adriaan de Groot
SVN commit 12411 by adridg:

Merge r413184 from downstream:

r413184 | jbeich | 2016-04-13 12:36:15 +0200 (Wed, 13 Apr 2016) | 9 lines

Consistently prefer  over ./


 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/QT/devel/qmake5/files

2015-12-30 Thread Raphael Kubo da Costa
SVN commit 11759 by rakuco:

qmake5: Set QMAKE_{INC,LIB}DIR_OPENGL.

Follow-up to r11730. When we stopped setting CPATH and LIBRARY_PATH, some
Qt5-based ports (astro/stellarium, audio/musescore, audio/cantata,
irc/quassel, deskutils/owncloudclient) broke because the QtGui headers end
up bringing in GL/gl.h, but -I/usr/local/include was no longer being passed
to the compiler.

This is generally caused by QMAKE_{INC,LIB}DIR_OPENGL being empty, which
leads to some parts of Qt5ConfigExtras.cmake.in being left out when being
processed into Qt5ConfigExtras.cmake. Specifically, the bits of code that
make the directories containing GL/gl.h and libGL.so a dependency of the
Qt5::Gui CMake target were not present.

Fix it by setting those two variables again like we also do in devel/qmake4.

Most ports broken by r11730 are fixed by this change, but not all:
* audio/cantata: Accidentally fixed by this change. Upstream includes the
  TagLib headers wrongly. `taglib-config --cflags' returns
  -I${LOCALBASE}/include/taglib, but the code references headers as
   instead of .
* multimedia/obs-studio, textproc/sigil, x11/antimicro: Those remain broken,
  linker calls pass -lfoo instead of /path/to/libfoo.so, and they were only
  working because we were passing LIBRARY_PATH to the linker before. They
  need to be fixed separately.

Thanks to antoine@ for the fallout heads-up.

PR: 194088
PR: 195105
PR: 198720


 M  +5 -1  patch-mkspecs__common__freebsd.conf  


___
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/QT/devel/qmake5

2015-12-15 Thread Raphael Kubo da Costa
SVN commit 11668 by rakuco:

qmake5: Merge r397263 from ports.


r397263 | amdmi3 | 2015-09-18 19:30:19 +0200 (Fri, 18 Sep 2015) | 4 lines

- Fix shebangs

Approved by:portmgr blanket




 M  +2 -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


Re: [kde-freebsd] [SVN Commit] area51/QT/devel/qmake5/files

2015-08-29 Thread Max Brazhnikov
On Thu,  2 Jul 2015 15:41:24 -0700 (PDT) Raphael Kubo da Costa wrote:
> SVN commit 10838 by rakuco:
> 
> QT: Revert r10691.
> 
> https://mail.kde.org/pipermail/kde-freebsd/2015-June/019481.html contains a
> longer explanation of why this is done.
> 
> The short version is that r10691 was basically undoing the fix from r10435,
> which is part of the solution for ports/194088.
> 
> Reviewed by:  alonso
> 
> 
>  M  +1 -11 patch-mkspecs__common__freebsd.conf  

What do you think about providing unmodified mkspecs for general usage,
and creating special mkspecs for using within the ports framework?

Max
___
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/QT/devel/qmake5/files

2015-07-02 Thread Raphael Kubo da Costa
SVN commit 10838 by rakuco:

QT: Revert r10691.

https://mail.kde.org/pipermail/kde-freebsd/2015-June/019481.html contains a
longer explanation of why this is done.

The short version is that r10691 was basically undoing the fix from r10435,
which is part of the solution for ports/194088.

Reviewed by:alonso


 M  +1 -11 patch-mkspecs__common__freebsd.conf  


___
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


Re: [kde-freebsd] [SVN Commit] area51/QT/devel/qmake5/files

2015-05-19 Thread Schaich, Alonso
On Tue, 19 May 2015 13:20:43 +0200
Tobias Berner  wrote:

> Hi,
> 
> Won't this introduce problems of qt ports linking against older installed 
> versions when being upgraded?
> 
> 
> mfg Tobias
> 
> 

Older installed versions of ... Qt? Qt4 is installed in a different
path and we don't support installing 2 different versions of Qt5 at the
same time AFAIK.

Alonso
___
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


Re: [kde-freebsd] [SVN Commit] area51/QT/devel/qmake5/files

2015-05-19 Thread Tobias Berner
Hi,

Won't this introduce problems of qt ports linking against older installed 
versions when being upgraded?


mfg Tobias

On Tuesday 19. May 2015 04:07:25 Alonso Schaich wrote:
> SVN commit 10691 by aschai:
> 
> Fix qt5's qmake paths
> 
> Partially revert revision 10442, which removed the default qt5's installation
> paths from being automatically added.
> 
> See https://mail.kde.org/pipermail/kde-freebsd/2015-April/019161.html
> 
> 
> 
> 
>  M  +11 -1 patch-mkspecs__common__freebsd.conf  
> 
> 
> ___
> 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 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/QT/devel/qmake5/files

2015-05-19 Thread Alonso Schaich
SVN commit 10691 by aschai:

Fix qt5's qmake paths

Partially revert revision 10442, which removed the default qt5's installation
paths from being automatically added.

See https://mail.kde.org/pipermail/kde-freebsd/2015-April/019161.html




 M  +11 -1 patch-mkspecs__common__freebsd.conf  


___
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/QT/devel/qmake5

2015-03-11 Thread Raphael Kubo da Costa
SVN commit 10641 by rakuco:

qmake5: Stop passing -no-pkg-config.

This causes a configuration failure in webkit-qt5, as it uses pkg-config to
find sqlite3 (and qconfig.pri would have -no-pkg-config).

Instead, do not pass -no-pkg-config and add USES=pkgconfig to make it sure
qmake can find it at configuration time.


 M  +2 -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/QT/devel/qmake5/files

2014-11-01 Thread Raphael Kubo da Costa
SVN commit 10456 by rakuco:

qmake5: Stop including g++-unix.conf in the freebsd-clang mkspec.

Most of the settings we need already come from gcc-base-unix.conf, and most
of the additional ones we inherit from the g++ mkspec are overridden by the
clang.conf include that comes afterwards.

One of the few that aren't are the QMAKE_LINK_C and QMAKE_LINK_C_SHLIB
settings that were still pointing to "gcc" when a project (like Qt Creator
3.2.2) have something like CONFIG=use_c_linker in a .pro file.

This has been submitted upstream as https://codereview.qt-project.org/98674



 M  +1 -2  patch-mkspecs__unsupported__freebsd-clang__qmake.conf  


___
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/QT/devel/qmake5/files

2014-09-30 Thread Raphael Kubo da Costa
SVN commit 10327 by rakuco:

QT: Add explanation to qmake5's patch-mkspecs__features__qt_functions.prf.

At first sight it is totally non-obvious why this patch exists. Add the
explanation from the commit message that introduced this patch (r9225).



 M  +5 -0  patch-mkspecs__features__qt_functions.prf  


___
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