[kde-freebsd] [Bug 195899] Bug in PAM handling in x11/kde4-workspace

2015-03-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195899

Alonso Schaich  changed:

   What|Removed |Added

   Assignee|k...@freebsd.org |alo...@freebsd.org
 CC||alo...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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/x11/kde4-workspace/files

2015-03-09 Thread Alonso Schaich
SVN commit 10631 by aschai:

Obtain a credential on login with KDM4

PAM_SETCRED(3)'s second parameter does not default to PAM_ESTABLISH_CRED on
FreeBSD, so explify it, as was proposed on the forums[1] back in decembre.

[1] 
https://forums.freebsd.org/threads/problem-with-kdm4-kerberos-and-nfsv4.49253

PR: 197655



 M  +13 -4 patch-kdm__backend__client.c  


___
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/audio/kmix/files

2015-03-09 Thread Alonso Schaich
SVN commit 10632 by aschai:

Add an explanation why patching the oss backend is required



 M  +5 -0  patch-mixer_oss  


___
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.4

2015-03-09 Thread Raphael Kubo da Costa
SVN commit 10633 by rakuco:

branches/qt-5.4: Sync with /trunk/area51@10632

 _M. (directory)  
 _MKDE (directory)  
 M  +5 -0  KDE/audio/kmix/files/patch-mixer_oss  
 M  +13 -4 KDE/x11/kde4-workspace/files/patch-kdm__backend__client.c  
 _MQT (directory)  
 M  +0 -1  QT/sysutils/qt5-qtpaths/Makefile  
 A QT/x11-toolkits/qt4-gui/files (directory)  
 A QT/x11-toolkits/qt5-gui/files/patch-CVE-2015-0295   
trunk/area51/QT/x11-toolkits/qt5-gui/files/patch-CVE-2015-0295#10626
 M svn:mergeinfo  


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

2015-03-09 Thread Raphael Kubo da Costa
SVN commit 10634 by rakuco:

qmake5: Explicitly disable evdev support.

Even though this makes no practical difference at the moment, we already do
that in devel/qt5-core, and avoid having "evdev" listed in qconfig.pri's
QT_CONFIG.


 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] branches/qt-5.4/QT/devel/qt5-core

2015-03-09 Thread Raphael Kubo da Costa
SVN commit 10636 by rakuco:

qt5-core: Remove -no-feature-* entries which do not exist.

Starting with Qt 5.4, the configure script rejects -no-feature-* arguments
for features which are not listed in src/corelib/global/qfeatures.txt. This
is the case for:

 * -no-feature-alsa
 * -no-feature-evdev
 * -no-feature-glib
 * -no-feature-pulseaudio
 * -no-feature-inotify
 * -no-feature-libudev
 * -no-feature-xcb

Most of those arguments can be turned into "-no-", which in most
cases have pretty much the same effect.

-no-feature-glib has been removed altogether, as -no-glib means glib support
will not be enabled at all. -no-libudev and -no-xcb does not the QT_LIBUDEV
and QT_XCB blocks to qconfig.h, but this should hopefully not be a problem.


 M  +4 -7  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] branches/qt-5.4/QT

2015-03-09 Thread Raphael Kubo da Costa
SVN commit 10637 by rakuco:

Update patches, distinfo and plists for Qt 5.4.1.

In an attempt to reduce the number of commits during which the tree is
broken, this commit does most of the required work to update Qt to a new
release and updates things such as plists, distinfo, patches and the
Makefiles (to stop processing directories that do not exist anymore etc).

This is actually most of the work to move to 5.4.1: the next commits will
just make some ports build in older FreeBSD releases and fixes qt5-gui.

Big thanks to Alex Richardson  and Tobias Berner
 for help with testing and plist patches!


 M  +1 -1  Mk/bsd.qt.mk  
 M  +1 -0  devel/dbus-qt5/pkg-plist  
 M  +3 -1  devel/qmake5/files/patch-mkspecs__common__freebsd.conf  
 M  +2 -1  devel/qmake5/files/patch-mkspecs__freebsd-g++__qmake.conf  
 M  +3 -2  
devel/qmake5/files/patch-mkspecs__unsupported__freebsd-clang__qmake.conf  
 M  +6 -7  devel/qmake5/pkg-plist  
 M  +1 -1  devel/qt5-assistant/files/patch-src__src.pro  
 M  +13 -2 devel/qt5-core/pkg-plist  
 M  +1 -1  devel/qt5-designer/files/patch-src__src.pro  
 M  +1 -1  devel/qt5-help/files/patch-src__src.pro  
 M  +1 -1  devel/qt5-linguist/files/patch-src__src.pro  
 M  +1 -1  devel/qt5-qdbusviewer/files/patch-src__src.pro  
 M  +1 -0  devel/qt5-testlib/pkg-plist  
 M  +1 -1  devel/qt5-uitools/files/patch-src__src.pro  
 M  +34 -34devel/qt5/distinfo  
 M  +24 -22devel/qt5/files/extrapatch-configure  
 M  +1 -1  graphics/qt5-pixeltool/files/patch-src__src.pro  
 M  +1 -0  graphics/qt5-svg/pkg-plist  
 D lang/qt5-qml/files/patch-git_b84f08c8  
 D lang/qt5-qml/files/patch-src__qml__jit__qv4assembler.cpp  
 M  +2 -0  lang/qt5-qml/pkg-plist  
 M  +2 -0  multimedia/qt5-multimedia/pkg-plist  
 M  +4 -1  net/qt5-network/pkg-plist  
 M  +1 -1  textproc/clucene-qt5/files/patch-src__src.pro  
 M  +1 -0  www/webkit-qt5/pkg-plist  
 M  +16 -2 x11-toolkits/qt5-gui/pkg-plist  
 D x11-toolkits/qt5-quick/files (directory)  
 M  +27 -5 x11-toolkits/qt5-quick/pkg-plist  
 M  +11 -2 x11-toolkits/qt5-quickcontrols/pkg-plist  
 M  +1 -7  x11-toolkits/qt5-widgets/Makefile  
 M  +49 -7 x11-toolkits/qt5-widgets/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] branches/qt-5.4/QT/devel/qmake5

2015-03-09 Thread Raphael Kubo da Costa
SVN commit 10635 by rakuco:

qmake5: Move more options from TBR_CONFIG to CONFIGURE_ARGS.

Many of the features previously in TBR_CONFIG can be disabled via
-no- in the configure script.

Additionally, specifying them via the configure script causes the
appropriate entries (such as "no-png" and "no-freetype") to be added to
qconfig.pri's QT_CONFIG (they are later overriden by the qt_config_*.pri
files in modules/ when needed).


 M  +4 -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] branches/qt-5.4/QT

2015-03-09 Thread Raphael Kubo da Costa
SVN commit 10638 by rakuco:

Start making qt5-gui depending on print/harfbuzz.

With 5.4.0, HarfBuzz-NG is Qt's default shaper, as described in QTBUG-18980
and in the release notes.

We can leverage this change and start using the version in ports instead of
the one bundled with Qt, as bundled dependencies should be avoided as much
as possible. Additionally, the build was failing with the bundled HarfBuzz
and we would need to add more hacks to the Makefile to build it before
src/gui.


 M  +0 -2  devel/qt5-core/Makefile  
 M  +0 -20 devel/qt5-core/pkg-plist  
 M  +3 -1  x11-toolkits/qt5-gui/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] branches/qt-5.4/QT/devel/qt5-core

2015-03-09 Thread Raphael Kubo da Costa
SVN commit 10639 by rakuco:

qt5-core: Add USES=execinfo.

Qt's core now needs libexecinfo for the logging code; add the USES entry
so that the dependency on the port is added for older FreeBSD releases
that do not have it in the base system.


 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