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

2015-12-03 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 can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/k...@freebsd.org.html


Port| Current version | New version
+-+
math/facile | 1.1 | 1.1.1
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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] [Bug 203734] devel/py-sip: Allow concurrent python installations

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

Kubilay Kocak  changed:

   What|Removed |Added

 Attachment #161976|maintainer-approval?(kde@Fr |maintainer-approval+
  Flags|eeBSD.org)  |

--- Comment #3 from Kubilay Kocak  ---
Comment on attachment 161976
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161976
Add concurrent to USE_PYTHON

@rakuco, please use maintain-approval to approve/reject individual attachments
:)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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] [Bug 203734] devel/py-sip: Allow concurrent python installations

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

Kubilay Kocak  changed:

   What|Removed |Added

 Attachment #161976|maintainer-approval+|maintainer-approval-
  Flags||

--- Comment #4 from Kubilay Kocak  ---
Comment on attachment 161976
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161976
Add concurrent to USE_PYTHON

Whoops.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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] [Bug 203734] devel/py-sip: Allow concurrent python installations

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

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||needs-patch
  Flags|maintainer-feedback-|maintainer-feedback+

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list 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] branches/plasma5/KDE/x11-themes

2015-12-03 Thread Tobias Berner
SVN commit 11589 by tcberner:

Add new ports x11-themes/kf5-breeze-icons and x11-themes/kf5-oygen-icons.

They got missed while updating kf5.




 A kf5-breeze-icons (directory)  
 M  +8 -8  kf5-breeze-icons/Makefile  
 M  +2 -2  kf5-breeze-icons/distinfo  
 M  +1 -1  kf5-breeze-icons/pkg-descr  
 M  +10040 -6848 kf5-breeze-icons/pkg-plist  
 A kf5-oxygen-icons5 (directory)  
 M  +9 -6  kf5-oxygen-icons5/Makefile  
 M  +2 -2  kf5-oxygen-icons5/distinfo  
 M  +4 -0  kf5-oxygen-icons5/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


Re: [kde-freebsd] problem with https after upgrading

2015-12-03 Thread Schaich Alonso
On Thu, 3 Dec 2015 19:24:05 +0200
Andriy Gapon  wrote:

> On 03/12/2015 18:36, Andriy Gapon wrote:
> > On 03/12/2015 18:31, Andriy Gapon wrote:
> >> It seems that the problem happens here:
> >>
> >> Program received signal SIGSEGV, Segmentation fault.
> >> 0x0008180738d9 in sk_deep_copy () from /usr/local/lib/libcrypto.so.8
> >> (kgdb) bt
> >> #0  0x0008180738d9 in sk_deep_copy () from 
> >> /usr/local/lib/libcrypto.so.8
> >> #1  0x0008180b7552 in X509_VERIFY_PARAM_inherit () from
> >> /usr/local/lib/libcrypto.so.8
> >> #2  0x000818f5f96e in X509_VERIFY_PARAM_set1 (to=0x819924240, 
> >> from=0x0) at
> >> /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509/x509_vpm.c:209
> >> #3  0x0008194ad8da in ssl_verify_cert_chain (s=0x8093dee80, 
> >> sk= >> out>) at 
> >> /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/ssl_cert.c:495
> > 
> > Hmm, it seems like between frames #2 and #1 the control flow jumps from the 
> > base
> > libcrypto to the libcrypto from packages.  Not sure why that happens and 
> > what
> > changed...
> > 
> 
> More analysis:
> $ ldd /usr/local/lib/kde4/kio_http.so | fgrep libcrypto
> libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x802d8c000)
> libcrypto.so.7 => /lib/libcrypto.so.7 (0x809ce2000)
> 
> It seems that kio_http.so is directly linked to libcrypto.so.8.
> It is also directly linked to libhx509.so.11 (from /usr/lib) which, in turn, 
> is
> linked to libcrypto.so.7.
> 
> Hmm, so, it seems that the problem is in my local environment.  My system has
> fallen a bit behind head / CURRENT, so my OpenSSL libraries are still at 
> version
> 7 while on the latest head they are at 8.  So, apparently kio_http has been
> linked with libcrypto.so.8 from the base on the package building machine.  But
> in my environment the base has libcrypto.so.7, so the wrong libcrypto.so.8 is
> picked up.
> 
> Sorry for the noise.
> -- 
> Andriy Gapon
> ___
> 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

It also seems your QtNetwork library is invoking ssl3 stuff, which
IIRC was patched out. The ports build of libQtNetwork.so over here does
not reference ssl23_connect at all. Do we have differing crypto support
depending on the openssl/libressl version in use?

Alonso


pgptmYwwqMRVd.pgp
Description: PGP signature
___
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/plasma5/KDE

2015-12-03 Thread Tobias Berner
SVN commit 11588 by tcberner:

Following 
https://github.com/freebsd/freebsd-ports-graphics/commit/d687e723a903a91a0cc315e7f566a4f78f1c4855
move wayland from x11/ to graphics/




 A graphics/wayland (directory)  
 M  +2 -1  graphics/wayland/Makefile  
 D x11/wayland (directory)  


___
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] problem with https after upgrading

2015-12-03 Thread Andriy Gapon
On 03/12/2015 18:31, Andriy Gapon wrote:
> It seems that the problem happens here:
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x0008180738d9 in sk_deep_copy () from /usr/local/lib/libcrypto.so.8
> (kgdb) bt
> #0  0x0008180738d9 in sk_deep_copy () from /usr/local/lib/libcrypto.so.8
> #1  0x0008180b7552 in X509_VERIFY_PARAM_inherit () from
> /usr/local/lib/libcrypto.so.8
> #2  0x000818f5f96e in X509_VERIFY_PARAM_set1 (to=0x819924240, from=0x0) at
> /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509/x509_vpm.c:209
> #3  0x0008194ad8da in ssl_verify_cert_chain (s=0x8093dee80, sk= out>) at /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/ssl_cert.c:495

Hmm, it seems like between frames #2 and #1 the control flow jumps from the base
libcrypto to the libcrypto from packages.  Not sure why that happens and what
changed...

-- 
Andriy Gapon
___
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] problem with https after upgrading

2015-12-03 Thread Andriy Gapon
On 03/12/2015 18:36, Andriy Gapon wrote:
> On 03/12/2015 18:31, Andriy Gapon wrote:
>> It seems that the problem happens here:
>>
>> Program received signal SIGSEGV, Segmentation fault.
>> 0x0008180738d9 in sk_deep_copy () from /usr/local/lib/libcrypto.so.8
>> (kgdb) bt
>> #0  0x0008180738d9 in sk_deep_copy () from /usr/local/lib/libcrypto.so.8
>> #1  0x0008180b7552 in X509_VERIFY_PARAM_inherit () from
>> /usr/local/lib/libcrypto.so.8
>> #2  0x000818f5f96e in X509_VERIFY_PARAM_set1 (to=0x819924240, from=0x0) 
>> at
>> /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509/x509_vpm.c:209
>> #3  0x0008194ad8da in ssl_verify_cert_chain (s=0x8093dee80, sk=> out>) at 
>> /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/ssl_cert.c:495
> 
> Hmm, it seems like between frames #2 and #1 the control flow jumps from the 
> base
> libcrypto to the libcrypto from packages.  Not sure why that happens and what
> changed...
> 

More analysis:
$ ldd /usr/local/lib/kde4/kio_http.so | fgrep libcrypto
libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x802d8c000)
libcrypto.so.7 => /lib/libcrypto.so.7 (0x809ce2000)

It seems that kio_http.so is directly linked to libcrypto.so.8.
It is also directly linked to libhx509.so.11 (from /usr/lib) which, in turn, is
linked to libcrypto.so.7.

Hmm, so, it seems that the problem is in my local environment.  My system has
fallen a bit behind head / CURRENT, so my OpenSSL libraries are still at version
7 while on the latest head they are at 8.  So, apparently kio_http has been
linked with libcrypto.so.8 from the base on the package building machine.  But
in my environment the base has libcrypto.so.7, so the wrong libcrypto.so.8 is
picked up.

Sorry for the noise.
-- 
Andriy Gapon
___
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] problem with https after upgrading

2015-12-03 Thread Andriy Gapon
On 03/12/2015 17:42, Andriy Gapon wrote:
> 
> After upgrading to the latest packages from the official FreeBSD repository I
> have started to experience https related problems in KDE.
> 
> In .xsession-errors I see messages like these:
> kioslave: ### CRASH ## protocol = https pid = 4669 signal = 11
> kioslave: ### CRASH ## protocol = https pid = 4670 signal = 11
> 

It seems that the problem happens here:

Program received signal SIGSEGV, Segmentation fault.
0x0008180738d9 in sk_deep_copy () from /usr/local/lib/libcrypto.so.8
(kgdb) bt
#0  0x0008180738d9 in sk_deep_copy () from /usr/local/lib/libcrypto.so.8
#1  0x0008180b7552 in X509_VERIFY_PARAM_inherit () from
/usr/local/lib/libcrypto.so.8
#2  0x000818f5f96e in X509_VERIFY_PARAM_set1 (to=0x819924240, from=0x0) at
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509/x509_vpm.c:209
#3  0x0008194ad8da in ssl_verify_cert_chain (s=0x8093dee80, sk=) at /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/ssl_cert.c:495
#4  0x0008194a8b54 in ssl3_get_server_certificate (s=0x8093dee80) at
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:1176
#5  0x0008194a7cd3 in ssl3_connect (s=0x8093dee80) at
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:345
#6  0x0008194aec6d in ssl23_get_server_hello (s=) at
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c:794
#7  ssl23_connect (s=) at
/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c:228
#8  0x000805c3f8a3 in ?? () from /usr/local/lib/qt4/libQtNetwork.so.4
#9  0x000805c40c86 in ?? () from /usr/local/lib/qt4/libQtNetwork.so.4
#10 0x0008021a6cce in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () from /usr/local/lib/qt4/libQtCore.so.4
#11 0x000805c1e601 in ?? () from /usr/local/lib/qt4/libQtNetwork.so.4
#12 0x000805c2185b in QAbstractSocket::waitForReadyRead(int) () from
/usr/local/lib/qt4/libQtNetwork.so.4
#13 0x000805c39d8e in QSslSocket::waitForEncrypted(int) () from
/usr/local/lib/qt4/libQtNetwork.so.4
#14 0x00080c5ccf98 in
KIO::TCPSlaveBase::TcpSlaveBasePrivate::startTLSInternal(KTcpSocket::SslVersion,
QSslConfiguration const&, int) () from /usr/local/lib/libkio.so.5
#15 0x00080c5cc758 in KIO::TCPSlaveBase::connectToHost(QString const&,
unsigned short, QString*) () from /usr/local/lib/libkio.so.5
#16 0x000816e2b209 in ?? () from /usr/local/lib/kde4/kio_http.so
#17 0x000816e1343d in ?? () from /usr/local/lib/kde4/kio_http.so
#18 0x000816e117b1 in ?? () from /usr/local/lib/kde4/kio_http.so
#19 0x000816e1168f in ?? () from /usr/local/lib/kde4/kio_http.so
#20 0x000816e2797e in ?? () from /usr/local/lib/kde4/kio_http.so
#21 0x00080c5c4367 in KIO::SlaveBase::dispatch(int, QByteArray const&) ()
from /usr/local/lib/libkio.so.5
#22 0x00080c5bf70d in KIO::SlaveBase::dispatchLoop() () from
/usr/local/lib/libkio.so.5
#23 0x000816e0e44a in kdemain () from /usr/local/lib/kde4/kio_http.so

Unfortunately no debug symbols.

-- 
Andriy Gapon
___
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] problem with https after upgrading

2015-12-03 Thread Andriy Gapon

After upgrading to the latest packages from the official FreeBSD repository I
have started to experience https related problems in KDE.

In .xsession-errors I see messages like these:
kioslave: ### CRASH ## protocol = https pid = 4669 signal = 11
kioslave: ### CRASH ## protocol = https pid = 4670 signal = 11

Here is a list of packages that have been changed:
pkg: qt4-corelib upgraded: 4.8.7 -> 4.8.7_1
pkg: lcms2 upgraded: 2.7_1 -> 2.7_2
pkg: qzeitgeist reinstalled: 0.8.0_2 -> 0.8.0_2
pkg: ffmpeg upgraded: 2.8.2_1,1 -> 2.8.3,1
pkg: exiv2 reinstalled: 0.24_2,1 -> 0.24_2,1
pkg: soprano reinstalled: 2.9.4_1 -> 2.9.4_1
pkg: qca reinstalled: 2.1.1 -> 2.1.1
pkg: polkit-qt reinstalled: 0.112.0 -> 0.112.0
pkg: grantlee reinstalled: 0.5.1 -> 0.5.1
pkg: ImageMagick upgraded: 6.9.2.6,1 -> 6.9.2.7,1
pkg: mysql56-server reinstalled: 5.6.27 -> 5.6.27
pkg: kdelibs upgraded: 4.14.3_1 -> 4.14.3_2
pkg: mpfr upgraded: 3.1.2_2 -> 3.1.3
pkg: talloc upgraded: 2.1.3_1 -> 2.1.5
pkg: libkolab reinstalled: 0.5.3 -> 0.5.3
pkg: libkfbapi reinstalled: 1.0_3 -> 1.0_3
pkg: tevent upgraded: 0.9.25 -> 0.9.26
pkg: tdb upgraded: 1.3.7_1,1 -> 1.3.8,1
pkg: kdepim-runtime reinstalled: 4.14.3 -> 4.14.3
pkg: php56 upgraded: 5.6.14 -> 5.6.16
pkg: meanwhile reinstalled: 1.0.2_5 -> 1.0.2_5
pkg: libkcompactdisc upgraded: 4.14.3 -> 4.14.3_1
pkg: konsole reinstalled: 4.14.3 -> 4.14.3
pkg: cmake-modules upgraded: 3.3.1 -> 3.4.0
pkg: re2 upgraded: 20150801 -> 20151101
pkg: py27-certifi upgraded: 2015.9.6.2 -> 2015.11.20
pkg: poudriere-devel upgraded: 3.1.99.20151125 -> 3.1.99.20151125_1
pkg: php56-xml upgraded: 5.6.14 -> 5.6.16
pkg: php56-simplexml upgraded: 5.6.14 -> 5.6.16
pkg: php56-json upgraded: 5.6.14 -> 5.6.16
pkg: php56-dom upgraded: 5.6.14 -> 5.6.16
pkg: php56-curl upgraded: 5.6.14 -> 5.6.16
pkg: p5-HTTP-Negotiate reinstalled: 6.01_1 -> 6.01_1
pkg: okteta reinstalled: 4.14.3 -> 4.14.3
pkg: mplayer upgraded: 1.1.r20150822_6 -> 1.1.r20150822_7
pkg: mk-configure upgraded: 0.29.0 -> 0.29.1
pkg: marble reinstalled: 4.14.3 -> 4.14.3
pkg: libgpod upgraded: 0.8.3_4 -> 0.8.3_5
pkg: libepoxy upgraded: 1.2 -> 1.3.1
pkg: lensfun upgraded: 0.3.0 -> 0.3.0_1
pkg: kopete reinstalled: 4.14.3_2 -> 4.14.3_2
pkg: kmplot reinstalled: 4.14.3 -> 4.14.3
pkg: kio-audiocd reinstalled: 4.14.3 -> 4.14.3
pkg: kdewebdev reinstalled: 4.14.3 -> 4.14.3
pkg: kde-runtime reinstalled: 4.14.3 -> 4.14.3
pkg: kde-baseapps reinstalled: 4.14.3 -> 4.14.3
pkg: gstreamer-qt4 reinstalled: 0.10.3_3 -> 0.10.3_3
pkg: cmake upgraded: 3.3.1 -> 3.4.0
pkg: cantor reinstalled: 4.14.3 -> 4.14.3
pkg: ark reinstalled: 4.14.3_1 -> 4.14.3_1

There are several KDE packages in the list as well as qca.
I will appreciate any help.

-- 
Andriy Gapon
___
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] [Bug 199501] graphics/kipi-plugins-kde4 does not read a preexisting options file

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
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] [Bug 189946] devel/dbus-qt4 sparc64 build failure: ../../include/QtCore/../../src/corelib/arch/qatomic_generic.h:197: error: invalid conversion from 'const void*' to 'void*'

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

--- Comment #2 from Raphael Kubo da Costa  ---
Is this an ia64-specific problem? Is it reproducible with Qt 4.8.7?

-- 
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] [Bug 193049] devel/cmake fails to link when built with gcc47

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

--- Comment #2 from Raphael Kubo da Costa  ---
Is this still a problem with CMake 3.4.0? Base's libstdc++ shouldn't be used
with a GCC from ports.

-- 
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] [Bug 200467] devel/qt4-moc fail to build with Clang36

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|New |Closed

--- Comment #4 from Raphael Kubo da Costa  ---
Marking as a duplicate of a more recent bug that has the same root cause
because I've added some explanation there.

*** This bug has been marked as a duplicate of bug 204923 ***

-- 
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] [Bug 204923] devel/qt4-moc: Build fails with compilers not called "clang" or "gcc"

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||sasamotik...@gmail.com

--- Comment #10 from Raphael Kubo da Costa  ---
*** Bug 200467 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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] [Bug 204923] devel/qt4-moc: Build fails with compilers not called "clang" or "gcc"

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

Summary|devel/qt4-moc: Build fails  |devel/qt4-moc: Build fails
   |with GCCs other than base   |with compilers not called
   |and lang/gcc|"clang" or "gcc"

--- Comment #9 from Raphael Kubo da Costa  ---
Retitling once again because this also affects, for example, clang36.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list 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] [Bug 200811] devel/qt4-rcc fails to configure on 10.1

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|New |Closed

--- Comment #1 from Raphael Kubo da Costa  ---
It's very likely that this has the same cause as bug 200810, so let's track it
there.

*** This bug has been marked as a duplicate of bug 200810 ***

-- 
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] [Bug 200810] devel/qt4-moc fails to configure with clang in base on 10.1

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

--- Comment #2 from Raphael Kubo da Costa  ---
*** Bug 200811 has been marked as a duplicate of this bug. ***

-- 
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] [Bug 200810] devel/qt4-moc fails to configure with clang in base on 10.1

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

--- Comment #1 from Raphael Kubo da Costa  ---
Are you still able to reproduce this with Qt 4.8.7? Can you attach your build
output with WANT_QT_VERBOSE_CONFIGURE=yes?

-- 
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/CALLIGRA/editors/calligra-l10n

2015-12-03 Thread Raphael Kubo da Costa
SVN commit 11587 by rakuco:

calligra-l10n: Merge r402890 from ports.


r402890 | rakuco | 2015-12-03 18:19:18 +0100 (Thu, 03 Dec 2015) | 5 lines

Convert to USES=metaport.

PR:201605
Submitted by:   Andriy Voskoboinyk 





 M  +1 -6  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] [Bug 201605] [patch] editors/calligra-l10n: convert to USES=metaport

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+
   |eeBSD.org)  |
 Status|New |Closed
 Resolution|--- |FIXED

--- Comment #4 from Raphael Kubo da Costa  ---
Committed, sorry for the long time it took and thank you very much for the
contribution!

-- 
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] [Bug 201605] [patch] editors/calligra-l10n: convert to USES=metaport

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

--- Comment #3 from commit-h...@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Thu Dec  3 17:19:18 UTC 2015
New revision: 402890
URL: https://svnweb.freebsd.org/changeset/ports/402890

Log:
  Convert to USES=metaport.

  PR:201605
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/editors/calligra-l10n/Makefile

-- 
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/QT/x11-toolkits

2015-12-03 Thread Raphael Kubo da Costa
SVN commit 11586 by rakuco:

qt4-gui, qt5-gui: Merge r402882 and r402883 from ports.


r402882 | rakuco | 2015-12-03 17:36:25 +0100 (Thu, 03 Dec 2015) | 21 lines

Remove x11-toolkit/qt4-gui's pkg-message.

Back in mid-2012 (ports revisions r297367 and r299321), pkg-message was
added to the port suggesting changes to the default shared memory limits in
loader.conf(5). Since then, the default limits have been changed and the
values suggested by the port are no longer sensible (base r209037, present
in all supported FreeBSD releases).

According to theraven@:
  Suggesting lowering the maximum number of pages available for shared pages
  doesn't seem sensible. The other default limits look as if they ought to
  be high enough (kern.ipc.shmseg is the number of shm segments that each
  process can have open, so should be fine. kern.ipc.shmmni is the total
  number of shm objects, so might need lowering).

Follow his advice and drop the suggestions from pkg-message.

PR: 202927
Submitted by:   theraven@
MFH:2015Q4


r402883 | rakuco | 2015-12-03 17:39:24 +0100 (Thu, 03 Dec 2015) | 9 lines

Drop x11-toolkits/qt5-gui's pkg-message too.

It contains the same suggestions that were dropped from its Qt4 counterpart
in r402882. Mention both ports in UPDATING.

PR: 202927
Submitted by:   theraven@
MFH:2015Q4





 D qt4-gui/pkg-message  
 D qt5-gui/pkg-message  


___
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] [Bug 202927] x11-toolkits/qt4-gui post-install info looks out of date

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

--- Comment #3 from commit-h...@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Thu Dec  3 16:39:25 UTC 2015
New revision: 402883
URL: https://svnweb.freebsd.org/changeset/ports/402883

Log:
  Drop x11-toolkits/qt5-gui's pkg-message too.

  It contains the same suggestions that were dropped from its Qt4 counterpart
  in r402882. Mention both ports in UPDATING.

  PR:202927
  Submitted by:theraven@
  MFH:2015Q4

Changes:
  head/UPDATING
  head/x11-toolkits/qt5-gui/pkg-message

-- 
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] [Bug 202927] x11-toolkits/qt4-gui post-install info looks out of date

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

-- 
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] [Bug 202927] x11-toolkits/qt4-gui post-install info looks out of date

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

--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Thu Dec  3 16:36:26 UTC 2015
New revision: 402882
URL: https://svnweb.freebsd.org/changeset/ports/402882

Log:
  Remove x11-toolkit/qt4-gui's pkg-message.

  Back in mid-2012 (ports revisions r297367 and r299321), pkg-message was
  added to the port suggesting changes to the default shared memory limits in
  loader.conf(5). Since then, the default limits have been changed and the
  values suggested by the port are no longer sensible (base r209037, present
  in all supported FreeBSD releases).

  According to theraven@:
Suggesting lowering the maximum number of pages available for shared pages
doesn't seem sensible. The other default limits look as if they ought to
be high enough (kern.ipc.shmseg is the number of shm segments that each
process can have open, so should be fine. kern.ipc.shmmni is the total
number of shm objects, so might need lowering).

  Follow his advice and drop the suggestions from pkg-message.

  PR:202927
  Submitted by:theraven@
  MFH:2015Q4

Changes:
  head/UPDATING
  head/x11-toolkits/qt4-gui/pkg-message

-- 
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] [Bug 202927] x11-toolkits/qt4-gui post-install info looks out of date

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+
   |eeBSD.org)  |

--- Comment #1 from Raphael Kubo da Costa  ---
My guess is that those were added at a time when the FreeBSD releases we had to
support in the ports tree did not all include those limit changes (base r209037
is not in the 8.x branch at least).

I have no objection to getting rid of pkg-message altogether.

-- 
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] [Bug 203734] devel/py-sip: Allow concurrent python installations

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Status|New |In Progress

--- Comment #1 from Raphael Kubo da Costa  ---
> Would you consider doing that?

Yes, we would :-) This ended up being done in our experimental area51
repositories as part of the work to import PyQt5 into the tree. I expect it to
land some time this month.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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] [Bug 203843] devel/kdevplatform: fix build with subversion 1.9

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+
   |eeBSD.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] [Bug 203734] devel/py-sip: Allow concurrent python installations

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(kde@Fr |maintainer-feedback-
   |eeBSD.org)  |

--- Comment #2 from Raphael Kubo da Costa  ---
maintaner-feedback- to the patch, though. Just USE_PYTHON=concurrent is not
enough, the {DATA,DOCS}DIR lines below also need to be removed. This has been
done in area51.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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] [Bug 203843] devel/kdevplatform: fix build with subversion 1.9

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
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] [Bug 204923] devel/qt4-moc: Build fails with GCC, by clang builds fine

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Status|New |Open

--- Comment #8 from Raphael Kubo da Costa  ---
Answering myself: lang/gcc and base gcc work because they provide binaries
called "gcc" and "g++". The other ports have a version suffix in the binaries
("gcc48", "gcc6" etc), however the mkspec file we ship for GCC (freebsd-g++)
assume the binaries do not have any suffix, so the configuration tests all fail
like this:

floatmath auto-detection... ()
g++ -c -pipe -O2 -fstack-protector -Wl,-rpath=/usr/local/lib/gcc5
-fno-strict-aliasing -O2 -Wall -W  -I/usr/local/share/qt4/mkspecs/freebsd-g++
-I. -I/usr/local/include/qt4 -I/usr/local/include -o floatmath.o floatmath.cpp
/bin/sh: g++: not found
*** Error code 127

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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] [Bug 204923] devel/qt4-moc: Build fails with GCCs other than base and lang/gcc

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

Raphael Kubo da Costa  changed:

   What|Removed |Added

Summary|devel/qt4-moc: Build fails  |devel/qt4-moc: Build fails
   |with GCC, by clang builds   |with GCCs other than base
   |fine|and lang/gcc

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list 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


Re: [kde-freebsd] Missing audio record device

2015-12-03 Thread Bengt Ahlgren
Adriaan de Groot  writes:

> On Wednesday 02 December 2015 14:55:39 Gene wrote:
>> I can play sound with no problems.
>> In settings>multimedia, audio playback lists the 'oss' device, while audio
>> recording has no devices whatsoever.
>
> Hunh. Now you mention it, I have the same. A "default" playback device listed 
> everywhere, and no sound when I hit the "test" button. But the mixer systray 
> thingy shows a whole bunch of audio devices that I didn't even know I had 
> (e.g. HDMI on the video card as an audio output).
>
> Messing about with notifications, or changing the backend, does not seem to 
> do 
> anything. No sound via KDE. But using vlc directly works fine. gst-play 
> doesn't 
> seem to have any useful codecs installed here, so it does not. That might 
> impact the gstreamer phonon backend, but not the vlc one, which I also tried.
>
> So, no, no troubleshooting tips, but a confirmation that it affects 4.14.3 on 
> 10.2 too.

I need to (forcefully) remove phonon-gstreamer for any sound to work in
KDE.

But it sounds like the OP might have a different issue, since the "oss"
device is listed.  Hmm, I don't have any devices listed under "Audio
Recording" either in System settings->Multimedia->Audio and Video
Settings.

Bengt
___
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] [Bug 204975] [exp-run] bsd.qt.mk: Move QT_NONSTANDARD check to the _POSTMKINCLUDED section

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

Antoine Brodin  changed:

   What|Removed |Added

   Assignee|port...@freebsd.org |anto...@freebsd.org
 CC|freebsd-ports-bugs@FreeBSD. |port...@freebsd.org
   |org |

-- 
You are receiving this mail because:
You are on the CC list 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] [Bug 204487] devel/cmake: fixed paths in FindX11.cmake

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

--- Comment #3 from Dmitry Marakasov  ---
Please provide a build log.

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