[kde-freebsd] [SVN Commit] area51/KDE/Mk
SVN commit 8067 by makc: fix strigi and soprano components M +2 -2 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
Re: [kde-freebsd] [SVN Commit] area51/KDE/Mk
On Thursday 08 March 2012 11:15:56 Max Brazhnikov wrote: > SVN commit 8067 by makc: > > fix strigi and soprano components Oops. -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla Human beings were created by water to transport it uphill. signature.asc Description: This is a digitally signed message part. ___ 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] Welcome to the "kde-freebsd" mailing list
Dears, I have updated my QtCreator from 2.0.X to 2.4.1. Now when I start QtCreator I'm getting lots of errors like bellow. So I have reinstalled with portupgrade -fR qtcreator-2.4.1 but I still getting the same erros. Someone can give a hint about whats happen? Thanks a lot -Otacílio X Error: BadAccess (attempt to access private resource denied) 10 Extension:140 (MIT-SHM) Minor opcode: 1 (X_ShmAttach) Resource id: 0x28 X Error: BadShmSeg (invalid shared segment parameter) 147 Extension:140 (MIT-SHM) Minor opcode: 3 (X_ShmPutImage) Resource id: 0x7e00049 X Error: BadAccess (attempt to access private resource denied) 10 Extension:140 (MIT-SHM) Minor opcode: 1 (X_ShmAttach) Resource id: 0x7e00049 X Error: BadShmSeg (invalid shared segment parameter) 147 Extension:140 (MIT-SHM) Minor opcode: 3 (X_ShmPutImage) Resource id: 0x7e00051 X Error: BadAccess (attempt to access private resource denied) 10 Extension:140 (MIT-SHM) Minor opcode: 1 (X_ShmAttach) Resource id: 0x111 X Error: BadShmSeg (invalid shared segment parameter) 147 Extension:140 (MIT-SHM) Minor opcode: 3 (X_ShmPutImage) Resource id: 0x7e00036 X Error: BadShmSeg (invalid shared segment parameter) 147 Extension:140 (MIT-SHM) Minor opcode: 3 (X_ShmPutImage) Resource id: 0x7e00036 X Error: BadShmSeg (invalid shared segment parameter) 147 Extension:140 (MIT-SHM) Minor opcode: 3 (X_ShmPutImage) Resource id: 0x7e00051 X Error: BadShmSeg (invalid shared segment parameter) 147 Extension:140 (MIT-SHM) Minor opcode: 3 (X_ShmPutImage) Resource id: 0x7e00036 X Error: BadShmSeg (invalid shared segment parameter) 147 Extension:140 (MIT-SHM) Minor opcode: 3 (X_ShmPutImage) Resource id: 0x7e00036 X Error: BadShmSeg (invalid shared segment parameter) 147 Extension:140 (MIT-SHM) Minor opcode: 3 (X_ShmPutImage) Resource id: 0x7e00036 ___ 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] Welcome to the "kde-freebsd" mailing list
On Thursday 08 March 2012 11:52:06 Otacílio wrote: > Dears, I have updated my QtCreator from 2.0.X to 2.4.1. Now when I start > QtCreator I'm getting lots of errors like bellow. So I have reinstalled > with portupgrade -fR qtcreator-2.4.1 but I still getting the same erros. > Someone can give a hint about whats happen? This problem is going to be fixed in Qt 4.8. Meanwhile, you can set this: # sysctl kern.ipc.shm_allow_removed=1 -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla They just buzzed and buzzed...buzzed. signature.asc Description: This is a digitally signed message part. ___ 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] Boost ports update
On Wed, Mar 07, 2012 at 11:56:17PM +0300, Alexander Churanov wrote: > Folks, > > I've read the conversation on ports/156253 ("Update devel/boost-* from > 1.45 to 1.46.1") and decided to share current status of my work. > > I have a patch for updating Boost to 1.48.0. > http://alexanderchuranov.com/boost-port/boost-145-to-148-v05.diff > > Yes, I know that 1.19 is already released. However, I think that it > will be much more easier to update 1.48 to 1.49 later on than this > huge year-long jump from 1.45. > > The patch includes fixes for several ports: > graphics/aqsis > net-p2p/eiskaltdcpp-lib > net-p2p/libtorrent-rasterbar-14 > x11-toolkits/gigi Cool thank you > > I was only testing on 8.2/i386. The ports, which fail after applying > the patch are: > > fail because of outdated use of Boost.Filesystem > devel/libYGP > games/galaxyhack both looks dead, I think we can safely mark them as broken, > graphics/luxrender There is a newer version of it (0.8) maybe it works with recent boost, I CC maintainer (danfe@) for him to tell us if he knows > > fail because of Qt Moc-specific error > astro/merkaartor > cad/openscad > math/py-graphtool > multimedia/gstreamer-qt4 > > fail for other reasons > deskutils/kdepim4 > devel/sdts++ > devel/simgear > editors/koffice-kde4 > editors/libreoffice > games/fgrun > games/frogatto > games/lander > games/openlierox > games/plee-the-bear For libreoffice a solution could be to reuse the bundled version for 3.4.5 (stop using the one from the ports, 3.5 build with 1.48, please to not take libreoffice in account while working on this patch, we are able to fix it when needed. and because I don't have time to work much on libreoffice either, let's CC office@ for other member to maybe work on it :D > > I believe that errors related to Boost.Filesystem are easy to fix. As > for the Moc failing on BOOST_JOIN, it requires patching Qt. I hesitate > to include the fix into my patch, since it would require rebuilding > more ports. The workaround (patch) is available at > https://bugreports.qt-project.org/browse/QTBUG-22829 . Let's CC kde@ for that one :D > > I'm not sure what is the best way to proceed with the update. There is > a set (maybe, mix?) of possible options: fixing ports, marking them as > broken, etc. I need an advice, especially from folks, who work with Qt > and the failing ports. > > Let's coordinate with each other and decide what to do next. > That is the right thing todo :D, sorry but I can't continue the work I started on it for now. regards, Bapt pgpVtwMYw4SYp.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
Re: [kde-freebsd] Boost ports update
On 3/7/2012 23:44, Baptiste Daroussin wrote: > On Wed, Mar 07, 2012 at 11:56:17PM +0300, Alexander Churanov wrote: >> Folks, >> >> I've read the conversation on ports/156253 ("Update devel/boost-* from >> 1.45 to 1.46.1") and decided to share current status of my work. >> >> I have a patch for updating Boost to 1.48.0. >> http://alexanderchuranov.com/boost-port/boost-145-to-148-v05.diff Adding myself to CC, as the upcoming mail/zarafa uses boost_filesystem. Will be testing patch tomorrow. -- Mel ___ 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/KDE/Mk
On Wed, 7 Mar 2012 20:24:35 GMT, Alberto Villa wrote: > SVN commit 8056 by avilla: > > - Add support for '_build' and '_run' component suffixes. > > Discussed with: makc on IRC Nice! Now you know what to do with 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/KDE/Mk
On Thursday 08 March 2012 15:15:55 Max Brazhnikov wrote: > Nice! Now you know what to do with bsd.qt.mk :) You really want to do it with all the dependent ports that Qt 4 have? Well, OK, but I'll leave compatibility with old system or it will be crazy. :) -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla Woolsey-Swanson Rule: People would rather live with a problem they cannot solve rather than accept a solution they cannot understand. signature.asc Description: This is a digitally signed message part. ___ 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/PYQT/devel/py-sip/files
SVN commit 8068 by makc: Remove qt3/kde3 stuff M +1 -15 bsd.pyqt.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/PYQT/devel
SVN commit 8069 by makc: Update to the next bugfix release M +2 -2 py-qt4/distinfo M +2 -2 py-sip/distinfo M +3 -3 py-sip/files/bsd.pyqt.mk M +2 -2 qscintilla2/distinfo ___ 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] KDE freezes while shutting down
FreeBSD-8.2 STABLE kde Version 4.7.4 (4.7.4) KDE has suddenly started to freeze-up when I attempt to shut down the application. Clicking on the "LEAVE" tab brings up a countdown screen. At then end of the time period or sooner if I click on the "log-out" the screen darkens and then nothing happens. I can click on other applications on the desktop and they will function. I have to use the combination to shut the program down. I have also noticed that when I start up KDE, I no-longer hear the "start-up" tones I use to hear. The audio system does work correctly though. Any ideas how I can debug this problem? -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __ ___ 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 freezes while shutting down
On Thursday 08 March 2012 16:06:25 Jerry wrote: > FreeBSD-8.2 STABLE > kde Version 4.7.4 (4.7.4) > > KDE has suddenly started to freeze-up when I attempt to shut down the > application. Clicking on the "LEAVE" tab brings up a countdown screen. > At then end of the time period or sooner if I click on the "log-out" the > screen darkens and then nothing happens. I can click on other > applications on the desktop and they will function. I have to use the >combination to shut the program down. > > I have also noticed that when I start up KDE, I no-longer hear the > "start-up" tones I use to hear. The audio system does work correctly > though. > > Any ideas how I can debug this problem? I guess you're using phonon-gstreamer. You need to install some GStreamer audio codec. $ cat /usr/ports/x11/kde4-workspace/files/pkg-message-phonon- gstreamer Warning: should you want to use Phonon-GStreamer as your Phonon backend, you'll need to install *at least* audio/gstreamer-plugins-ogg to avoid finding yourself stuck when logging out of KDE Plasma Desktop. If you build kde4-workspace WITH_PHONON_GSTREAMER, it will install gstreamer-plugins-core for you. -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla There are no manifestos like cannon and musketry. -- The Duke of Wellington signature.asc Description: This is a digitally signed message part. ___ 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 freezes while shutting down
On Thu, 8 Mar 2012 17:02:40 +0100, Alberto Villa wrote: > If you build kde4-workspace WITH_PHONON_GSTREAMER, it will install > gstreamer-plugins-core for you. Perhaps audio/gstreamer-plugins-ogg should be installed as well, if PHONON_GSTREAMER is selected. ___ 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 freezes while shutting down
On Thursday 08 March 2012 17:19:48 Max Brazhnikov wrote: > Perhaps audio/gstreamer-plugins-ogg should be installed as well, if > PHONON_GSTREAMER is selected. -core installs -ogg. -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla Q: What do they call the alphabet in Arkansas? A: The impossible dream. signature.asc Description: This is a digitally signed message part. ___ 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
SVN commit 8070 by avilla: - Move sharedmime to Software Compilation components. - Make it a run dependency only. - Move _USE_KDE4_ALL to post-makefile section, to make pre-makefile section lighter. M +70 -66bsd.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] [SVN Commit] area51/QT/x11-toolkits/qt4-gui
SVN commit 8071 by avilla: - Try to fix MIT-SHM problem. Documentation also suggests that this is the right fix. PR: 164742 Submitted by: Axel Gonzalez via mailing list A files (directory) A files/patch-src__gui__image__qpixmap_x11.cpp A files/patch-src__plugins__platforms__xlib__qxlibwindowsurface.cpp ___ 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 freezes while shutting down
On Thu, 8 Mar 2012 17:33:11 +0100, Alberto Villa wrote: > On Thursday 08 March 2012 17:19:48 Max Brazhnikov wrote: > > Perhaps audio/gstreamer-plugins-ogg should be installed as well, if > > PHONON_GSTREAMER is selected. > > -core installs -ogg. Then pkg-message is misleading. ___ 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/PYQT/devel/qscintilla2
SVN commit 8072 by makc: Fix plist M +1 -1 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] KDE freezes while shutting down
On Thu, 8 Mar 2012 17:02:40 +0100 Alberto Villa articulated: > On Thursday 08 March 2012 16:06:25 Jerry wrote: > > FreeBSD-8.2 STABLE > > kde Version 4.7.4 (4.7.4) > > > > KDE has suddenly started to freeze-up when I attempt to shut down > > the application. Clicking on the "LEAVE" tab brings up a countdown > > screen. At then end of the time period or sooner if I click on the > > "log-out" the screen darkens and then nothing happens. I can click > > on other applications on the desktop and they will function. I have > > to use thecombination to shut the program down. > > > > I have also noticed that when I start up KDE, I no-longer hear the > > "start-up" tones I use to hear. The audio system does work correctly > > though. > > > > Any ideas how I can debug this problem? > > I guess you're using phonon-gstreamer. You need to install some > GStreamer audio codec. > > $ cat /usr/ports/x11/kde4-workspace/files/pkg-message-phonon- > gstreamer > Warning: should you want to use Phonon-GStreamer as your Phonon > backend, you'll need to install *at least* audio/gstreamer-plugins-ogg > to avoid finding yourself stuck when logging out of KDE Plasma > Desktop. > > If you build kde4-workspace WITH_PHONON_GSTREAMER, it will install > gstreamer-plugins-core for you. I have kde4-workspace configured to do just that. I have these installed: gstreamer-0.10.35/ gstreamer-ffmpeg-0.10.13/ gstreamer-plugins-0.10.35_1,3/ gstreamer-plugins-a52dec-0.10.18,3/ gstreamer-plugins-aalib-0.10.30,3/ gstreamer-plugins-all-1.3.0.10.1_12/ gstreamer-plugins-amrnb-0.10.18,3/ gstreamer-plugins-amrwbdec-0.10.18,3/ gstreamer-plugins-annodex-0.10.30,3/ gstreamer-plugins-bad-0.10.22,3/ gstreamer-plugins-bz2-0.10.22,3/ gstreamer-plugins-cairo-0.10.30,3/ gstreamer-plugins-cdaudio-0.10.22,3/ gstreamer-plugins-cdparanoia-0.10.35,3/ gstreamer-plugins-core-0.10_12/ gstreamer-plugins-dts-0.10.22,3/ gstreamer-plugins-dv-0.10.30,3/ gstreamer-plugins-dvd-0.10.18_1,3/ gstreamer-plugins-esound-0.10.30,3/ gstreamer-plugins-faac-0.10.22,3/ gstreamer-plugins-faad-0.10.22,3/ gstreamer-plugins-flac-0.10.30,3/ gstreamer-plugins-gconf-0.10.30,3/ gstreamer-plugins-gio-0.10.35,3/ gstreamer-plugins-gl-0.10.2/ gstreamer-plugins-gme-0.10.22,3/ gstreamer-plugins-gnomevfs-0.10.35,3/ gstreamer-plugins-gnonlin-0.10.17/ gstreamer-plugins-good-0.10.30,3/ gstreamer-plugins-gsm-0.10.22,3/ gstreamer-plugins-hal-0.10.30,3/ gstreamer-plugins-jack-0.10.30,3/ gstreamer-plugins-jpeg-0.10.30,3/ gstreamer-plugins-ladspa-0.10.22,3/ gstreamer-plugins-ladspa-0.10.22,3/ gstreamer-plugins-lame-0.10.18,3/ gstreamer-plugins-libcaca-0.10.30,3/ gstreamer-plugins-libmms-0.10.22,3/ gstreamer-plugins-libpng-0.10.30,3/ gstreamer-plugins-libvisual-0.10.35,3/ gstreamer-plugins-mad-0.10.18,3/ gstreamer-plugins-mp3-0.10.0_1/ gstreamer-plugins-mpeg2dec-0.10.18,3/ gstreamer-plugins-mpeg2enc-0.10.22_1,3/ gstreamer-plugins-musepack-0.10.22,3/ gstreamer-plugins-nas-0.10.22,3/ gstreamer-plugins-neon-0.10.22,3/ gstreamer-plugins-ogg-0.10.35,3/ gstreamer-plugins-opencv-0.10.22_1,3/ gstreamer-plugins-pango-0.10.35,3/ gstreamer-plugins-pulse-0.10.30,3/ gstreamer-plugins-resindvd-0.10.22_2,3/ gstreamer-plugins-schroedinger-0.10.22_1,3/ gstreamer-plugins-sdl-0.10.22,3/ gstreamer-plugins-shout2-0.10.30,3/ gstreamer-plugins-sidplay-0.10.18,3/ gstreamer-plugins-sndfile-0.10.22,3/ gstreamer-plugins-soundtouch-0.10.22,3/ gstreamer-plugins-soup-0.10.30,3/ gstreamer-plugins-speex-0.10.30,3/ gstreamer-plugins-taglib-0.10.30,3/ gstreamer-plugins-theora-0.10.35,3/ gstreamer-plugins-twolame-0.10.18,3/ gstreamer-plugins-ugly-0.10.18_1,3/ gstreamer-plugins-v4l2-0.10.30,3/ gstreamer-plugins-vdpau-0.10.22,3/ gstreamer-plugins-vorbis-0.10.35,3/ gstreamer-plugins-vp8-0.10.22_2,3/ gstreamer-plugins-wavpack-0.10.30,3/ gstreamer-plugins-x264-0.10.18_3,3/ gstreamer-plugins-xvid-0.10.22,3/ phonon-4.5.1/ phonon-gstreamer-4.5.1/ -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __ signature.asc 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
Re: [kde-freebsd] KDE freezes while shutting down
On Thursday 08 March 2012 17:58:41 Max Brazhnikov wrote: > Then pkg-message is misleading. No. :) Check the Makefile. If you build WITH_PHONON_GSTREAMER that part of the message will not be printed. -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla Tart words make no friends; a spoonful of honey will catch more flies than a gallon of vinegar. -- Benjamin Franklin signature.asc Description: This is a digitally signed message part. ___ 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 freezes while shutting down
On Thursday 08 March 2012 18:49:36 Jerry wrote: > I have kde4-workspace configured to do just that. Did you change or update anything right before the error came out? Can you find anything related in .xsession-errors? -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla AAAaaackk! You brute! Knock before entering a ladies room! signature.asc Description: This is a digitally signed message part. ___ 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 freezes while shutting down
On Thu, 8 Mar 2012 20:37:41 +0100 Alberto Villa articulated: > On Thursday 08 March 2012 18:49:36 Jerry wrote: > > I have kde4-workspace configured to do just that. > > Did you change or update anything right before the error came out? > Can you find anything related in .xsession-errors? I do not remember updating anything. In any case, I cannot locate a ".xsession-errors" file. Is there something I have to do to make sure it is created? -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __ signature.asc 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
Re: [kde-freebsd] KDE freezes while shutting down
On Thursday 08 March 2012 20:52:15 Jerry wrote: > I do not remember updating anything. In any case, I cannot locate a > ".xsession-errors" file. Is there something I have to do to make sure > it is created? ~/.xsession-errors Can you check Phonon configuration and see if you can play test sounds or if there is something strange? -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla Go placidly amid the noise and waste, and remember what value there may be in owning a piece thereof. -- National Lampoon, "Deteriorata" signature.asc Description: This is a digitally signed message part. ___ 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
SVN commit 8073 by avilla: - Revert sharedmime change: we first need to be sure that no port requires it at build time. M +0 -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] [SVN Commit] area51/PORTS
SVN commit 8074 by avilla: - Sync with ports. M +2 -1 deskutils/strigi/Makefile M +2 -1 devel/kdevelop-kde4/Makefile M +2 -1 devel/kdevelop-pg-qt/Makefile M +2 -1 devel/kdevelop-php-docs/Makefile M +3 -2 devel/kdevelop-php/Makefile M +1 -1 devel/kdevplatform/Makefile M +3 -2 finance/skrooge/Makefile M +2 -2 graphics/digikam-kde4/Makefile M +2 -2 graphics/kipi-plugins-kde4/Makefile M +3 -3 graphics/skanlite/Makefile M +2 -2 graphics/skanlite/distinfo M +1 -1 graphics/skanlite/pkg-descr M +21 -0 graphics/skanlite/pkg-plist M +1 -0 misc/tellico-kde4/Makefile M +2 -1 multimedia/phonon-vlc/Makefile M +2 -1 net/kio-upnp-ms/Makefile M +4 -12 sysutils/k3b-kde4/Makefile M +2 -2 sysutils/polkit-kde/Makefile M +3 -1 sysutils/zeitgeist/Makefile M +4 -3 textproc/raptor/Makefile M +3 -2 textproc/rasqal/Makefile M +1 -1 textproc/redland-bindings/pkg-plist M +2 -1 www/choqok/Makefile M +2 -1 www/kwebkitpart/Makefile M +2 -1 www/rekonq/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 freezes while shutting down
On Thu, 8 Mar 2012 22:31:56 +0100 Alberto Villa articulated: > On Thursday 08 March 2012 20:52:15 Jerry wrote: > > I do not remember updating anything. In any case, I cannot locate a > > ".xsession-errors" file. Is there something I have to do to make > > sure it is created? > > ~/.xsession-errors That file does not exist on my system, and believe me I did check. > Can you check Phonon configuration and see if you can play test > sounds or if there is something strange? Things like mPlayer works fine. However, system notifications does nothing. I tried several different files with a negative result. Something is broken. -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __ signature.asc 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
Re: [kde-freebsd] KDE freezes while shutting down
On 3/9/2012 00:44, Jerry wrote: > On Thu, 8 Mar 2012 22:31:56 +0100 > Alberto Villa articulated: > >> On Thursday 08 March 2012 20:52:15 Jerry wrote: >>> I do not remember updating anything. In any case, I cannot locate a >>> ".xsession-errors" file. Is there something I have to do to make >>> sure it is created? >> >> ~/.xsession-errors > It's created by kdm. It's capturing stdout/stderr. The same can be achieved by redirecting stdout/stderr on startx. -- Mel ___ 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 freezes while shutting down
On Friday 09 March 2012 00:44:10 Jerry wrote: > Things like mPlayer works fine. However, system notifications does > nothing. I tried several different files with a negative result. > Something is broken. MPlayer doesn't use Phonon. What does it happen if you go to Phonon configuration and test playback? -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla Don't take life so serious, son, it ain't nohow permanent. -- Walt Kelly signature.asc Description: This is a digitally signed message part. ___ 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
SVN commit 8075 by avilla: - Add note about including a component twice (e.g., 'pykde4_build pykde4_run'). M +2 -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
Re: [kde-freebsd] Boost ports update
On 3/8/2012 00:19, Mel Flynn wrote: > On 3/7/2012 23:44, Baptiste Daroussin wrote: >> On Wed, Mar 07, 2012 at 11:56:17PM +0300, Alexander Churanov wrote: >>> Folks, >>> >>> I've read the conversation on ports/156253 ("Update devel/boost-* from >>> 1.45 to 1.46.1") and decided to share current status of my work. >>> >>> I have a patch for updating Boost to 1.48.0. >>> http://alexanderchuranov.com/boost-port/boost-145-to-148-v05.diff > > Adding myself to CC, as the upcoming mail/zarafa uses boost_filesystem. > Will be testing patch tomorrow. The current Zarafa 7.0.5 fails with a version check. However, the beta1 of 7.0.6 has the version check upgraded to greater or equal then 149. Patched the version check in 7.0.5's configure and everything compiles OK, with clang on 9.0. Will do runtime tests later this week. -- Mel ___ 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] Boost ports update
On Wed, Mar 07, 2012 at 11:44:46PM +0100, Baptiste Daroussin wrote: > On Wed, Mar 07, 2012 at 11:56:17PM +0300, Alexander Churanov wrote: > > graphics/luxrender > > There is a newer version of it (0.8) maybe it works with recent boost, I CC > maintainer (danfe@) for him to tell us if he knows Yup, I am aware. I've already replied privately earlier that lux needs an update, but it's not as simple as they've changed underlying structure quite a bit. I'm slowly working on an update; for now, feel free to ignore it or mark is a broken. I will catch up with new boost later along with update to version 0.8. Thanks for noticing! ./danfe ___ 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