[kde-freebsd] [SVN Commit] area51/QT/Mk

2016-07-04 Thread Tobias Berner
SVN commit 12789 by tcberner:

Drop patchlevel comment

 M  +0 -1  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

2016-06-23 Thread Tobias Berner
SVN commit 12784 by tcberner:

Fix r12783, _dist should be set, not dist

 M  +1 -1  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/Uses

2016-05-28 Thread Adriaan de Groot
SVN commit 12600 by adridg:

Match ports r413768, _USES_configure ordering

 M  +1 -2  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] area51/QT/Mk

2016-05-22 Thread Adriaan de Groot
SVN commit 12572 by adridg:

(trunk only) restore doc to the USE_QT4 list, so that qt4-assistant and help 
can compile.

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

2016-04-23 Thread Tobias Berner
SVN commit 12427 by tcberner:

Make 'doc' a qt5 component, and add 'examples'

 M  +6 -3  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

2016-01-16 Thread Raphael Kubo da Costa
SVN commit 11810 by rakuco:

QT: Merge r398140 from ports.


r398140 | kwm | 2015-09-28 22:20:53 +0200 (Mon, 28 Sep 2015) | 26 lines

Fix qt5-multimedia with GStreamer 1.6.0.

Qt 5 does the following during the build of qt5-multimedia:

--- qt-post-install ---
echo "# define QT_GSTREAMER"  >> /wrkdirs/usr/ports/multimedia/qt5-multimedia/
  work/stage/usr/local/include/qt5/QtCore/modules/qconfig-multimedia.h
echo "# define QT_GST_VERSION=1.0"  >> /wrkdirs/usr/ports/multimedia/
  
qt5-multimedia/work/stage/usr/local/include/qt5/QtCore/modules/qconfig-multimedia.h
echo "# define QT_XVIDEO"  >> /wrkdirs/usr/ports/multimedia/qt5-multimedia/
  work/stage/usr/local/include/qt5/QtCore/modules/qconfig-multimedia.h

That's (second line) not how #define works in C of C++

The resulting qconfig-multimedia.h file contains this:

#if !defined(QT_GST_VERSION=1.0) && !defined(QT_NO_GST_VERSION=1.0)
# define QT_GST_VERSION=1.0
#endif

This patch filters out the "=1.0" from the define. Bump qt5-multimedia
since the installed header needs to be corrected.

Reported by:antoine@
Patch submitted by: Adriaan de Groot 





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

2015-12-05 Thread Raphael Kubo da Costa
SVN commit 11600 by rakuco:

QT: Merge r403081 from ports.


r403081 | rakuco | 2015-12-05 22:39:13 +0100 (Sat, 05 Dec 2015) | 7 lines

bsd.qt.mk: Move QT_NONSTANDARD check to the _POSTMKINCLUDED section.

Do it so that files in Mk/Uses can set it too. It is required by the
upcoming Uses/pyqt.mk that we will land soon to support PyQt5.

PR: 204975



 M  +10 -10bsd.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

2015-08-28 Thread Max Brazhnikov
SVN commit 11417 by makc:

- Revert indentation changed in r11413 to reduce diff vs portstree


 M  +12 -12bsd.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/Uses

2015-08-25 Thread Max Brazhnikov
SVN commit 11408 by makc:

Pass standard for the portstee LIBS to qmake via QMAKE_LIBS

PR: 202552
Submitted by:   pawel@


 M  +1 -0  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] area51/QT/Mk

2015-05-31 Thread Alonso Schaich
SVN commit 10731 by aschai:

Merge PORTS revision 387290

Simplify test for SSE2



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

2015-05-31 Thread Alonso Schaich
SVN commit 10730 by aschai:

Merge PORTS revision 387286

Fix r387281 [area51 r10729] for fmake and bump qmake5 because a spec file
changes.

Reported by:antoine



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

2015-05-31 Thread Alonso Schaich
SVN commit 10729 by aschai:

Merge PORTS revision 387281

Qt 5.3 removed runtime detection of SSE2 so it needs to be configured
with -no-sse2 at buildtime on i386.

PR: 198738, 200258
Reported by:sasamotik...@gmail.com
Approved by:maintainer timeout (2 weeks)



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

2015-05-28 Thread Alonso Schaich
SVN commit 10705 by aschai:

Restore SSE2 usage

Partially revert revision 10698 which accidentially forced the build
process to omit sse2 usage.



 M  +1 -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/QT/Mk

2015-04-05 Thread Max Brazhnikov
SVN commit 10659 by makc:

Revert r10628 partly: Phonon plugin ports are supposed to be installed
directly by users, the need for them to be available as USE_QT components
is quite low. Besides we have never had components for VLC and xine backends.
For this reason remove phonon4-gst from QT5 components, but leave
phonon-gst (Qt4) for historical reasons.


 M  +1 -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] area51/QT/Mk

2015-03-05 Thread Max Brazhnikov
SVN commit 10627 by makc:

Mk/bsd.qt.mk: clean up - consistently use _QT_RELNAME

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

2015-02-19 Thread Max Brazhnikov
SVN commit 10592 by makc:

Mk/bsd.qt.mk: convert USE_XZ to USES

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

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10451 by rakuco:

bsd.qt.mk: Finish splitting qt5-qdoc out of qt5-buildtools.

Most of the required work (including the addition of qdoc to the list of
USE_QT5 components) had already been done in r9689, but apparently avilla
forgot to svn add his devel/qt5-qdoc at the time.

It has finally been added in r10450, and this change finishes adjusting the
symlinks in the qtbase tools ssetup since the qdoc binary is not part of
qt5-buildtools.



 M  +4 -1  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

2014-10-23 Thread Raphael Kubo da Costa
SVN commit 10444 by rakuco:

bsd.qt.mk: Stop using @cwd in the plist generation code.

Just specify full paths with ${QT_PREFIX} directly, as @cwd is deprecated.



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


[kde-freebsd] [SVN Commit] area51/QT/Mk/Uses

2014-09-28 Thread Raphael Kubo da Costa
SVN commit 10323 by rakuco:

Uses/qmake.mk: Merge r366839 from ports.


r366839 | bapt | 2014-09-01 08:43:02 +0300 (Mon, 01 Sep 2014) | 7 lines

Remove support for NO_STAGE
Mark all current non staged ports as BROKEN

Reviewed by:antoine
Exp-run:antoine
Differential Revision:  https://reviews.freebsd.org/D693





 M  +1 -1  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] area51/QT/Mk

2014-07-28 Thread Raphael Kubo da Costa
SVN commit 10216 by rakuco:

bsd.qt.mk: Add qt5-quickcontrols to the list of Qt5 components.

Thanks to makc for noticing.



 M  +5 -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/QT/Mk

2014-07-24 Thread Raphael Kubo da Costa
SVN commit 10200 by rakuco:

QT: Merge r362837 from ports.


r362837 | rakuco | 2014-07-24 21:52:53 +0300 (Thu, 24 Jul 2014) | 4 lines

qt4: Do not apply the patch from r362770 if EXTRA_PATCHES is unset.

This unbreaks qmake4 and qt4-doc.






 M  +2 -1  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/Uses

2014-04-20 Thread Raphael Kubo da Costa
SVN commit 10066 by rakuco:

Uses/qmake.mk: Sync with ports (r348308, r350734).


r350734 | pawel | 2014-04-09 22:00:49 +0300 (Wed, 09 Apr 2014) | 7 lines

Reset default qmake flags so that they don't taint our
globally set CFLAGS, CXXFLAGS

PR: ports/188287
Submitted by:   myself
Approved by:kde (makc)


r348308 | gerald | 2014-03-15 12:31:54 +0200 (Sat, 15 Mar 2014) | 5 lines

Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent.

Approved by:portmgr (bapt)




 M  +5 -2  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] area51/QT/Mk

2013-12-22 Thread Max Brazhnikov
SVN commit 9813 by makc:

- Remove -phonon from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support.

PR: ports/184620
Reported by:Kevin Zheng kevinz5...@gmail.com


 M  +1 -1  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-12-22 Thread Alberto Villa
SVN commit 9815 by avilla:

- Rename _vars to _env.
- Fix typo.



 M  +5 -5  Uses/qmake.mk  
 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/QT/Mk/Uses

2013-12-04 Thread Alberto Villa
SVN commit 9794 by avilla:

- Reinsert lost comment.



 M  +2 -1  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] area51/QT/Mk

2013-12-04 Thread Alberto Villa
SVN commit 9795 by avilla:

- Simplify QMAKE_COMPILER to only support clang and g++, now that
  they are the only available mkspecs.



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


[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/QT/Mk

2013-09-07 Thread Raphael Kubo da Costa
SVN commit 9494 by rakuco:

bsd.qt.mk: Sync with ports (merge r323748).


r323748 | rene | 2013-07-26 22:19:20 +0300 (Fri, 26 Jul 2013) | 15 lines

KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:  ports/180745
Submitted by:rene
Approved by: portmgr (bapt)
Exp-run by:  bapt





 M  +1 -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-06-21 Thread Raphael Kubo da Costa
SVN commit 9285 by rakuco:

Sync with r317119 from ports.


r317119 | bapt | 2013-05-02 17:12:58 +0300 (Thu, 02 May 2013) | 2 lines

Fix bmake complaining about non-zero return




 M  +2 -1  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-03-15 Thread Max Brazhnikov
SVN commit 9104 by makc:

Sync with ports: mark build conflict with qt-3

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


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

2013-03-15 Thread Alberto Villa
Is this a good thing? Non-Qt ports using qmake to build will conflict as
well. Of course, I don't know if there are many...

--
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla
Il giorno 15/mar/2013 12:48, Max Brazhnikov m...@freebsd.org ha scritto:

 SVN commit 9104 by makc:

 Sync with ports: mark build conflict with qt-3

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

2013-03-15 Thread Max Brazhnikov
On Fri, 15 Mar 2013 13:24:42 +0100 Alberto Villa wrote:
 Is this a good thing? Non-Qt ports using qmake to build will conflict as
 well. Of course, I don't know if there are many...

I've set the conflict inside QT_DIST, it affects ports for Qt4 itself only.

Max


 
 --
 Alberto Villa, FreeBSD committer avi...@freebsd.org
 http://people.FreeBSD.org/~avilla
 Il giorno 15/mar/2013 12:48, Max Brazhnikov m...@freebsd.org ha scritto:
 
  SVN commit 9104 by makc:
 
  Sync with ports: mark build conflict with qt-3
 
   M  +2 -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 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/Mk

2013-03-15 Thread Alberto Villa
Sorry, I'll never talk again without first reviewing. ;)

--
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla
Il giorno 15/mar/2013 14:21, Max Brazhnikov m...@freebsd.org ha scritto:

 On Fri, 15 Mar 2013 13:24:42 +0100 Alberto Villa wrote:
  Is this a good thing? Non-Qt ports using qmake to build will conflict as
  well. Of course, I don't know if there are many...

 I've set the conflict inside QT_DIST, it affects ports for Qt4 itself only.

 Max


 
  --
  Alberto Villa, FreeBSD committer avi...@freebsd.org
  http://people.FreeBSD.org/~avilla
  Il giorno 15/mar/2013 12:48, Max Brazhnikov m...@freebsd.org ha
 scritto:
 
   SVN commit 9104 by makc:
  
   Sync with ports: mark build conflict with qt-3
  
M  +2 -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 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

2012-10-29 Thread Alberto Villa
SVN commit 8689 by avilla:

- Do not disable SIMD when PACKAGE_BUILDING, as support is detected
  on runtime.

I commented it out instead of removing it, let's wait a bit for that.



 M  +5 -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] area51/QT/Mk

2012-09-19 Thread Max Brazhnikov
SVN commit 8646 by makc:

Remove compatibility stuff - QT_COMPONENTS is not used anymore

 M  +0 -3  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

2012-06-12 Thread Max Brazhnikov
SVN commit 8308 by makc:

Move QMAKESPEC definition logic to POSTMKINCLUDED stage:
bsd.port.mk includes gcc.mk at POSTMKINCLUDED stage (if port uses non default 
cc),
ovirriding CXX with new value.

This changes probably need to be tested with exp-run.

Reported by:avg


 M  +28 -28bsd.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

2012-06-01 Thread Raphael Kubo da Costa
SVN commit 8266 by rakuco:

bsd.qt.mk: Sync MASTER_SITES with the version in ports

 M  +1 -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/QT/Mk

2012-05-26 Thread Alberto Villa
SVN commit 8230 by avilla:

- Add support for USE_QT4 (and replace QT_COMPONENTS as the default
  way to depend on Qt 4).
- Sync with ports.



 M  +11 -8 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

2011-09-30 Thread Alberto Villa
SVN commit 7692 by avilla:

- Sync with ports.


 M  +3 -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/QT/Mk

2011-09-03 Thread Raphael Kubo da Costa
SVN commit 7583 by rakuco:

bsd.qt.mk: Pass -phonon and -no-phonon-backend to configure.

If we do not explicitly enable Phonon (and disable the backends as we
are interested in them only in multimedia/qt4-phonon-gst), some ports
will not enable it.

Case in point: devel/qt4-designer only builds the phonon widgets if
Phonon is detected and marked as enabled during configure time. If
gstreamer is not present in the system, the check for it will fail and
disable Phonon. If we explicitly enable Phonon and disable the backend
checks, this does not happen anymore.

multimedia/qt4-phonon-gst should still be safe with
-no-phonon-backend, as only non-Unix plugins depend on this setting to
be built.

Discussed with: avilla on #kde-freebsd


 M  +3 -1  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

2011-05-07 Thread Alberto Villa
SVN commit 7244 by avilla:

- Sync with ports (whitespace changes).



 M  +4 -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] area51/QT/Mk

2011-05-04 Thread Raphael Kubo da Costa
SVN commit 7230 by rakuco:

bsd.qt.mk: Sync with r1.23 from ports.

Remove support for pre 7.x systems (ports/155510).


 M  +0 -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] area51/QT/Mk

2011-05-03 Thread Max Brazhnikov
SVN commit 7225 by makc:

Disable sse* instructions for PACKAGE_BUILDING

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

2011-04-20 Thread Alberto Villa
SVN commit 7193 by avilla:

- Disable also SSE3 when PACKAGE_BUILDING is set.



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

2011-03-06 Thread Alberto Villa
SVN commit 7019 by xzhayon:

- Remove comment about QT4_OPTIONS.



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


[kde-freebsd] [SVN Commit] area51/QT/Mk

2010-11-11 Thread Max Brazhnikov
SVN commit 6661 by makc:

Explicitly enable separate-debug-info

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

2010-06-27 Thread Dima Panov
SVN commit 6333 by fluffy:

- Fix typo (xmlpattern-too = xmlpattern-tool)


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

2010-01-19 Thread Max Brazhnikov
SVN commit 5859 by makc:

Bump QT4_VERSION to 4.6.1

 M  +3 -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] area51/QT/Mk

2009-12-06 Thread Alberto Villa
SVN commit 5703 by xzhayon:

more useful (and correct) error message

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

2009-10-03 Thread Martin Wilke
SVN commit 5469 by miwi:

- Add missing $FreeBSD$ header



 M  +4 -1  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