[kde-freebsd] FreeBSD ports you maintain which are out of date

2014-11-01 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

[kde-freebsd] Calligra

2014-11-01 Thread Ajtim
Hi! We have Calligra 2.7.5 in ports but there are version 2.8.6 which has many improvements. Does FreeBSD stopped supporting Calligra anymore, please? Thank you. -- ajtiM http://www.redbubble.com/people/lumiwa ___ kde-freebsd mailing list kd

Re: [kde-freebsd] Calligra

2014-11-01 Thread Tobias C. Berner
Hi, I will take a look at it. mfg Tobias On Saturday 01 November 2014 07.38:44 Ajtim wrote: > Hi! > > We have Calligra 2.7.5 in ports but there are version 2.8.6 which has many > improvements. Does FreeBSD stopped supporting Calligra anymore, please? > > Thank you. __

Re: [kde-freebsd] Please review my (hopefully) final Qt 5.3.2 commits

2014-11-01 Thread Raphael Kubo da Costa
Alberto Villa writes: > Will have a look tonight or tomorrow. There is something I'd like to > check. Re-ping... I'm considering what's currently in area51 tomorrow so I can be around to firefight anything that might break. ___ kde-freebsd mailing list

Re: [kde-freebsd] Please review my (hopefully) final Qt 5.3.2 commits

2014-11-01 Thread Alberto Villa
You'll have my answer on time. It's been a busy week. Il giorno sab 1 nov 2014 13:37 Raphael Kubo da Costa ha scritto: > Alberto Villa writes: > > > Will have a look tonight or tomorrow. There is something I'd like to > > check. > > Re-ping... I'm considering what's currently in area51 tomorrow

Re: [kde-freebsd] Calligra

2014-11-01 Thread Ajtim
On Saturday 01 November 2014 18:07:25 Tobias C. Berner wrote: > Hi > > Attached is an svn-diff to area51 bringing calligra to 2.8.6. > I tested krita, calligrasheets and calligrawords for a few moments, and they > seemed to work. > > > mfg Tobias > > On Saturday 01 November 2014 07.38:44 Ajtim

Re: [kde-freebsd] Calligra

2014-11-01 Thread Max Brazhnikov
On Sat, 01 Nov 2014 18:07:25 +0100 Tobias C. Berner wrote: > Hi > > Attached is an svn-diff to area51 bringing calligra to 2.8.6. > I tested krita, calligrasheets and calligrawords for a few moments, and they > seemed to work. Great! Could you please: 1) carefully check plists. At least %%QT_B

Re: [kde-freebsd] Calligra

2014-11-01 Thread Tobias C. Berner
Hi Thanks for the hints. "make makeplist" seems to do some scary stuff :). I added PORTVERSION to the bsd.l10n.mk and dropped it in the ports that include it (to reduce redundancy). Should I revert that? Or should I just readd it to the ones that do not have a ${CALLIGRA_VERSION} one? mfg To

[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 t

Re: [kde-freebsd] Calligra

2014-11-01 Thread Max Brazhnikov
On Sat, 01 Nov 2014 21:57:44 +0100 Tobias C. Berner wrote: > Hi > > Thanks for the hints. "make makeplist" seems to do some scary stuff :). It does, indeed! still quite useful. > > I added PORTVERSION to the bsd.l10n.mk and dropped it in the ports that > include it (to reduce redundancy). Sho