[kde-freebsd] ia64 -current misc/kdehier4 install fails: ln: /usr/local/kde4/libdata//pkgconfig: Operation not permitted

2013-02-05 Thread Anton Shterenlikht
On ia64 r244834 with ports at r311662
I'm updating misc/kdehier4:

# pkg version -vX kdehier
kdehier4-1.0.10<   needs updating (port has 1.0.11)
#

On install I get:

# make install
===>  Installing for kdehier4-1.0.11
===>   Generating temporary packing list
===>  Checking if misc/kdehier4 already installed
/bin/mkdir -p /usr/local/etc/dbus-1
install  -o root -g wheel -m 444 
/usr/ports/misc/kdehier4/work/session-kde4.conf /usr/local/etc/dbus-1
install  -o root -g wheel -m 444 /usr/ports/misc/kdehier4/work/system-kde4.conf 
/usr/local/etc/dbus-1
/bin/ln -sf /usr/local/etc/pam.d /usr/local/kde4/etc/
/bin/ln -sf /usr/local/etc/polkit-1 /usr/local/kde4/etc/
/bin/ln -sf /usr/local/etc/rc.d /usr/local/kde4/etc/
/bin/ln -sf /usr/local/libdata/ldconfig /usr/local/kde4/libdata/
echo /usr/local/kde4/lib > /usr/local/libdata/ldconfig/kdehier4
/bin/ln -sf /usr/local/libdata/ldconfig32 /usr/local/kde4/libdata/
/bin/ln -sf /usr/local/libdata/pkgconfig /usr/local/kde4/libdata/
ln: /usr/local/kde4/libdata//pkgconfig: Operation not permitted
*** [do-install] Error code 1

Please advise

Thanks

Anton

___
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] Fwd: Ports moved but without CATEGORIES update

2013-02-05 Thread Baptiste Daroussin
Hi,

Sorry guys, Dan said there were all false positive

regards,
Bapt

On Mon, Feb 04, 2013 at 08:11:05AM +0100, Baptiste Daroussin wrote:
> Hi,
> 
> During the kde recent updates there has been some mess up with the CATAGORIES 
> in
> some ports, Dan Langille has been able to provide that list from the
> freshports database.
> 
> Can you have a look at it?
> 
> Thanks you very much
> regards,
> Bapt
> 
> - Forwarded message from Dan Langille  -
> 
> Date: Sun, 3 Feb 2013 19:23:36 -0500
> From: Dan Langille 
> To: port...@freebsd.org
> Subject: Ports moved but without CATEGORIES update
> X-Mailer: Apple Mail (2.1283)
> 
> FreshPorts told me about this situation.  A few ports did not have their 
> CATEGORIES value updated. Thus, they are not in their CATEGORY.
> 
> The ports are:
> 
> id   | category_id | name |  category  
> ---+-+--+
> 32308 |  91 | kde4-base-artwork| x11-themes
> 32311 |  52 | dragon   | multimedia
> 32313 |  10 | p5-perlkde   | devel
> 32315 |  25 | libkcompactdisc  | audio
> 32318 |  10 | smokekde | devel
> 32320 |  25 | libkcddb | audio
> 32321 |  25 | kscd | audio
> 32322 |   3 | pairs| games
> 32323 |  10 | ruby-korundum| devel
> 32326 |   8 | krdc | net
> 32327 |  95 | kopete-kde4  | net-im
> 32332 |  20 | nepomuk-core | sysutils
> 32309 |  25 | kmix | audio
> 32310 |  10 | p5-perlqt| devel
> 32312 |  52 | kdemultimedia4-mplayerthumbs | multimedia
> 32314 |  10 | py-pykde4| devel
> 32316 |  10 | smokeqt  | devel
> 32317 |  10 | ruby-krossruby   | devel
> 32319 |  25 | kio-audiocd  | audio
> 32324 |  10 | ruby-qtruby  | devel
> 32325 |  10 | py-pykdeuic4 | devel
> 32328 |  52 | kdemultimedia4-ffmpegthumbs  | multimedia
> 32329 |   8 | krfb | net
> 32330 |  10 | smokegen | devel
> 32331 |  10 | py-krosspython   | devel
> (25 rows)
> 
> Sorry that this list is not in a more useful format.
> 
> -- 
> Dan Langille - http://langille.org
> 
> 
> - End forwarded message -




pgpWz9DA_61dJ.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] [patch] ports/UPDATING entry

2013-02-05 Thread olli hauer
Hi KDE Team,

maybe it is better to change the pkg_delete statement from
20130203 to use the -x parameter instead \* wildcards, so
"pkg delete -fx" can be used as replacement.


20130203:
...
--  # pkg_delete -f kdemultimedia-4\* kdenetwork-4\* \
--kde-workspace-4\* kde-runtime-4\*
++  # pkg_delete -fx kdemultimedia-4 kdenetwork-4 \
++kde-workspace-4 kde-runtime-4


Regards,
olli
___
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] devel/xsd: build fails if WRKDIRPREFIX is used

2013-02-05 Thread Andriy Gapon

I have WRKDIRPREFIX=/usr/obj/ports and devel/xsd fails for me.
It seems that the problem is somewhere deep in the gmake makefiles of this
project, because it looks like some .hxx is not generated from .hxx.m4 (or is
generated in a wrong place).

-- 
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] ia64 -current misc/kdehier4 install fails: ln: /usr/local/kde4/libdata//pkgconfig: Operation not permitted

2013-02-05 Thread Max Brazhnikov
On Tue, 5 Feb 2013 11:10:12 GMT, Anton Shterenlikht wrote:
> On ia64 r244834 with ports at r311662
> I'm updating misc/kdehier4:
> 
> # pkg version -vX kdehier
> kdehier4-1.0.10<   needs updating (port has 1.0.11)
> #
> 
> On install I get:
> 
> # make install
> ===>  Installing for kdehier4-1.0.11
> ===>   Generating temporary packing list
> ===>  Checking if misc/kdehier4 already installed
> /bin/mkdir -p /usr/local/etc/dbus-1
> install  -o root -g wheel -m 444 
> /usr/ports/misc/kdehier4/work/session-kde4.conf /usr/local/etc/dbus-1
> install  -o root -g wheel -m 444 
> /usr/ports/misc/kdehier4/work/system-kde4.conf /usr/local/etc/dbus-1
> /bin/ln -sf /usr/local/etc/pam.d /usr/local/kde4/etc/
> /bin/ln -sf /usr/local/etc/polkit-1 /usr/local/kde4/etc/
> /bin/ln -sf /usr/local/etc/rc.d /usr/local/kde4/etc/
> /bin/ln -sf /usr/local/libdata/ldconfig /usr/local/kde4/libdata/
> echo /usr/local/kde4/lib > /usr/local/libdata/ldconfig/kdehier4
> /bin/ln -sf /usr/local/libdata/ldconfig32 /usr/local/kde4/libdata/
> /bin/ln -sf /usr/local/libdata/pkgconfig /usr/local/kde4/libdata/
> ln: /usr/local/kde4/libdata//pkgconfig: Operation not permitted
> *** [do-install] Error code 1

It seems you didn't follow instructions for previous kdehier4 update.  Anyway,
move everything from /usr/local/kde4/libdata/{pkgconfig, ldconfig, ldconfig32} 
to
/usr/local/libdata/{pkgconfig, ldconfig, ldconfig32},
deinstall kdehier, remove /usr/local/kde4/libdata/{pkgconfig, ldconfig, 
ldconfig32}
and then try again.

Max
___
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/net/kdenetwork4

2013-02-05 Thread Max Brazhnikov
SVN commit 8982 by makc:

libotr is required for kopete only

Reported by:miwi


 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] ports/148454: games/freebsd-carddeck-kde4: freebsd's kde card deck does not appear

2013-02-05 Thread bapt
Synopsis: games/freebsd-carddeck-kde4: freebsd's kde card deck does not appear

State-Changed-From-To: patched->closed
State-Changed-By: bapt
State-Changed-When: Tue Feb 5 11:33:27 UTC 2013
State-Changed-Why: 
Removed from ports tree thanks

http://www.freebsd.org/cgi/query-pr.cgi?pr=148454
___
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] libkcompactdisc-4.9.5 fails

2013-02-05 Thread Andreas Nilsson
Hello,

I'm trying to compile kde-4.9.5 from regular ports and libkcompactdisc
fails with:

[ 96%] Building C object
CMakeFiles/kcompactdisc.dir/wmlib/audio/audio_alsa.o
/usr/bin/cc  -DMAKE_KCOMPACTDISC_LIB -DQT_NO_STL -DQT_NO_CAST_TO_ASCII
-D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LE
NGTH=45 -DUSE_WMLIB=1 -O2 -fno-strict-aliasing -pipe -march=core2
-Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-f
unction-declaration -Wchar-subscripts -Wall -W -Wpointer-arith
-Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -O
2 -DNDEBUG -DQT_NO_DEBUG -fPIC
-I/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/build
-I/wrkdirs/usr/ports/audio/libk
compactdisc/work/libkcompactdisc-4.9.5 -I/usr/local/kde4/include
-I/usr/local/kde4/include/KDE -I/usr/local/include/qt4/phonon -I/usr/loca
l/include/qt4/QtXmlPatterns -I/usr/local/include/qt4/QtXml
-I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtUiTools
-I/usr/loc
al/include/qt4/QtTest -I/usr/local/include/qt4/QtSvg
-I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtScript
-I/usr/local/include
/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork
-I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtDesigner
-I/usr/local/include/
qt4/QtDeclarative -I/usr/local/include/qt4/QtDBus
-I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/QtGui
-I/usr/local/include/
qt4/QtCore -I/usr/local/include/qt4/Qt
-I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4
-I/usr/local/include -D_LARGEFI
LE64_SOURCE -o CMakeFiles/kcompactdisc.dir/wmlib/audio/audio_alsa.o   -c
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9
.5/wmlib/audio/audio_alsa.c
/usr/local/bin/cmake -E cmake_progress_report
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/build/CMakeFiles
30
[100%] Building C object CMakeFiles/kcompactdisc.dir/wmlib/audio/audio_sun.o
/usr/bin/cc  -DMAKE_KCOMPACTDISC_LIB -DQT_NO_STL -DQT_NO_CAST_TO_ASCII
-D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LE
NGTH=45 -DUSE_WMLIB=1 -O2 -fno-strict-aliasing -pipe -march=core2
-Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-f
unction-declaration -Wchar-subscripts -Wall -W -Wpointer-arith
-Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -O
2 -DNDEBUG -DQT_NO_DEBUG -fPIC
-I/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/build
-I/wrkdirs/usr/ports/audio/libk
compactdisc/work/libkcompactdisc-4.9.5 -I/usr/local/kde4/include
-I/usr/local/kde4/include/KDE -I/usr/local/include/qt4/phonon -I/usr/loca
l/include/qt4/QtXmlPatterns -I/usr/local/include/qt4/QtXml
-I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtUiTools
-I/usr/loc
al/include/qt4/QtTest -I/usr/local/include/qt4/QtSvg
-I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtScript
-I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork
-I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtDesigner
-I/usr/local/include/qt4/QtDeclarative -I/usr/local/include/qt4/QtDBus
-I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/QtGui
-I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/Qt
-I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4
-I/usr/local/include -D_LARGEFILE64_SOURCE -o
CMakeFiles/kcompactdisc.dir/wmlib/audio/audio_sun.o   -c
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_sun.c
In file included from
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:34:
/usr/local/include/alsa/asoundlib.h:63:5: warning: "__BYTE_ORDER" is not
defined
/usr/local/include/alsa/asoundlib.h:63:21: warning: "__LITTLE_ENDIAN" is
not defined
In file included from /usr/local/include/alsa/asoundlib.h:81,
 from
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:34:
/usr/local/include/alsa/pcm.h:204:5: warning: "__BYTE_ORDER" is not defined
/usr/local/include/alsa/pcm.h:204:21: warning: "__LITTLE_ENDIAN" is not
defined
In file included from /usr/local/include/alsa/asoundlib.h:81,
 from
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:34:
/usr/local/include/alsa/pcm.h:477: error: expected identifier or '(' before
'/' token
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:
In function 'set_swparams':
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:193:
warning: 'snd_pcm_sw_params_set_xfer_align' is deprecated (declared at
/usr/local/include/alsa/pcm.h:1135)
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:
In function 'setup_alsa':
/wrkdirs/usr/ports/audio/libkcompactdisc/work/libkcompactdisc-4.9.5/wmlib/audio/audio_alsa.c:331:
warning: unused parameter 'ctl'
*** [CMakeFiles/kcompactdisc.dir/wmlib/audio/

Re: [kde-freebsd] KDEPIM4 error

2013-02-05 Thread Dwayne MacKinnon
You're not the only one. I'm seeing the same type of errors in libkolabxml on 
9.1-RELEASE, both i386 and amd64. My ports tree is up to date as of today.

I've captured logs of the errors I've seen using both clang & gcc, with 
MAKE_JOBS_UNSAFE defined. If anyone wants them let me know.

Cheers,
DMK

On February 4, 2013 04:47:20 PM Derrick Dantavious Edwards wrote:
>   Hi,
> I was wondering if I am the only one getting this. FreeBSD Current.
> 
> 
> ==>   libkolab-0.4.1 depends on
> file: /usr/local/kde4/lib/libkdecore.so.7 - found
> ===>   libkolab-0.4.1 depends on
> file: /usr/local/kde4/lib/libkpimutils.so.5 - found
> ===>   libkolab-0.4.1 depends on file: /usr/local/bin/cmake - found
> ===>   libkolab-0.4.1 depends on shared library: kolabxml - not found
> ===>Verifying install for kolabxml
> in /usr/ports/textproc/libkolabxml
> ===>  Building for libkolabxml-0.8.1
> /usr/local/bin/cmake
> -H/usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> -B/usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> --check-build-system CMakeFiles/Makefile.cmake 0
> /usr/local/bin/cmake -E
> cmake_progress_start
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/CMakeFiles
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/CMakeFiles/progress.
> marks make -f CMakeFiles/Makefile2 all
> make -f CMakeFiles/xsdbin.dir/build.make CMakeFiles/xsdbin.dir/depend
> cd /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> && /usr/local/bin/cmake -E cmake_depends "Unix
> Makefiles" /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/CMakeFiles/xsdbin.di
> r/DependInfo.cmake --color= make -f CMakeFiles/xsdbin.dir/build.make
> CMakeFiles/xsdbin.dir/build /usr/local/bin/cmake -E
> cmake_progress_report
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/CMakeFiles  25 [ 
> 4%] Built target xsdbin
> make -f CMakeFiles/generate_bindings.dir/build.make
> CMakeFiles/generate_bindings.dir/depend
> cd /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> && /usr/local/bin/cmake -E cmake_depends "Unix
> Makefiles" /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/CMakeFiles/generate_
> bindings.dir/DependInfo.cmake --color= make -f
> CMakeFiles/generate_bindings.dir/build.make
> CMakeFiles/generate_bindings.dir/build
> /usr/local/bin/cmake -E
> cmake_progress_report
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/CMakeFiles 1 [  8%]
> Generating XSD bindings
> /usr/local/bin/xsdcxx cxx-tree --generate-polymorphic
> --generate-serialization --namespace-map http://kolab.org=KolabXSD
> --root-element icalendar --root-element vcards --root-element note
> --root-element configuration
> --output-dir /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/bindings
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/schemas/ical/kolabfo
> rmat-xcal.xsd
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/schemas/ical/iCalend
> ar-params.xsd
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/schemas/ical/iCalend
> ar-props.xsd
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/schemas/ical/iCalend
> ar-valtypes.xsd
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/schemas/kolabformat-
> xcard.xsd
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/schemas/xCard.xsd
> /usr/ports/textproc/libkolabxml/work/libkolabxml-0.8.1/schemas/kolabformat.
> xsd terminate called after throwing an instance of 'std::runtime_error'
> what():  locale::facet::_S_create_c_locale name not valid
> Abort trap (core dumped)
> *** [bindings/kolabformat.cxx] Error code 134
> 1 error
> *** [CMakeFiles/generate_bindings.dir/all] Error code 2
> 1 error
> *** [all] Error code 2
> 1 error
> *** [do-build] Error code 1
> 
> Stop in /usr/ports/textproc/libkolabxml.
> *** [lib-depends] Error code 1
> 
> Stop in /usr/ports/devel/libkolab.
> *** [lib-depends] Error code 1
> 
> Stop in /usr/ports/deskutils/kdepim4-runtime.
> *** [run-depends] Error code 1
> 
> Stop in /usr/ports/deskutils/kdepim4.
> *** [run-depends] Error code 1
> 
> Stop in /usr/ports/x11/kde4.
> 
> 
> ___
> 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] KDEPIM4 error

2013-02-05 Thread Oliver Heesakkers
Op ma 04 feb 2013 16:47:20 schreef Derrick Dantavious Edwards:
>   Hi,
> I was wondering if I am the only one getting this. FreeBSD Current.
> 
> (...)
> 
> what():  locale::facet::_S_create_c_locale name not valid
> Abort trap (core dumped)
> *** [bindings/kolabformat.cxx] Error code 134
> 1 error
> *** [CMakeFiles/generate_bindings.dir/all] Error code 2
> 1 error
> *** [all] Error code 2

Setting the locale to simply "C" fixes this (for me, under 9.1 RELEASE).

It's a boost-thing:
https://svn.boost.org/trac/boost/ticket/4688
___
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] KDEPIM4 error

2013-02-05 Thread Dwayne MacKinnon
Hey Oliver,

Thanks for the tip. Setting LANG to "C" allowed me to get libkolabxml to 
compile and install.

Cheers,
DMK

On February 5, 2013 08:26:18 PM Oliver Heesakkers wrote:
> Op ma 04 feb 2013 16:47:20 schreef Derrick Dantavious Edwards:
> > Hi,
> > 
> > I was wondering if I am the only one getting this. FreeBSD Current.
> > 
> > (...)
> > 
> > what():  locale::facet::_S_create_c_locale name not valid
> > Abort trap (core dumped)
> > *** [bindings/kolabformat.cxx] Error code 134
> > 1 error
> > *** [CMakeFiles/generate_bindings.dir/all] Error code 2
> > 1 error
> > *** [all] Error code 2
> 
> Setting the locale to simply "C" fixes this (for me, under 9.1 RELEASE).
> 
> It's a boost-thing:
> https://svn.boost.org/trac/boost/ticket/4688
> ___
> 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] freebsd-carddeck-kde4

2013-02-05 Thread ajtiM
Now that games/freebsd-carddeck-kde4 is DEPRECATED, would it make sense
 to remove the FREEBSD option from games/kdegames4?

I installed KDE 4.9.5 from are51, today I run portmaster -a and it stopped 
because games/freebsd-carddeck-kde4 is DEPRECATED.
How could I solved this problem, please? I didn't find any pkg freebsd-
carddeck-kde4 and pkg delete didn't find...

Thanks in advance.

Mitja
--
http://www.redbubble.com/people/lumiwa
___
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] freebsd-carddeck-kde4

2013-02-05 Thread ajtiM
On Tuesday 05 February 2013 16:42:08 ajtiM wrote:
> Now that games/freebsd-carddeck-kde4 is DEPRECATED, would it make sense
>  to remove the FREEBSD option from games/kdegames4?
> 
> I installed KDE 4.9.5 from are51, today I run portmaster -a and it stopped
> because games/freebsd-carddeck-kde4 is DEPRECATED.
> How could I solved this problem, please? I didn't find any pkg freebsd-
> carddeck-kde4 and pkg delete didn't find...
> 
> Thanks in advance.

I am sorry for the panick...the name is kde4-freebsd-carddeck

Thanks.

Mitja
--
http://www.redbubble.com/people/lumiwa
___
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/audio/amarok-kde4

2013-02-05 Thread Alberto Villa
SVN commit 8983 by avilla:

- Backport patch to fix build with Clang.

Obtained from:  KDE


 A files (directory)  
 A files/patch-git_e3738dc  


___
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] KDEPIM4 error SOLVED

2013-02-05 Thread dantavious313
On Tuesday, February 05, 2013 02:38:48 PM Dwayne MacKinnon wrote:
> Hey Oliver,
> 
> Thanks for the tip. Setting LANG to "C" allowed me to get libkolabxml 
to
> compile and install.
> 
> Cheers,
> DMK
> 
> On February 5, 2013 08:26:18 PM Oliver Heesakkers wrote:
> > Op ma 04 feb 2013 16:47:20 schreef Derrick Dantavious Edwards:
> > >   Hi,
> > > 
> > > I was wondering if I am the only one getting this. FreeBSD 
Current.
> > > 
> > > (...)
> > > 
> > > what():  locale::facet::_S_create_c_locale name not valid
> > > Abort trap (core dumped)
> > > *** [bindings/kolabformat.cxx] Error code 134
> > > 1 error
> > > *** [CMakeFiles/generate_bindings.dir/all] Error code 2
> > > 1 error
> > > *** [all] Error code 2
> > 
> > Setting the locale to simply "C" fixes this (for me, under 9.1 
RELEASE).
> > 
> > It's a boost-thing:
> > https://svn.boost.org/trac/boost/ticket/4688
> > ___
> > 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

THanks for the info. I got it installed.

___
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