[kde-freebsd] [SVN Commit] branches/qt-5.0/QT/Mk

2013-11-20 Thread Alberto Villa
SVN commit 9760 by avilla:

- Generalize list of Qt versions supported by the framework.

This makes easier to completely disable support for a major Qt version,
or to add support for a new one.



 M  +2 -2  Uses/qmake.mk  
 M  +6 -4  bsd.qt.mk  


___
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] branches/qt-5.0/QT/Mk/Uses

2013-11-20 Thread Alberto Villa
SVN commit 9759 by avilla:

- Make QMAKE_SOURCE_PATH empty by default.



 M  +9 -7  qmake.mk  


___
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] branches/qt-5.0/QT/devel

2013-11-20 Thread Alberto Villa
SVN commit 9758 by avilla:

- Remove useless DESTDIRNAMEs.



 M  +0 -2  qt4-assistant-adp/Makefile  
 M  +0 -2  qt4-libqtassistantclient/Makefile  
 M  +0 -3  qtcreator/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/Mk

2013-11-20 Thread Alberto Villa
SVN commit 9757 by avilla:

- Fix lrelease and lupdate path.



 M  +2 -2  bsd.qt.mk  


___
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/KDE/accessibility

2013-11-20 Thread Alberto Villa
SVN commit 9756 by avilla:

- Chase speech-dispatcher soversion bump.



 M  +1 -1  jovie/Makefile  
 M  +1 -1  kaccessible/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] Makefiles for accessibility/jovie and accessibility/kaccessible

2013-11-20 Thread Alberto Villa
On Wed, Nov 20, 2013 at 9:47 PM, Greg Rivers
 wrote:
> After recent changes to accessibility/speech-dispatcher, I think
>
>LIB_DEPENDS=speechd.5:${PORTSDIR}/accessibility/speech-dispatcher
>
> needs to be
>
>LIB_DEPENDS=
> libspeechd.so.5:${PORTSDIR}/accessibility/speech-dispatcher

Almost. ;)

Thanks for reminding!
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla
___
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] Makefiles for accessibility/jovie and accessibility/kaccessible

2013-11-20 Thread Greg Rivers

After recent changes to accessibility/speech-dispatcher, I think

   LIB_DEPENDS=speechd.5:${PORTSDIR}/accessibility/speech-dispatcher

needs to be

   LIB_DEPENDS=libspeechd.so.5:${PORTSDIR}/accessibility/speech-dispatcher

--
Greg Rivers
___
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/Mk

2013-11-20 Thread Max Brazhnikov
SVN commit 9755 by makc:

Restore QMAKEFLAGS/QMAKE_PRO temporarily 
Define LRELEASE/LUPDATE commands

 M  +2 -1  Uses/qmake.mk  
 M  +8 -0  bsd.qt.mk  


___
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/Mk

2013-11-20 Thread Alberto Villa
SVN commit 9754 by avilla:

- Add compatibility with branches/qt-5.0/QT/Mk.

The patch is all but nice, as it's just a temporary bridge between
current Mk/ and new Mk/. QMAKE_ARGS and _ENV, for instance, will be
defined in qmake.mk instead of bsd.qt.mk.



 M  +20 -14Uses/qmake.mk  
 M  +5 -5  bsd.qt.mk  


___
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] branches/qt-5.0/QT/devel

2013-11-20 Thread Max Brazhnikov
On Wed, 20 Nov 2013 07:49:25 -0200 Raphael Kubo da Costa wrote:
> Max Brazhnikov  writes:
> 
> > SVN commit 9753 by makc:
> >
> > Define additional marcos, mainly QMAKE_STRIP and QMAKE_INSTALL_*
> >
> >  A qmake4/files/patch-mkspecs__freebsd-g++46__qmake.conf  
> >  A qmake4/files/patch-mkspecs__freebsd-g++__qmake.conf  
> >  A qmake5/files/patch-mkspecs__freebsd-g++46__qmake.conf  
> >  A qmake5/files/patch-mkspecs__freebsd-g++__qmake.conf  
> 
> Can you submit that upstream?

Yes, I'll do it after some testing.

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


Re: [kde-freebsd] [SVN Commit] branches/qt-5.0/QT/devel

2013-11-20 Thread Raphael Kubo da Costa
Max Brazhnikov  writes:

> SVN commit 9753 by makc:
>
> Define additional marcos, mainly QMAKE_STRIP and QMAKE_INSTALL_*
>
>  A qmake4/files/patch-mkspecs__freebsd-g++46__qmake.conf  
>  A qmake4/files/patch-mkspecs__freebsd-g++__qmake.conf  
>  A qmake5/files/patch-mkspecs__freebsd-g++46__qmake.conf  
>  A qmake5/files/patch-mkspecs__freebsd-g++__qmake.conf  

Can you submit that upstream?
___
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