[kde-freebsd] [SVN Commit] area51/KDE/games/kanagram

2014-10-15 Thread Max Brazhnikov
SVN commit 10415 by makc:

games/kanagram: drop needless USE_LDCONFIG

 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


Re: [kde-freebsd] KDE

2014-10-15 Thread Kevin Oberman
On Tue, Oct 14, 2014 at 11:17 AM, Alberto Villa avi...@freebsd.org wrote:

 Hi,

 KDE SC 4.14.1 is currently being tested via exp-run, it will hit the ports
 soon.

 On Tue, Oct 14, 2014 at 4:10 AM, jmdennis @dslextreme.com 
 jmden...@dslextreme.com wrote:

  I was wondering when KDE 14.4.1 would be released.  I know it has to be
  compiled since it is made for Linux and not FreeBSD but it would be nice
 to
  have the newer version released which fixes a lot of issues and is
 faster.
 --
 Alberto Villa, FreeBSD committer avi...@freebsd.org
 http://people.FreeBSD.org/~avilla


After 10.1-RELEASE, I hope.
--
R. Kevin Oberman, Network Engineer, Retired
E-mail: rkober...@gmail.com
___
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/Mk

2014-10-15 Thread Max Brazhnikov
SVN commit 10416 by makc:

Mk/bsd.kde4.mk: clean up whitespaces

 M  +1 -1  bsd.kde4.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] [Bug 194377] New: devel/qt4-corelib fails to build on 8.4-RELEASE/i386

2014-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194377

Bug ID: 194377
   Summary: devel/qt4-corelib fails to build on 8.4-RELEASE/i386
   Product: Ports Tree
   Version: Latest
  Hardware: i386
OS: Any
Status: Needs Triage
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: freebsd-ports-b...@freebsd.org
  Reporter: frankmwu...@yahoo.de
CC: k...@freebsd.org
CC: k...@freebsd.org

Steps in /usr/ports/UPDATING relating to qt4 have been followed, but still:

c++ -c -O2 -pipe -fno-strict-aliasing -pthread -I/usr/local/include/glib-2.0
-I/usr/local/include -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall
-W -pthread -D_THREAD_SAFE -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB
-DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS
-DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_USE_ICU
-DHB_EXPORT=Q_CORE_EXPORT -DGNU_LIBICONV -DQT_NO_DEBUG -DQT_HAVE_MMX
-DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
-I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I../../include
-I../../include/QtCore -I.rcc/release-shared -Iglobal
-I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4
-I.moc/release-shared -I/usr/local/include/qt4 -I/usr/local/include -o
.obj/release-shared/qvariantanimation.o animation/qvariantanimation.cpp
animation/qvariantanimation.cpp: In static member function 'static void
QVariantAnimation::registerInterpolator(QVariant (*)(const void*, const void*,
qreal), int)':
animation/qvariantanimation.cpp:441: error: 'QMutexPool' has not been declared
animation/qvariantanimation.cpp: In static member function 'static QVariant (*
QVariantAnimationPrivate::getInterpolator(int))(const void*, const void*,
qreal)':
animation/qvariantanimation.cpp:459: error: 'QMutexPool' has not been declared
*** Error code 1

Regards,

Frank

--- Comment #1 from Bugzilla Automation bugzi...@freebsd.org ---
Maintainers CC'd

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


Re: [kde-freebsd] KDE

2014-10-15 Thread Max Brazhnikov
On Tue, 14 Oct 2014 11:43:04 -0700 Kevin Oberman wrote:
 On Tue, Oct 14, 2014 at 11:17 AM, Alberto Villa avi...@freebsd.org wrote:
 
  Hi,
 
  KDE SC 4.14.1 is currently being tested via exp-run, it will hit the ports
  soon.
 
  On Tue, Oct 14, 2014 at 4:10 AM, jmdennis @dslextreme.com 
  jmden...@dslextreme.com wrote:
 
   I was wondering when KDE 14.4.1 would be released.  I know it has to be
   compiled since it is made for Linux and not FreeBSD but it would be nice
  to
   have the newer version released which fixes a lot of issues and is
  faster.
  --
  Alberto Villa, FreeBSD committer avi...@freebsd.org
  http://people.FreeBSD.org/~avilla
 
 
 After 10.1-RELEASE, I hope.

I hope to get it before the release. Why do you want it after?
___
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/PORTS/graphics/libkscreen

2014-10-15 Thread Max Brazhnikov
SVN commit 10417 by makc:

graphics/libkscreen:
- add missing dependencies on xcb libraries


 M  +3 -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/KDE/misc/kde4-l10n

2014-10-15 Thread Max Brazhnikov
SVN commit 10418 by makc:

misc/kde4-l10n: revert r10301 partially, we don't remove auxiliary stuff if 
some l10n were excluded from release

 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


[kde-freebsd] [Bug 194316] exp-run: update KDE SC to 4.14.1

2014-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194316

Antoine Brodin anto...@freebsd.org changed:

   What|Removed |Added

   Assignee|m...@freebsd.org|anto...@freebsd.org

--- Comment #6 from Antoine Brodin anto...@freebsd.org ---
Take again to test with fixed libkscreen, KDE SC 4.14.2 and grantlee post
patch.

-- 
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 194316] exp-run: update KDE SC to 4.14.1

2014-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194316

--- Comment #7 from Antoine Brodin anto...@freebsd.org ---
Exp-run results on 91amd64: 
http://package23.nyi.freebsd.org/build.html?mastername=91amd64-default-PR194316build=2014-10-15_12h28m08s

1 new failure:

+ {origin=audio/cuberok, pkgname=cuberok-0.0.11_8,
phase=package, errortype=PLIST}

Failure log:

http://package23.nyi.freebsd.org/data/91amd64-default-PR194316/2014-10-15_12h28m08s/logs/errors/cuberok-0.0.11_8.log
 (gstreamer backend not correctly detected?)

I start exp-run on 10.1 now

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