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

2013-10-27 Thread Alberto Villa
On Sun, Oct 13, 2013 at 3:03 PM, Max Brazhnikov m...@freebsd.org wrote: SVN commit 9610 by makc: Add qmake spec for devel/clang33 M +7 -0 Makefile M +3 -0 pkg-plist I'm syncing Qt 5 with all the changes made to Qt 4, and I was wondering... Is there a particular reason for the

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

2013-10-27 Thread Max Brazhnikov
On Sun, 27 Oct 2013 10:24:03 +0100 Alberto Villa wrote: On Sun, Oct 13, 2013 at 3:03 PM, Max Brazhnikov m...@freebsd.org wrote: SVN commit 9610 by makc: Add qmake spec for devel/clang33 M +7 -0 Makefile M +3 -0 pkg-plist I'm syncing Qt 5 with all the changes made to

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

2013-10-27 Thread Alberto Villa
On Sun, Oct 27, 2013 at 6:20 PM, Max Brazhnikov m...@freebsd.org wrote: Great to have you back! Hope to be more stable. :) No reason, except this is what qt.mk gives for corresponding CXX: # make -VQMAKE_COMPILER CXX=clang++33 clang++33 # make -VQMAKE_COMPILER CXX=clang++ clang May I

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

2013-10-13 Thread Max Brazhnikov
SVN commit 9610 by makc: Add qmake spec for devel/clang33 M +7 -0 Makefile M +3 -0 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

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

2013-10-02 Thread Max Brazhnikov
SVN commit 9589 by makc: - Add stage support - Add specs for gcc49 - Remove PORTREVISION M +6 -5 Makefile M +0 -7 files/Makefile.bsd M +3 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2013-09-29 Thread Alonso Schaich
SVN commit 9533 by aschai: qmake-qt4 requires more than trival modifications to support staging so I'll postpone it (pulling in ports revision 327726). M +4 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2013-09-07 Thread Raphael Kubo da Costa
SVN commit 9495 by rakuco: qmake4: Remove commented out PORTREVISION 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/QT/devel/qmake4

2013-08-15 Thread Raphael Kubo da Costa
SVN commit 9446 by rakuco: Backport r324763 from ports. r324763 | rakuco | 2013-08-15 14:39:41 +0300 (Thu, 15 Aug 2013) | 10 lines Make the sed(1) call to add a GDB index to generated files work with base sed. Add my

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

2013-08-15 Thread Jerry
On Thu, 15 Aug 2013 04:40:33 -0700 (PDT) Raphael Kubo da Costa articulated: SVN commit 9446 by rakuco: Backport r324763 from ports. r324763 | rakuco | 2013-08-15 14:39:41 +0300 (Thu, 15 Aug 2013) | 10 lines Make

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

2013-08-15 Thread Raphael Kubo da Costa
Jerry je...@seibercom.net writes: I do tend to wonder why the base system, seriously out of date with the more current versions, has not been updated. Licensing reasons, as far as I know. This is why we're stuck at GCC 4.2.1 too. ___ kde-freebsd

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

2013-08-15 Thread Raphael Kubo da Costa
SVN commit 9448 by rakuco: Backport r324773 from ports. r324773 | rakuco | 2013-08-15 18:39:05 +0300 (Thu, 15 Aug 2013) | 2 lines ... And do not install .orig files (after r324772).

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

2013-01-16 Thread Alberto Villa
SVN commit 8942 by avilla: - Fix Makefile header. 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/qmake4/files

2012-10-28 Thread Max Brazhnikov
SVN commit 8688 by makc: Fix crash due to off-by one error: http://mail.kde.org/pipermail/kde-freebsd/2012-October/014143.html Submitted by: avg A patch-option.cpp ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2012-06-12 Thread Dima Panov
SVN commit 8309 by fluffy: - Use another way to avoid hardcoded QMAKE_CC/QMAKE_CXX previous patch's logic allows to use any ports compiler, but fails with base gcc when configuration script uses ${CC}= by default M +4 -1 Makefile M +10 -6

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

2012-06-12 Thread Raphael Kubo da Costa
SVN commit 8312 by rakuco: Partly revert r8309 by using the upstream fix instead. Talking to fluffy on IRC, I found out the hard way that my commit 0ba35fd5a81df57fb0f943c335d43ebc3383 has not been included in Qt 4.8.2, so things were pretty much borked when one tried to use non-base gcc.

[kde-freebsd] [SVN Commit] area51/QT/devel/qmake4/files

2012-06-07 Thread Dima Panov
SVN commit 8291 by fluffy: - Do not clobber QMAKE_CC/QMAKE_CXX with default values (gcc/g++) for ports compilers (lang/gcc4*) in corresponded mkspecs Bug was introduced with qt48 branch, should be passed upstream after verification M +19 -0 patch-qt4-before-ports-in-mkspecs.diff

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

2012-06-06 Thread Jason E . Hale
SVN commit 8288 by jhale: - Drop alpha support M +2 -8 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/qmake4

2012-05-30 Thread Raphael Kubo da Costa
SVN commit 8253 by rakuco: qmake4: Fix plist for 4.8.2 M +9 -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/QT/devel/qmake4

2012-05-27 Thread Raphael Kubo da Costa
SVN commit 8240 by rakuco: qmake4: Minor cosmetic fix in the Makefile 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/qmake4

2012-05-27 Thread Raphael Kubo da Costa
SVN commit 8241 by rakuco: qmake4: Make `make patch' work with 4.8.2. I did a few commits to Qt 4.8 upstream some time ago to get our mkspec changes upstream and clean things up a little. [1][2][3][4][5] The changes which impact our Makefile are the removal of the freebsd-g++34 mkspec (as that

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

2012-04-18 Thread Alberto Villa
SVN commit 8131 by avilla: - Fix plist. No cookies to: rakuco M +0 -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/QT/devel/qmake4

2012-04-17 Thread Raphael Kubo da Costa
SVN commit 8130 by rakuco: qmake4: Drop the freebsd-llvm mkspec. These days people are supposed to use clang directly, so there isn't much sense in keeping this locally made mkspec around. Discussed with: avilla on #kde-freebsd M +4 -6 Makefile M +0 -2 pkg-plist

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

2012-04-16 Thread Raphael Kubo da Costa
SVN commit 8124 by rakuco: qmake4: Remove commented out 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/QT/devel/qmake4

2012-04-16 Thread Raphael Kubo da Costa
SVN commit 8125 by rakuco: qmake4: Fix the creation of the freebsd-{clang,llvm} mkspecs. Qt 4.8.1 comes with a refactored use of the gcc/g++ mkspecs in the mkspecs/common/ directory [1] which breaks the previous commands used to create the freebsd-{clang,llvm} mkspecs automatically. Fix it by

[kde-freebsd] [SVN Commit] area51/QT/devel/qmake4/files

2011-09-16 Thread Raphael Kubo da Costa
SVN commit 7669 by rakuco: Fix paths and tab usage in the last patch. M +22 -22patch-qt4-before-ports-in-mkspecs.diff ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2011-09-16 Thread Raphael Kubo da Costa
SVN commit 7670 by rakuco: Manually remove the .orig files generated by patch(1). Since the mkspecs directory is just copied to its final destination, so were the .orig files generated by patch(1) after applying the patch in files/. For now, just calling ${RM} sounds like a plausible and very

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

2011-09-02 Thread Raphael Kubo da Costa
SVN commit 7574 by rakuco: qmake4: Fix plist M +15 -11pkg-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/QT/devel/qmake4

2011-05-08 Thread Raphael Kubo da Costa
SVN commit 7248 by rakuco: qmake4: Remove another case of FreeBSD 7.x detection. M +0 -4 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

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

2011-03-04 Thread Alberto Villa
SVN commit 7009 by xzhayon: - Fix plist. M +4 -0 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/QT/devel/qmake4

2010-12-14 Thread Alberto Villa
SVN commit 6801 by xzhayon: - Sync with ports: * Use @dirrmtry with share/qt4/mkspecs/modules. M +1 -1 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2010-08-10 Thread Alberto Villa
SVN commit 6473 by xzhayon: - Fix install on FreeBSD 6.X. M +2 -2 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/qmake4

2010-01-19 Thread Max Brazhnikov
SVN commit 5860 by makc: Update plist M +11 -5 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/QT/devel/qmake4

2010-01-18 Thread Max Brazhnikov
SVN commit 5856 by makc: Don't replace CC and CXX in specs files. To build Qt4 with non-default compiler use corresponding QMAKESPEC or create new one if not existed. M +0 -4 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2009-12-02 Thread Thomas Abthorpe
SVN commit 5657 by tabthorpe: - Fix plist M +1 -0 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/QT/devel/qmake4

2009-12-01 Thread Dima Panov
SVN commit 5643 by fluffy: - Fix plist M +2 -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/QT/devel/qmake4

2009-12-01 Thread Dima Panov
SVN commit 5645 by fluffy: - Really fix plist No cookies to: fluffy M +2 -2 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

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

2009-10-03 Thread Thomas Abthorpe
SVN commit 5487 by tabthorpe: - Set QT_DIST= yes M +1 -0 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