qt5-webengine and net/libsrtp

2018-06-11 Thread Tijl Coosemans
Hi, I'm looking into moving ports to net/libsrtp2 so we can remove net/libsrtp. It seems that qt5-webengine depends on net/libsrtp, but does not actually use it. Can you look into this and maybe remove the dependency?

Re: [package - 101amd64-default][print/kde4-print-manager] Failed for print-manager-4.14.3_1 in build

2016-10-19 Thread Tijl Coosemans
On Tue, 18 Oct 2016 04:34:11 GMT pkg-fall...@freebsd.org wrote: > /wrkdirs/usr/ports/print/kde4-print-manager/work/print-manager-4.14.3/libkcups/KCupsRequest.cpp:284:24: > error: use of undeclared identifier 'cupsGetPPD2' > filename = cupsGetPPD2(CUPS_HTTP_DEFAULT, printerName.toUtf8()

Re: libkscreen without wayland backend and doctor.

2017-01-22 Thread Tijl Coosemans
On Thu, 19 Jan 2017 21:40:48 +0100 "Tobias C. Berner" wrote: > On 19 January 2017 at 17:13, Jesper Schmitz Mouridsen > > wrote: >> I've been working a little on LXQt (https://wiki.freebsd.org/LXQt) >> LXQt only misses plasma5-libkscreen in the offical portstree to build in >> the offical port

Re: libkscreen without wayland backend and doctor.

2017-01-23 Thread Tijl Coosemans
On Sun, 22 Jan 2017 21:44:59 +0100 "Tobias C. Berner" wrote: > On 22 January 2017 at 16:46, Tijl Coosemans wrote: >> On Thu, 19 Jan 2017 21:40:48 +0100 "Tobias C. Berner" >> wrote: >>> On 19 January 2017 at 17:13, Jesper Schmitz Mouridsen >>

Re: libkscreen without wayland backend and doctor.

2017-01-23 Thread Tijl Coosemans
On Mon, 23 Jan 2017 13:06:12 +0100 "Tobias C. Berner" wrote: > On 23 January 2017 at 13:01, Tijl Coosemans wrote: >> On Sun, 22 Jan 2017 21:44:59 +0100 "Tobias C. Berner" >> wrote: >>> On 22 January 2017 at 16:46, Tijl Coosemans wrote: >>>&

Re: Messing around with linkers & CMake

2017-04-19 Thread Tijl Coosemans
On Wed, 19 Apr 2017 20:06:06 +0200 Adriaan de Groot wrote: > On Saturday 15 April 2017 13:36:40 Koop Mast wrote: >> So I was looking into using binutils from ports to build webkitgtk when >> debug is enabled. With the CMAKE_AR and CMAKE_RANLIB variables I can >> set the binutils ar and ranlib. How

Re: Conflicts due to renamed KDE4 ports

2018-04-16 Thread Tijl Coosemans
On Mon, 16 Apr 2018 20:11:33 +0200 Stefan Esser wrote: > Am 16.04.18 um 12:38 schrieb Tijl Coosemans: >> On Sat, 14 Apr 2018 14:18:22 +0200 Stefan Esser wrote: >>> The way the new KDE5/KF5 ports have been introduced a few weeks back has >>> caused me quite some eff

Re: Conflicts due to renamed KDE4 ports

2018-04-17 Thread Tijl Coosemans
On Tue, 17 Apr 2018 00:42:48 +0200 Adriaan de Groot wrote: > [where did this discussion take place, earlier? this is the first I've seen > it] > > So, there are roughly two migration paths: supposing someone has x11/kde4 > installed, which has dependencies on many applications and a Plasma 4 >

Re: Conflicts due to renamed KDE4 ports

2018-04-17 Thread Tijl Coosemans
On Tue, 17 Apr 2018 16:19:39 +0200 Tobias C. Berner wrote: > Long answer: KDE is shipped in mulitple, let's call them groups: > - frameworks (libraries to build kde and qt applications) -- we call > these ports kf5-foo > - plasma (the desktop) -- we'll call these ports plasma5-foo > - applica

Re: [kde-freebsd] KDE4 package for 10.0-RELEASE

2014-04-18 Thread Tijl Coosemans
On Fri, 18 Apr 2014 10:25:01 -0400 David P. Caldwell wrote: > (Cross-posting to freebsd-questions and kde-freebsd; not sure whether > one is incorrect) > > When installing KDE under FreeBSD 9, I used: > > pkg_add -r kde4 > > .. and that was basically everything. > > Is there any equivalent for

Re: [kde-freebsd] KDE4 package for 10.0-RELEASE

2014-04-19 Thread Tijl Coosemans
On Sat, 19 Apr 2014 17:19:38 +0300 Raphael Kubo da Costa wrote: > Tijl Coosemans writes: >> On Fri, 18 Apr 2014 10:25:01 -0400 David P. Caldwell wrote: >>> (Cross-posting to freebsd-questions and kde-freebsd; not sure whether >>> one is incorrect) >>> >&g

[kde-freebsd] Patch for rasqal

2014-04-24 Thread Tijl Coosemans
Hi, Can somebody approve the attached patch. It converts USE_GNOME=lthack to USES=libtool in textproc/rasqal. USE_GNOME=lthack is going away. Redports: https://redports.org/buildarchive/20140424120700-26043/ Index: textproc/rasqal/Makefile ===

Re: [kde-freebsd] Patch for rasqal

2014-04-25 Thread Tijl Coosemans
On Fri, 25 Apr 2014 08:05:59 + Max Brazhnikov wrote: > On Thu, 24 Apr 2014 21:05:14 +0200 Tijl Coosemans wrote: >> Can somebody approve the attached patch. It converts USE_GNOME=lthack >> to USES=libtool in textproc/rasqal. USE_GNOME=lthack is going away. >>

[kde-freebsd] Qt ports install .la libtool libraries

2014-05-04 Thread Tijl Coosemans
Hi, The Qt ports don't use libtool directly but they do install .la libraries generated by qmake. Are they needed for something or can they be removed? ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd Se

Re: [kde-freebsd] Qt ports install .la libtool libraries

2014-06-30 Thread Tijl Coosemans
On Mon, 05 May 2014 08:44:07 -0300 Raphael Kubo da Costa wrote: > Tijl Coosemans writes: >> The Qt ports don't use libtool directly but they do install .la libraries >> generated by qmake. Are they needed for something or can they be >> removed? > > I belive th

Re: [kde-freebsd] Qt ports install .la libtool libraries

2014-07-14 Thread Tijl Coosemans
On Mon, 30 Jun 2014 16:22:53 +0200 Tijl Coosemans wrote: > On Mon, 05 May 2014 08:44:07 -0300 Raphael Kubo da Costa wrote: >> Tijl Coosemans writes: >>> The Qt ports don't use libtool directly but they do install .la libraries >>> generated by qmake. Are they nee

Re: [kde-freebsd] KDE4: KsCD not playing tracks

2014-08-14 Thread Tijl Coosemans
On Wed, 13 Aug 2014 15:25:50 +0300 Raphael Kubo da Costa wrote: > Matthias Apitz writes: >> El día Wednesday, August 13, 2014 a las 11:20:14AM +0200, Adriaan de Groot >> escribió: >>> On Monday 11 August 2014 10:42:33 Matthias Apitz wrote: KsCD sees the tracks on the audio CD but when I pres

Re: [kde-freebsd] KDE4: KsCD not playing tracks

2014-08-14 Thread Tijl Coosemans
On Thu, 14 Aug 2014 12:22:04 +0300 Raphael Kubo da Costa wrote: > Matthias Apitz writes: >> After installing audio/gstreamer-plugins-cdparanoia KsCD is playing >> fine. Thanks for the hint. >> >> Maybe, kmultimedia should have it as a dependency. > > Glad it's finally working. > > I'm not sure k

Re: [kde-freebsd] KDE4: KsCD not playing tracks

2014-08-14 Thread Tijl Coosemans
On Thu, 14 Aug 2014 13:12:16 +0200 Alberto Villa wrote: > On Thu, Aug 14, 2014 at 12:40 PM, Tijl Coosemans wrote: >> On Thu, 14 Aug 2014 12:22:04 +0300 Raphael Kubo da Costa wrote: >>> I'm not sure kdemultimedia is the right place for this dependency -- it >>>

Re: [kde-freebsd] KDE4: KsCD not playing tracks

2014-08-14 Thread Tijl Coosemans
On Thu, 14 Aug 2014 15:13:15 +0200 Alberto Villa wrote: > On Thu, Aug 14, 2014 at 3:09 PM, Tijl Coosemans wrote: >> Maybe just remove the option? IMHO, the package should just pull in a >> core set of plugins that makes the KDE environment work. > > IIRC, there were Phonon

[kde-freebsd] LibreOffice KDE integration requires Qt patches

2014-11-06 Thread Tijl Coosemans
Hi, When building libreoffice with KDE integration the following appears: * * WARNING : native KDE4 file pickers will be disabled at runtime, Qt4 fixes needed * WARNING : https://bugreports.qt-project.org/browse/QTBUG-37380 (needed) * WARNING : https://bug

[kde-freebsd] [patch] devel/qca: update to 2.1.0

2015-01-12 Thread Tijl Coosemans
Hi, The attached patch updates devel/qca to 2.1.0. This brings quite a number of changes, e.g. the port now uses cmake instead of qmake and QCA plugins are no longer separate so the patch also deletes security/qca-* and adjusts all ports that depend on it.Index: MOVED

Re: [kde-freebsd] [patch] devel/qca: update to 2.1.0

2015-01-12 Thread Tijl Coosemans
On Mon, 12 Jan 2015 10:12:18 -0200 Raphael Kubo da Costa wrote: > Tijl Coosemans writes: >> The attached patch updates devel/qca to 2.1.0. This brings quite a >> number of changes, e.g. the port now uses cmake instead of qmake and >> QCA plugins are no longer separate so t

Re: [kde-freebsd] [patch] devel/qca: update to 2.1.0

2015-01-12 Thread Tijl Coosemans
On Mon, 12 Jan 2015 13:54:51 -0200 Raphael Kubo da Costa wrote: > Tijl Coosemans writes: >> On Mon, 12 Jan 2015 10:12:18 -0200 Raphael Kubo da Costa >> wrote: >>> Tijl Coosemans writes: >>>> The attached patch updates devel/qca to 2.1.0. This brings quit

Re: [kde-freebsd] 9-CURRENT (r197801) && artsd of kde-3.5.10_2 gives SIGSEGV

2009-10-23 Thread Tijl Coosemans
On Wednesday 14 October 2009 08:32:21 Matthias Apitz wrote: > I'm willing to nail this small issue down. I've already compiled the > arts-1.5.10_2,1 port with --enable-debug=full and will test it the > upcoming weekend. Do you have any hints for me on debugging? > I have had already a look into the

Re: [kde-freebsd] 9-CURRENT (r197801) && artsd of kde-3.5.10_2 gives SIGSEGV

2009-10-24 Thread Tijl Coosemans
On Saturday 24 October 2009 09:09:20 Matthias Apitz wrote: > UnixManager: got notifyIO > socketconnection created, fd = 9 > search playobject, extension = ogg > creating akodeXiphPlayObject to play file > /usr/local/share/sounds/KDE_Startup_1.ogg > loading extension from '/usr/local/lib/libarts_ako

[kde-freebsd] qt4-webkit: phonon backend + enable JIT

2010-05-23 Thread Tijl Coosemans
Hi, I've been experimenting with the javascript JIT compiler in www/qt4-webkit today using Arora and it seems to work rather well, so here's a patch to enable it. On the SunSpider test Arora is more than twice as fast as Konqueror. With JIT compilation enabled it is more than 6x faster and 1.7x fa

[kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-06-25 Thread Tijl Coosemans
Hi, KDE currently uses polling to detect file and directory changes on FreeBSD, which can use up cpu time (and laptop battery power). The kded4 process seems to make heavy use of this and currently continuously consumes about 5% of my cpu and often causes it to be throttled up by powerd. I've att

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-06-25 Thread Tijl Coosemans
On Friday 25 June 2010 19:41:11 Kris Moore wrote: > On 06/25/2010 12:37, Tijl Coosemans wrote: >> KDE currently uses polling to detect file and directory changes on >> FreeBSD, which can use up cpu time (and laptop battery power). The >> kded4 process seems to make heavy use

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-06-29 Thread Tijl Coosemans
On Tuesday 29 June 2010 14:41:00 Alberto Villa wrote: > 2010/6/25 Tijl Coosemans : >> I've attached a patch that makes KDE use QFileSystemWatcher on >> FreeBSD which uses kqueue instead of stat. I've been using it for >> the past few days and it seems to work rather

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-07-08 Thread Tijl Coosemans
On Thursday 08 July 2010 01:19:26 Jason E. Hale wrote: > On Friday, June 25, 2010 12:37:53 Tijl Coosemans wrote: >> KDE currently uses polling to detect file and directory changes on >> FreeBSD, which can use up cpu time (and laptop battery power). The >> kded4 process seems

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-07-19 Thread Tijl Coosemans
On Monday 19 July 2010 14:07:56 Rusty Nejdl wrote: > On Mon, 19 Jul 2010 12:20:35 +0200, Jaap Boender wrote: >> On Friday 09 July 2010 02:32:00 Jason E. Hale wrote: >> I've attached a patch that makes KDE use QFileSystemWatcher on FreeBSD >> which uses kqueue instead of stat. I've been usin

Re: [kde-freebsd] mystery crash of a KDE4-service

2010-07-28 Thread Tijl Coosemans
On Monday 26 July 2010 19:12:16 Mikhail T. wrote: > One of the users complained of a new problem, that started last week > for them. A minute or two after logging in and starting a > KDE4-session, they get Dr. Konqi's crash-notification. The crashing > application is identified only as "Service KDE

Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4/files

2010-08-01 Thread Tijl Coosemans
On Sunday 01 August 2010 10:32:15 Max Brazhnikov wrote: > SVN commit 6451 by makc: > > Revert tijl@ kdirwatch patch, it brings more problems than solves. I'll have another look at it, but it's definitely best to keep it out of 4.5 for now. Just to be sure, are there other problems besides plasma

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-08-02 Thread Tijl Coosemans
On Monday 19 July 2010 14:07:56 Rusty Nejdl wrote: > On Mon, 19 Jul 2010 12:20:35 +0200, Jaap Boender wrote: >> On Friday 09 July 2010 02:32:00 Jason E. Hale wrote: >> I've attached a patch that makes KDE use QFileSystemWatcher on FreeBSD >> which uses kqueue instead of stat. I've been usin

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-08-04 Thread Tijl Coosemans
On Tuesday 03 August 2010 20:21:48 Max Brazhnikov wrote: > On Mon, 2 Aug 2010 22:10:52 +0200, Tijl Coosemans wrote: >> On Monday 19 July 2010 14:07:56 Rusty Nejdl wrote: >>> On Mon, 19 Jul 2010 12:20:35 +0200, Jaap Boender wrote: >>>>>>>> I've attache

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-08-06 Thread Tijl Coosemans
On Tuesday 03 August 2010 20:21:48 Max Brazhnikov wrote: > On Mon, 2 Aug 2010 22:10:52 +0200, Tijl Coosemans wrote: >> On Monday 19 July 2010 14:07:56 Rusty Nejdl wrote: >>> On Mon, 19 Jul 2010 12:20:35 +0200, Jaap Boender wrote: >>>>>>>> I've attache

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-08-09 Thread Tijl Coosemans
On Saturday 07 August 2010 04:34:55 Raphael Kubo da Costa wrote: > Are you planning on sending these patches upstream? For the Qt patch there's a merge request here: http://qt.gitorious.org/qt/qt/merge_requests/2425 I've attached what I believe to be the final version of the kdelibs patch. It use

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-08-25 Thread Tijl Coosemans
On Monday 23 August 2010 23:51:31 Alberto Villa wrote: > On Monday 09 August 2010 11:01:56 Tijl Coosemans wrote: >> I've attached what I believe to be the final version of the kdelibs >> patch. It uses polling by default for NFS mounts now and fixes a few >> other thin

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-09-19 Thread Tijl Coosemans
On Sunday 19 September 2010 07:51:43 Raphael Kubo da Costa wrote: > At Sat, 18 Sep 2010 19:09:48 +0200, Alberto Villa wrote: >> so, we've been successfully testing this for a while. it's working >> for me too, and i was the last one to have some doubts. since i'm >> going to update kdelibs to suppo

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-09-19 Thread Tijl Coosemans
On Sunday 19 September 2010 20:10:48 Max Brazhnikov wrote: > On Sun, 19 Sep 2010 12:52:03 +0200, Tijl Coosemans wrote: >> On Sunday 19 September 2010 07:51:43 Raphael Kubo da Costa wrote: >>> If everything is working fine with the patch, wouldn't it be nice to >>> u

Re: [kde-freebsd] QFilesSystemWatcher instead of polling/FAM

2010-09-20 Thread Tijl Coosemans
On Monday 20 September 2010 19:25:56 Max Brazhnikov wrote: > On Sun, 19 Sep 2010 23:03:32 +0200, Tijl Coosemans wrote: >> On Sunday 19 September 2010 20:10:48 Max Brazhnikov wrote: >>> We can commit the patches to ports and wait until they will be >>> merged upstream. &

[kde-freebsd] Re: QFilesSystemWatcher instead of polling/FAM

2010-10-06 Thread Tijl Coosemans
On Wednesday 06 October 2010 11:11:49 Jan Henrik Sylvester wrote: > Does this mean PollInterval=5000 under [DirWatch] in > ~/.kde4/share/config/kdedrc to prevent kinit from consuming too much > CPU is superfluous now or is that something entirely different? > > In the first case, should that optio

[kde-freebsd] Re: QFilesSystemWatcher instead of polling/FAM

2010-10-07 Thread Tijl Coosemans
On Thursday 07 October 2010 00:37:01 Alberto Villa wrote: > 2010/10/6 Tijl Coosemans : >> PollInterval is ignored now unless you set PreferredMethod=Stat. The >> default PreferredMethod is now QFSWatch. > > isn't it used on nfs mounts? For NFS the variables are NFSPollI

[kde-freebsd] Re: qt4-webkit: phonon backend + enable JIT

2010-11-05 Thread Tijl Coosemans
On Thursday 04 November 2010 20:14:33 Alberto Villa wrote: > 2010/5/23 Tijl Coosemans : >> I've been experimenting with the javascript JIT compiler in >> www/qt4-webkit today using Arora and it seems to work rather well, so >> here's a patch to enable it. On the Su

[kde-freebsd] Re: qt 4.7.2 and kqueue

2011-03-06 Thread Tijl Coosemans
On Sunday 06 March 2011 04:28:18 Alberto Villa wrote: > i'm upgrading qt to 4.7.2, and have noticed this change from your patch > in kqueue part... two locker.unlock()'s are missing in file > src/corelib/io/qfilesystemswatcher_kqueue.cpp > would you have a look and tell me if it's all right or i

Re: [kde-freebsd] Strange KDE4 behavior after updating to -current

2011-08-11 Thread Tijl Coosemans
On Tuesday 09 August 2011 18:02:52 Beech Rintoul wrote: > I'm having problems with kde4. This is a bit hard to describe, but something > is blocking input. When I type anything into a webpage, shell, or email > nothing shows up on the screen until I move the mouse. In the case of a shell > any c

Re: [kde-freebsd] Ctrl Alt Backspace exit problem

2011-10-29 Thread Tijl Coosemans
On Saturday 29 October 2011 11:35:52 David Southwell wrote: > I posted the following last week. As there has been no response I hope you > will not mind if I post again in the hope that someone may be able to point > me > in the right direction: > > "After logging a user out of KDE and then tr

Re: [kde-freebsd] Upgrading KDE 4.6.5 -> 4.7.2 Kmail Errors

2011-11-14 Thread Tijl Coosemans
On Friday 11 November 2011 01:08:00 Aric Gregson wrote: > I am receiving new Kmail errors that I have not seen previously, although I > do see reports of similar on the web. > > Error while uploading message > Could not upload the message dated Today 08:47:52 AM from "SoANDSo" > with subject "F

Re: [kde-freebsd] FreeBSD KDE SC 4.8 features

2012-04-06 Thread Tijl Coosemans
On Friday 06 April 2012 09:44:32 Alberto Villa wrote: > On Fri, Apr 6, 2012 at 4:05 AM, Greg Rivers > wrote: >> Will the FreeBSD release of 4.8 include the new KDE PIM software, or is that >> still being held back for additional testing? > > Yes, it will be available via deskutils/kdepim4, while

Re: [kde-freebsd] kde4 related bug

2012-06-10 Thread Tijl Coosemans
On 02-06-2012 20:01, Alberto Villa wrote: > On Fri, Jun 1, 2012 at 6:25 PM, Cameron Berkenpas wrote: >> I'm seeing an issue where if I drag entries from the Applications menu to >> the desktop in KDE 4.8.3 (I've seen this issue with KDE 4.7.x in FreeBSD >> too), I get an icon with an exclamation p

[kde-freebsd] devel/cmake missing dependency

2013-03-15 Thread Tijl Coosemans
FYI, Utilities/cmcurl/CMakeLists.txt uses libidn.so if it's available, but devel/cmake doesn't have a dependency on it. signature.asc Description: OpenPGP digital signature ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/l

Re: [kde-freebsd] ports/181212: [patch] textproc/redland: add ftp/curl dependency

2013-08-23 Thread Tijl Coosemans
The following reply was made to PR ports/181212; it has been noted by GNATS. From: Tijl Coosemans To: bug-follo...@freebsd.org, b...@freebsd.org, Raphael Kubo da Costa Cc: Subject: Re: ports/181212: [patch] textproc/redland: add ftp/curl dependency Date: Fri, 23 Aug 2013 11:23:53

Re: [kde-freebsd] ports/181212: [patch] textproc/redland: add ftp/curl dependency

2013-08-23 Thread Tijl Coosemans
The following reply was made to PR ports/181212; it has been noted by GNATS. From: Tijl Coosemans To: Boris Samorodov Cc: bug-follo...@freebsd.org, b...@freebsd.org, Raphael Kubo da Costa Subject: Re: ports/181212: [patch] textproc/redland: add ftp/curl dependency Date: Fri, 23 Aug

Re: [kde-freebsd] ports/181212: [patch] textproc/redland: add ftp/curl dependency

2013-08-24 Thread Tijl Coosemans
The following reply was made to PR ports/181212; it has been noted by GNATS. From: Tijl Coosemans To: Boris Samorodov Cc: bug-follo...@freebsd.org, b...@freebsd.org, Raphael Kubo da Costa Subject: Re: ports/181212: [patch] textproc/redland: add ftp/curl dependency Date: Sat, 24 Aug

Re: [kde-freebsd] building KDE4 on CURRENT r255948 ports r328930 still fails

2013-10-04 Thread Tijl Coosemans
On Fri, 4 Oct 2013 14:58:59 +0200 Matthias Apitz wrote: > > Hello, > > At the end KD4 was built and comes up. I'm attaching a log/list of > ports which couldn't be build with clang; HIH You can also look at the weekly package build results: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2

Re: [kde-freebsd] building KDE4 on CURRENT r255948 ports r328930 still fails

2013-10-08 Thread Tijl Coosemans
On Tue, 8 Oct 2013 15:59:01 +0200 Matthias Apitz wrote: > I have always a core file in $HOME after starting KDE4; a gdb bt is: > > # gdb /usr/local/kde4/bin/kactivitymanagerd kactivitymanagerd.core > ... > [New Thread 2c403080 (LWP 100158/kactivitymanagerd)] > (gdb) bt > #0 0x in ?? () >

Re: [kde-freebsd] textproc/scim

2013-10-22 Thread Tijl Coosemans
On Mon, 21 Oct 2013 18:15:32 -0400 Ajtim wrote: > Hi! > > I tried to build KDE 4.11 from Area51 on FreeBSD 10.0-BETA1 #0: Thu Oct > 17 16:08:32 EDT 2013 r...@lbla.bla.net:/usr/obj/usr/src/sys/GENERIC > amd64 > > and I got error: > -Wl,-rpath=/usr/local/lib/gcc46 -pthread -Wl,-rpath=/usr/local

[kde-freebsd] Fix 4.10 ports?

2013-10-25 Thread Tijl Coosemans
Hi, Is it worth spending time fixing KDE 4.10 ports for FreeBSD 10.0 or will KDE 4.11 hit the tree soon? ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest inform

Re: [kde-freebsd] Fix 4.10 ports?

2013-10-27 Thread Tijl Coosemans
On Sat, 26 Oct 2013 23:53:24 +0300 Raphael Kubo da Costa wrote: > Tijl Coosemans writes: >> Is it worth spending time fixing KDE 4.10 ports for FreeBSD 10.0 or will >> KDE 4.11 hit the tree soon? > > What kind of fixes do you have in mind? http://beefy2.isc.freebsd.org/bu

Re: [kde-freebsd] Fix 4.10 ports?

2013-10-27 Thread Tijl Coosemans
On Sun, 27 Oct 2013 23:56:51 + Schaich Alonso wrote: > On Sun, 27 Oct 2013 23:39:30 +0200 > Raphael Kubo da Costa wrote: >> Tijl Coosemans writes: >>> On Sat, 26 Oct 2013 23:53:24 +0300 Raphael Kubo da Costa wrote: >>>> Tijl Coosemans writes: >>>&g

Re: [kde-freebsd] Fix 4.10 ports?

2013-10-28 Thread Tijl Coosemans
On Mon, 28 Oct 2013 08:47:50 +0100 Adriaan de Groot wrote: > On Sunday 27 October 2013 23:35:57 Tijl Coosemans wrote: >>>>> http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-10-24_13h53m3 >>>>> 1s/ >>>>> Search for "kde" under &

Re: [kde-freebsd] Fix 4.10 ports?

2013-11-01 Thread Tijl Coosemans
On Sun, 27 Oct 2013 23:35:57 +0100 Tijl Coosemans wrote: > On Sun, 27 Oct 2013 23:56:51 + Schaich Alonso wrote: >> On Sun, 27 Oct 2013 23:39:30 +0200 Raphael Kubo da Costa wrote: >>> Tijl Coosemans writes: >>>> On Sat, 26 Oct 2013 23:53:24 +0300 Raphael K

Re: [kde-freebsd] Fix 4.10 ports?

2013-11-06 Thread Tijl Coosemans
On Wed, 06 Nov 2013 18:43:28 +0200 Raphael Kubo da Costa wrote: > Tijl Coosemans writes: >> At least these packages are currently missing: >> kdeedu >> kdesdk >> kdevelop >> kdevelop-php >> kdenetwork >> kopete >> kdepim44 >> calligra >

Re: [kde-freebsd] ports/186707: [patch] devel/qt4-corelib: fix iconv detection

2014-03-04 Thread Tijl Coosemans
The following reply was made to PR ports/186707; it has been noted by GNATS. From: Tijl Coosemans To: Max Brazhnikov Cc: bug-follo...@freebsd.org Subject: Re: ports/186707: [patch] devel/qt4-corelib: fix iconv detection Date: Tue, 4 Mar 2014 23:12:09 +0100 On Tue, 04 Mar 2014 06:45:58 +

Re: [kde-freebsd] ports/186707: [patch] devel/qt4-corelib: fix iconv detection

2014-03-06 Thread Tijl Coosemans
The following reply was made to PR ports/186707; it has been noted by GNATS. From: Tijl Coosemans To: Max Brazhnikov Cc: bug-follo...@freebsd.org Subject: Re: ports/186707: [patch] devel/qt4-corelib: fix iconv detection Date: Thu, 6 Mar 2014 23:12:06 +0100 On Wed, 05 Mar 2014 06:08:43 +

[kde-freebsd] kdelibs4 missing USES=desktop-file-utils

2014-03-17 Thread Tijl Coosemans
Hi, I think some of the QAT leftover errors on ports@ are caused by x11/kdelibs4. Some of the .desktop files it installs contain MimeType fields so the port needs USES=desktop-file-utils to have the mime info cache updated on package installation and cleaned up on deletion. Some examples: https:

Re: [kde-freebsd] kdelibs4 missing USES=desktop-file-utils

2014-03-17 Thread Tijl Coosemans
On Mon, 17 Mar 2014 09:08:30 -0300 Raphael Kubo da Costa wrote: > Tijl Coosemans writes: >> I think some of the QAT leftover errors on ports@ are caused by >> x11/kdelibs4. Some of the .desktop files it installs contain MimeType >> fields so the port needs USES=desktop-f

Re: [kde-freebsd] kdelibs4 missing USES=desktop-file-utils

2014-03-18 Thread Tijl Coosemans
On Tue, 18 Mar 2014 11:30:46 + Max Brazhnikov wrote: > On Mon, 17 Mar 2014 18:58:05 +0100 Tijl Coosemans wrote: >> On Mon, 17 Mar 2014 09:08:30 -0300 Raphael Kubo da Costa wrote: >>> Tijl Coosemans writes: >>>> I think some of the QAT leftover errors on ports@ a

Re: [kde-freebsd] kdelibs4 missing USES=desktop-file-utils

2014-03-19 Thread Tijl Coosemans
On Wed, 19 Mar 2014 07:39:04 + Max Brazhnikov wrote: > On Tue, 18 Mar 2014 17:02:05 +0100 Tijl Coosemans wrote: >> On Tue, 18 Mar 2014 11:30:46 + Max Brazhnikov wrote: >>> On Mon, 17 Mar 2014 18:58:05 +0100 Tijl Coosemans wrote: >>>> On Mon, 17 Mar 2014 09:08:

Re: [kde-freebsd] ports/186707: [patch] devel/qt4-corelib: fix iconv detection

2014-03-20 Thread Tijl Coosemans
The following reply was made to PR ports/186707; it has been noted by GNATS. From: Tijl Coosemans To: Max Brazhnikov Cc: bug-follo...@freebsd.org Subject: Re: ports/186707: [patch] devel/qt4-corelib: fix iconv detection Date: Thu, 20 Mar 2014 14:41:19 +0100 --MP_/roj0.f1_i3NbhDbgRpogWmP