Re: [kde-freebsd] [SVN Commit] area51/PORTS/www/choqok

2016-04-06 Thread Adriaan de Groot
On Saturday 02 April 2016 18:38:23 Raphael Kubo da Costa wrote: > Adriaan de Groot writes: > > SVN commit 12043 by adridg: > > > > Choqok needs pkgconfig to find libattica > > > > M +1 -1 Makefile > > Are you sure? The port builds just fine in the ports tree without this > change. `make

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics/skanlite

2016-04-02 Thread Raphael Kubo da Costa
Adriaan de Groot writes: > SVN commit 12042 by adridg: > > Skanlite needs msgfmt > > M +1 -1 Makefile USES=gettext includes both gettext-runtime and gettext-tools. CMake seems to look for dgettext, which is in gettext-runtime, so this change looks like a regression to me.

Re: [kde-freebsd] [SVN Commit] area51/PORTS/sysutils/polkit-qt

2016-04-02 Thread Raphael Kubo da Costa
Alonso Schaich writes: > SVN commit 10563 by aschai: > > Add pkgconfig requirement > > Like it's qt5 counterpart, this port uses pkgconfig to detect the polkit > installation. Introduce a pkgconfig build dependency. This was never committed to the ports tree, where both polkit-qt and polkit-qt5

Re: [kde-freebsd] [SVN Commit] area51/PORTS/www/choqok

2016-04-02 Thread Raphael Kubo da Costa
Adriaan de Groot writes: > SVN commit 12043 by adridg: > > Choqok needs pkgconfig to find libattica > > M +1 -1 Makefile Are you sure? The port builds just fine in the ports tree without this change. `make configure' just reports that pkg-config is not found, but everything is still found

Re: [kde-freebsd] [SVN Commit] area51/PORTS/deskutils/zanshin/files

2016-01-11 Thread Raphael Kubo da Costa
Raphael Kubo da Costa writes: > SVN commit 11798 by rakuco: > > zanshin: Clean up the std::bind() patch a bit. > > Be less verbose in the std::transform() expansion. Hey Ade, Can you test if things still work for you after this change (I'm assuming you're on 10.2)? I'd like to confirm things ar

Re: [kde-freebsd] [SVN Commit] area51/PORTS/www/otter-browser-devel

2015-04-16 Thread Schaich, Alonso
On Thu, 16 Apr 2015 11:16:46 + Max Brazhnikov wrote: > On Tue, 14 Apr 2015 08:21:40 -0700 (PDT) Alonso Schaich wrote: > > SVN commit 10668 by aschai: > > > > Update otter-browser-devel to yesterday's weekly snapshot > > Hey, why do you do this in area51? Qt 5 framework is already in ports,

Re: [kde-freebsd] [SVN Commit] area51/PORTS/www/otter-browser-devel

2015-04-16 Thread Max Brazhnikov
On Tue, 14 Apr 2015 08:21:40 -0700 (PDT) Alonso Schaich wrote: > SVN commit 10668 by aschai: > > Update otter-browser-devel to yesterday's weekly snapshot Hey, why do you do this in area51? Qt 5 framework is already in ports, just commit otter ports to the portstree and work on them there for the

Re: [kde-freebsd] [SVN Commit] area51/PORTS/www/otter-browser-devel

2015-04-08 Thread Schaich, Alonso
On Wed, 8 Apr 2015 04:01:01 -0700 (PDT) Alonso Schaich wrote: > SVN commit 10667 by aschai: > > Update otter devel to monday's snapshot > > Changelog: > Weekly report #66 (06-04-2015) > > Yet another week: >* 58 commits by two authors >* two proposed pull requests >* nine new

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2015-03-03 Thread Max Brazhnikov
On Thu, 26 Feb 2015 13:40:04 -0800 (PST) Alonso Schaich wrote: > SVN commit 10612 by aschai: > > Remove fishy looking mysql dependency Don't hesitate to ask if something looks fishy :) > The way it seems to me there are some efforts to no longer install static > libraries via PORTS, so sooner or

Re: [kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon-gstreamer/files

2015-02-18 Thread David Naylor
On Tuesday, 10 February 2015 11:20:47 Max Brazhnikov wrote: > On Mon, 09 Feb 2015 19:23:08 +0200 David Naylor wrote: > > Does anyone consider this critical enough push to ports before the next > > big > > update? > > Use different logic: trivial and safe changes should go to the portstree > first

Re: [kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon-gstreamer/files

2015-02-10 Thread Max Brazhnikov
On Mon, 09 Feb 2015 19:23:08 +0200 David Naylor wrote: > Does anyone consider this critical enough push to ports before the next big > update? Use different logic: trivial and safe changes should go to the portstree first for the benefit of users who use official ports and packages. and then to

Re: [kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon-gstreamer/files

2015-02-09 Thread David Naylor
Does anyone consider this critical enough push to ports before the next big update? On Sunday, 8 February 2015 06:39:17 David Bruce Naylor wrote: > SVN commit 10582 by DragonSA: > > phonon-gstreamer: fix pkg-message to reference correct gstreamer port. > > phonon-gstreamer depends on multimed

Re: [kde-freebsd] [SVN Commit] area51/PORTS/www/otter-browser

2014-12-18 Thread Max Brazhnikov
On Thu, 18 Dec 2014 16:29:35 +0100 Schaich, Alonso wrote: > On Thu, 18 Dec 2014 12:21:59 -0200 > Raphael Kubo da Costa wrote: > > > Alonso Schaich writes: > > > > > SVN commit 10514 by aschai: > > > > > > Fix build of www/otter-browser > > > > > > The qmake port is required to be installed when

Re: [kde-freebsd] [SVN Commit] area51/PORTS/www/otter-browser

2014-12-18 Thread Schaich, Alonso
On Thu, 18 Dec 2014 12:21:59 -0200 Raphael Kubo da Costa wrote: > Alonso Schaich writes: > > > SVN commit 10514 by aschai: > > > > Fix build of www/otter-browser > > > > The qmake port is required to be installed when compiling otter. While this > > requirement is usually met due to it's depend

Re: [kde-freebsd] [SVN Commit] area51/PORTS/www/otter-browser

2014-12-18 Thread Raphael Kubo da Costa
Alonso Schaich writes: > SVN commit 10514 by aschai: > > Fix build of www/otter-browser > > The qmake port is required to be installed when compiling otter. While this > requirement is usually met due to it's dependencies on qt5 elements which > depend on qmake, in case someone uninstalled qmake

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel

2014-12-08 Thread Luca Pizzamiglio
Hi Alonso This issue appears also on FreeBSD 9 not only on 8, because the default compiler is still gcc and the default C++ library is the old one. only in FreeBSD 10 and CURRENT the issue doesn't appear. could you please commit these patches also to the official ports tree? thanks in advance O

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel

2014-12-06 Thread Schaich Alonso
On Sat, 6 Dec 2014 11:07:38 -0800 (PST) Alonso Schaich wrote: > SVN commit 10505 by aschai: > > Fix build on FreeBSD-8 > > KDevplatform requires a C++ 11 standard library. Force the build process to > use a more recent compiler and library, and also do so for KDevelop because > it includes KDe

Re: [kde-freebsd] [SVN Commit] area51/PORTS/net-im

2014-12-05 Thread Schaich Alonso
On Fri, 5 Dec 2014 16:48:53 -0800 (PST) Alonso Schaich wrote: > SVN commit 10503 by aschai: > > Confusion++ > > Hard code the one into the WRKSRC because it's a suffix to the path in the > distribution tarball of ktp-text-ui. > > Also, use the normal MASTER_SITES and fix the path using SUBDIR

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics

2014-11-03 Thread Max Brazhnikov
On Sun, 21 Sep 2014 09:08:54 -0700 Jason E. Hale wrote: > SVN commit 10312 by jhale: > > - Fix build and add pkg-plist for kipi-plugin-dlnaexport, > but keep IGNORE since it is rather useless. I have several > DLNA-capable devices and all of them saw the server, but > none of them could acc

Re: [kde-freebsd] [SVN Commit] area51/PORTS/databases/akonadi

2014-08-14 Thread Raphael Kubo da Costa
Raphael Kubo da Costa writes: > SVN commit 10245 by rakuco: > > akonadi: Depend on compiler:c++11-lib instead of compiler:c++11-lang. > > With the 1.13.0 release just using a C++ compiler that accepts C++11 is not > enough, as some code uses initializer lists that do not work with base's > libstd

Re: [kde-freebsd] [SVN Commit] area51/PORTS/net-im/telepathy-logger

2014-07-17 Thread Alex V. Petrov
-- Configuring incomplete, errors occurred! See also "/usr/ports/net-im/telepathy-logger-qt4/work/telepathy-logger-qt-0.8.0/CMakeFiles/CMakeOutput.log". See also "/usr/ports/net-im/telepathy-logger-qt4/work/telepathy-logger-qt-0.8.0/CMakeFiles/CMakeError.log". *** Error code 1 Stop. make: stopped

Re: [kde-freebsd] [SVN Commit] area51/PORTS/www

2014-02-09 Thread Max Brazhnikov
On Sat, 08 Feb 2014 10:09:38 -0800 Raphael Kubo da Costa wrote: > SVN commit 9993 by rakuco: > > Remove www/rekonq. > > makc@ has been taking good care of it, and the area51 generally lags behind > what's in ports. I used to add newer versions of ports here, if they require KDE from area51. I us

Re: [kde-freebsd] [SVN Commit] area51/PORTS/deskutils/libstreamanalyzer

2014-02-03 Thread Alex V. Petrov
Instructions in UPDATING from 2013-09-04 I did in September. :) libiconv port is not installed. 2014-02-03 Raphael Kubo da Costa : > Please send these messages to the mailing list, not to my email address... > > "Alex V. Petrov" writes: > > Decided to rebuild all ports without "WITH_SSP=yes"

Re: [kde-freebsd] [SVN Commit] area51/PORTS/deskutils/libstreamanalyzer

2014-02-03 Thread Raphael Kubo da Costa
Please send these messages to the mailing list, not to my email address... "Alex V. Petrov" writes: > Decided to rebuild all ports without "WITH_SSP=yes" > > Stop in deskutils/libstreamanalyzer: > > make[3]: don't know how to make /usr/local/lib/libiconv.so. Stop Looks like the problem is here.

Re: [kde-freebsd] [SVN Commit] area51/PORTS/deskutils/libstreamanalyzer

2014-02-03 Thread Alex V. Petrov
Decided to rebuild all ports without "WITH_SSP=yes" Stop in deskutils/libstreamanalyzer: [ 80%] Building CXX object lib/CMakeFiles/streamanalyzer.dir/compat.cpp.o [ 81%] Building CXX object lib/CMakeFiles/streamanalyzer.dir/endanalyzers/helperendanalyzer.cpp.o /usr/ports/deskutils/libstreamana

Re: [kde-freebsd] [SVN Commit] area51/PORTS/databases/akonadi

2014-01-26 Thread Raphael Kubo da Costa
"Alex V. Petrov" writes: > make failed for x11/kde4-runtime: > > CMake Error at > /usr/local/lib/cmake/KdepimLibs/KDEPimLibsLibraryTargetsWithPrefix.cmake:154 > (message): > The imported target "KDEPIMLibs__akonadi-xml" references the file > > "/usr/local/lib/libakonadi-xml.so.4.12.1" Is

Re: [kde-freebsd] [SVN Commit] area51/PORTS/databases/akonadi

2014-01-26 Thread Alex V. Petrov
make failed for x11/kde4-runtime: CMake Error at /usr/local/lib/cmake/KdepimLibs/KDEPimLibsLibraryTargetsWithPrefix.cmake:154 (message): The imported target "KDEPIMLibs__akonadi-xml" references the file "/usr/local/lib/libakonadi-xml.so.4.12.1" 2014-01-26 Raphael Kubo da Costa > SVN co

Re: [kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2014-01-05 Thread Alberto Villa
2013/12/22 Max Brazhnikov : > This directory belongs to misc/kde4-shared-mime-info. All these hier ports are > useless with staging. kde4-shared-mime has to be deprecated, considering that > we have USES=shared-mime-info now. As for kdehier4 port, we can move KDE 4 > ports to LOCALBASE and use kdeh

Re: [kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2013-12-22 Thread Max Brazhnikov
On Thu, 19 Dec 2013 12:05:15 -0800 Alberto Villa wrote: > SVN commit 9811 by avilla: > > - Create share/mime/packages/ to fix install stage. > > Reported by: Alex V. Petrov via mailing list > > - Sync with ports (pkgconfig and LIB_DEPENDS format). > - Use BROKEN_${ARCH}. > - Use OPTIONS helper

Re: [kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon

2013-10-05 Thread Schaich Alonso
On Sun, 06 Oct 2013 02:57:48 +0800 "Alex V. Petrov" wrote: > Alonso, you can see devel/py-sip? > > [..] Should be fixed by r9593. I wonder how this ever worked... Alonso ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/li

Re: [kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon

2013-10-05 Thread Schaich Alonso
On Sun, 06 Oct 2013 01:09:50 +0800 "Alex V. Petrov" wrote: > After installing phonon: > > ls -l /usr/local/lib/qt4 | grep phono > lrwxr-xr-x 1 root wheel77 6 окт 01:03 libphonon.so -> > /usr/ports/multimedia/phonon/work/stage/usr/local/kde4/lib/libphonon.so.4.6.0 > lrwxr-xr-x 1 root

Re: [kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon

2013-10-05 Thread Alex V. Petrov
After installing phonon: ls -l /usr/local/lib/qt4 | grep phono lrwxr-xr-x 1 root wheel77 6 окт 01:03 libphonon.so -> /usr/ports/multimedia/phonon/work/stage/usr/local/kde4/lib/libphonon.so.4.6.0 lrwxr-xr-x 1 root wheel77 6 окт 01:03 libphonon.so.4 -> /usr/ports/multimedia/p

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel

2013-06-30 Thread Raphael Kubo da Costa
Max Brazhnikov writes: > On Sat, 22 Jun 2013 04:26:18 -0700 Raphael Kubo da Costa wrote: >> SVN commit 9288 by rakuco: >> >> Update CMake to 2.8.11.1. >> >> patch-Modules_FindJava.cmake is not needed anymore because OpenBSD sent >> something similar upstream. >> >> I've also removed parts of patc

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel

2013-06-24 Thread Max Brazhnikov
On Sat, 22 Jun 2013 04:26:18 -0700 Raphael Kubo da Costa wrote: > SVN commit 9288 by rakuco: > > Update CMake to 2.8.11.1. > > patch-Modules_FindJava.cmake is not needed anymore because OpenBSD sent > something similar upstream. > > I've also removed parts of patch-Modules_FindQt4.cmake because

Re: [kde-freebsd] [SVN Commit] area51/PORTS/net-p2p

2013-01-20 Thread Max Brazhnikov
On Mon, 21 Jan 2013 00:21:52 +0100, Schaich Alonso wrote: > On 2013-01-20 (Sunday) 22:55:39 you wrote: > > Hi Alonso, > > > > On Sun, 20 Jan 2013 21:35:14 GMT, Alonso Schaic wrote: > > > SVN commit 8950 by aschai: > > > > > > Update ktorrent to 3.0.1. > > > > I think you mean 4.3.1 :) > > Yes :

Re: [kde-freebsd] [SVN Commit] area51/PORTS/net-p2p

2013-01-20 Thread Schaich Alonso
On 2013-01-20 (Sunday) 22:55:39 you wrote: > Hi Alonso, > > On Sun, 20 Jan 2013 21:35:14 GMT, Alonso Schaic wrote: > > SVN commit 8950 by aschai: > > > > Update ktorrent to 3.0.1. > > I think you mean 4.3.1 :) Yes :D I guess I got confused by these two packages being versioned 5.0.1 and 15.0.0

Re: [kde-freebsd] [SVN Commit] area51/PORTS/net-p2p

2013-01-20 Thread Max Brazhnikov
Hi Alonso, On Sun, 20 Jan 2013 21:35:14 GMT, Alonso Schaic wrote: > SVN commit 8950 by aschai: > > Update ktorrent to 3.0.1. I think you mean 4.3.1 :) > - Removed stale patches > - Added security/libgcrypt to libktorrent LIBDEPENDS > - Regenerated pkg-plist files You need to remove PORTREVISIO

Re: [kde-freebsd] [SVN Commit] area51/PORTS/databases/akonadi

2013-01-06 Thread Alberto Villa
On Sun, Jan 6, 2013 at 9:08 AM, Schaich Alonso wrote: > This is due to the REINPLACE_CMD that is currently in line 81 of the ports > Makefile removes too much. It shouldn't remove ``SharedMimeInfo''. It should, but more precisely. Fixed. -- Alberto Villa, FreeBSD committer http://people.FreeBSD

Re: [kde-freebsd] [SVN Commit] area51/PORTS/databases/akonadi

2013-01-06 Thread Schaich Alonso
On 2013-01-06 15:53:28 Alex V. Petrov wrote: > 2013/1/6 Alberto Villa > > > SVN commit 8877 by avilla: > > > > - Update to 1.9.0. > > - Remove LICENSE_FILE. > > - Remove soversion from LIB_DEPENDS. > > - Cleanup OPTIONS. > > > > Submitted by: Schaich Alonso via mailing > > list > > > > M

Re: [kde-freebsd] [SVN Commit] area51/PORTS/databases/akonadi

2013-01-05 Thread Alex V. Petrov
===> Configuring for akonadi-1.9.0 /bin/mkdir -p /usr/ports/databases/akonadi/work/akonadi-1.9.0/build CMake Error: Error in cmake code at /usr/ports/databases/akonadi/work/akonadi-1.9.0/CMakeLists.txt:201: Parse error. Expected "(", got quoted argument with text " http://freedesktop.org/wiki/Sof

Re: [kde-freebsd] [SVN Commit] area51/PORTS

2012-10-30 Thread Max Brazhnikov
On Tue, 30 Oct 2012 02:49:51 +0100, Alberto Villa wrote: > 2012/10/11 Max Brazhnikov : > > SVN commit 8674 by makc: > > > > Convert kde@ ports to new option framework > > When do you think we can commit some of these changes (I would > certainly wait for those that will need another update after K

Re: [kde-freebsd] [SVN Commit] area51/PORTS

2012-10-29 Thread Alberto Villa
2012/10/11 Max Brazhnikov : > SVN commit 8674 by makc: > > Convert kde@ ports to new option framework When do you think we can commit some of these changes (I would certainly wait for those that will need another update after KDE SC 4.9)? -- Alberto Villa, FreeBSD committer http://people.FreeBSD

Re: [kde-freebsd] [SVN Commit] area51/PORTS/sysutils/k3b-kde4

2012-09-17 Thread Alberto Villa
On Mon, Sep 17, 2012 at 6:19 PM, Max Brazhnikov wrote: > no, it doesn't affect tinderbox builds. I've introduced this to simplify > generation of pkg-plist, but it's not of much use now and can be removed > safely. However, if you plan to move mime database out of ${LOCALBASE}, then > these pat

Re: [kde-freebsd] [SVN Commit] area51/PORTS/sysutils/k3b-kde4

2012-09-17 Thread Max Brazhnikov
On Mon, 17 Sep 2012 17:45:35 +0200, Alberto Villa wrote: > On Mon, Sep 17, 2012 at 5:37 PM, Jason E. Hale wrote: > > SVN commit 8627 by jhale: > > > > - shared mime database is updated by the build system, so we don't need > > to do it again > > > > Pointed out by: makc > > If I remember correc

Re: [kde-freebsd] [SVN Commit] area51/PORTS/sysutils/k3b-kde4

2012-09-17 Thread Alberto Villa
On Mon, Sep 17, 2012 at 5:37 PM, Jason E. Hale wrote: > SVN commit 8627 by jhale: > > - shared mime database is updated by the build system, so we don't need > to do it again > > Pointed out by: makc If I remember correctly, this can cause problems with Tinderbox, that's why we did like that (e

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel/qtcreator

2012-09-07 Thread Alberto Villa
On Thu, Sep 6, 2012 at 1:18 PM, Max Brazhnikov wrote: >> This happens on every update of every port, so it's not a problem. The >> distfile will be removed if the user runs a cleanup utility. > > Please mention this change in UPDATING, or postpone commit to portstree till > next qtcreator update.

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel/qtcreator

2012-09-06 Thread Max Brazhnikov
On Mon, 03 Sep 2012 14:35:01 +0200 Alberto Villa wrote: > On Mon, Sep 3, 2012 at 12:22 PM, Raphael Kubo da Costa > wrote: > > Changing DIST_SUBDIR will probably force people to download the tarball > > again and the old copy will stay around indefinitely, but I don't know > > if this can be fixed.

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel/qtcreator

2012-09-03 Thread Alberto Villa
On Mon, Sep 3, 2012 at 12:22 PM, Raphael Kubo da Costa wrote: > Changing DIST_SUBDIR will probably force people to download the tarball > again and the old copy will stay around indefinitely, but I don't know > if this can be fixed. This happens on every update of every port, so it's not a proble

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel/qtcreator

2012-09-03 Thread Raphael Kubo da Costa
Alberto Villa writes: > On Mon, Sep 3, 2012 at 10:43 AM, Alberto Villa wrote: >> Since I don't like the idea of installing private headers from qt4-* >> ports, I made qtcreator download and extract Qt source to include them. >> Given that the distfile has QT4_VERSION variable, this port will hav

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel/qtcreator

2012-09-03 Thread Alberto Villa
On Mon, Sep 3, 2012 at 10:43 AM, Alberto Villa wrote: > Since I don't like the idea of installing private headers from qt4-* > ports, I made qtcreator download and extract Qt source to include them. > Given that the distfile has QT4_VERSION variable, this port will have > to be updated (`make make

Re: [kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2012-06-10 Thread Dima Panov
08.06.2012 21:09, Dima Panov написал: SVN commit 8297 by fluffy: - Update AmaroK to 2.5.90 unstable release ! Beware! It's require updated libgpod, which will follows today. libgpod in the ports now, happy updating and testing. -- Dima Panov (flu...@freebsd.org) (KDE, Office)@FreeBSD team

Re: [kde-freebsd] [SVN Commit] area51/PORTS/x11-toolkits/attica

2012-05-30 Thread Max Brazhnikov
On Wed, 30 May 2012 06:08:13 -0400, Jason E. Hale wrote: > On Wednesday, May 30, 2012 00:49:18 you wrote: > > Jason E. Hale writes: > > > SVN commit 8250 by jhale: > > > > > > - Update x11-toolkits/attica to 0.4.0 > > > > BTW, have you seen > > >

Re: [kde-freebsd] [SVN Commit] area51/PORTS/x11-toolkits/attica

2012-05-30 Thread Jason E. Hale
On Wednesday, May 30, 2012 00:49:18 you wrote: > Jason E. Hale writes: > > SVN commit 8250 by jhale: > > > > - Update x11-toolkits/attica to 0.4.0 > > BTW, have you seen > ? > > A few other ports might need to have their P

Re: [kde-freebsd] [SVN Commit] area51/PORTS/x11-toolkits/attica

2012-05-29 Thread Raphael Kubo da Costa
Jason E. Hale writes: > SVN commit 8250 by jhale: > > - Update x11-toolkits/attica to 0.4.0 BTW, have you seen ? A few other ports might need to have their PORTREVISIONs bumped because of that. _

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel

2012-05-28 Thread Raphael Kubo da Costa
Schaich Alonso writes: > [ 10%] Building CXX object > languages/cpp/cppduchain/CMakeFiles/kdev4cppduchain.dir/declarationbuilder.o > /usr/obj/usr/ports/devel/kdevelop-kde4/work/kdevelop-4.3.1/languages/cpp/cppduchain/declarationbuilder.cp > matching constructor for initialization of 'std::

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel

2012-05-28 Thread Schaich Alonso
On 2012-05-28 (Monday) 21:46:35 Raphael Kubo da Costa wrote: > Schaich Alonso writes: > > I also was working on compiling devel/kdevelop-kde4 (ports one, not > > area51) with clang earlier today, though I more and more get the feeling > > the problems originated in clang's libc++ rather then a kde

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel

2012-05-28 Thread Raphael Kubo da Costa
Schaich Alonso writes: > I also was working on compiling devel/kdevelop-kde4 (ports one, not area51) > with clang earlier today, though I more and more get the feeling the problems > originated in clang's libc++ rather then a kdevelop. Workaround patches are > attached, both to solve issues proba

Re: [kde-freebsd] [SVN Commit] area51/PORTS/devel

2012-05-28 Thread Schaich Alonso
On 2012-05-28 (Monday) 20:45:03 Raphael Kubo da Costa wrote: > SVN commit 8248 by rakuco: > > Add my upstream commits to fix the build with clang. > > > > A kdevelop-kde4/files/patch-git_e37294e > A kdevplatform/files/patch-git_4eed758 > > > _

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-05-24 Thread Alberto Villa
On Thu, May 24, 2012 at 5:11 PM, Max Brazhnikov wrote: > Are these qt4 components really required by digikam? I suppose most of them > are indirect dependencies inherited from kdelibs4 and thus shouldn't be > listed here. Actually, USE_QT4 should be set to the list of components explicitly requ

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2012-05-24 Thread Max Brazhnikov
On Thu, 24 May 2012 13:19:37 GMT, Jason E. Hale wrote: > SVN commit 8223 by jhale: > > - Update graphics/digikam-kde4 to 2.5.0 > - add LICENSE (GPLv2) > - make NLS optional > - add MYSQL option to build MySQL database support > - remove LENSFUN option (graphics/lensfun is now required) > - remove

Re: [kde-freebsd] [SVN Commit] area51/PORTS/x11-toolkits/attica

2012-02-12 Thread Dima Panov
11.02.2012, 12:35, "Raphael Kubo da Costa" : > Dima Panov writes: > >>  SVN commit 7929 by fluffy: >> >>  - Install and detect attica as libattica.so.0 rather than libattica.0.3 to >> avoid ports error > > What kind of error exactly? ports system detect library by libblabla.so.0 template, not

Re: [kde-freebsd] [SVN Commit] area51/PORTS/x11-toolkits/attica

2012-02-10 Thread Raphael Kubo da Costa
Dima Panov writes: > SVN commit 7929 by fluffy: > > - Install and detect attica as libattica.so.0 rather than libattica.0.3 to > avoid ports error What kind of error exactly? ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailma

Re: [kde-freebsd] [SVN Commit] area51/PORTS/multimedia/gstreamer-qt4

2011-10-21 Thread Alberto Villa
On Fri, Oct 21, 2011 at 4:11 PM, Raphael Kubo da Costa wrote: > Pointed out by avilla with his pointy Chinese master stick. :D -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla ___ kde-freebsd mailing list kde-freebsd@kde.org https

Re: [kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon

2011-09-09 Thread Alberto Villa
On Friday 09 September 2011 15:32:09 Alberto Villa wrote: > SVN commit 7622 by avilla: > > - Disable platform plugin devices detection in Phonon. > > The tangible result is no more "Device failing, falling back to > 'default'" notification when using phonon-gstreamer. everyone going to update ph

Re: [kde-freebsd] [SVN Commit] area51/PORTS

2011-09-08 Thread Alberto Villa
On Thursday 08 September 2011 11:13:34 Alberto Villa wrote: > SVN commit 7615 by avilla: > > - Fix CONFLICTS. > > > > M +3 -3 sysutils/zeitgeist/Makefile > M +0 -2 textproc/raptor/Makefile > M +1 -1 textproc/raptor2/Makefile and: sync zeitgeist to marcuscom repository --

Re: [kde-freebsd] [SVN Commit] area51/PORTS/textproc

2011-08-07 Thread Raphael Kubo da Costa
Dima Panov writes: > all librdf parts (raptor, rasqal, redland) is present here. > > or you meant liblrdf and company? All of them still use old raptor > library, and not moved to raptor2 yet.. I meant librdf from librdf.org, but it seems to come in redland itself. Sorry :) _

Re: [kde-freebsd] [SVN Commit] area51/PORTS/textproc

2011-08-07 Thread Dima Panov
Hello! 08.08.2011, 01:57, "Raphael Kubo da Costa" : > Dima Panov writes: > >>  SVN commit 7372 by fluffy: >> >>  - Prepare dependencies for Soprano 2.7.0 >> >>  Leave raptor as pure library >>  Introduce raptor2 as new defaut library and RDF utility >>  Update rasqal and redland[-bind

Re: [kde-freebsd] [SVN Commit] area51/PORTS/textproc

2011-08-07 Thread Raphael Kubo da Costa
Dima Panov writes: > SVN commit 7372 by fluffy: > > - Prepare dependencies for Soprano 2.7.0 > > Leave raptor as pure library > Introduce raptor2 as new defaut library and RDF utility > Update rasqal and redland[-bindings] to raptor2-based vesions Cool, I've been meaning to do that f

Re: [kde-freebsd] [SVN Commit] area51/PORTS/textproc

2011-08-07 Thread Raphael Kubo da Costa
Dima Panov writes: > SVN commit 7372 by fluffy: > > - Prepare dependencies for Soprano 2.7.0 > > Leave raptor as pure library > Introduce raptor2 as new defaut library and RDF utility > Update rasqal and redland[-bindings] to raptor2-based vesions Cool, I've been meaning to do that f

Re: [kde-freebsd] [SVN Commit] area51/PORTS/www/choqok

2010-05-10 Thread Dima Panov
On Monday 10 May 2010 19:43:46 Alberto Villa wrote: > On Monday 10 May 2010 10:37:20 Dima Panov wrote: > > From now choqok require devel/qjson to handle logs. > > at last, qjson will be useful to someone :) Aha, QDbusMenu-qt use it too... -- Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E20

Re: [kde-freebsd] [SVN Commit] area51/PORTS/www/choqok

2010-05-10 Thread Alberto Villa
On Monday 10 May 2010 10:37:20 Dima Panov wrote: > From now choqok require devel/qjson to handle logs. at last, qjson will be useful to someone :) -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla I do not take drugs -- I am drugs. -- Salvador Dali signatur

Re: [kde-freebsd] [SVN Commit] area51/PORTS/audio/taglib

2010-04-09 Thread Jason E. Hale
On Friday 09 April 2010 22:01:45 Dima Panov wrote: > SVN commit 6136 by fluffy: > > - Update to 1.6.2 release > > Only bugfix, no functional/shlib changes > > > M +1 -1 Makefile > M +3 -3 distinfo > > [MAINTAINER] Go ahead and commit with next KDE update. I won't bother sending

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics

2009-12-10 Thread Dima Panov
On Thursday 10 December 2009 23:43:52 Dima Panov wrote: > On Thursday 10 December 2009 16:49:04 Thomas Abthorpe wrote: > > SVN commit 5736 by tabthorpe: > > > > - Need customised poppler to build against Qt4 > > - After further testing, we will mainline into portstree > > > > > > A pop

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics

2009-12-10 Thread Thomas Abthorpe
On Thu, 10 Dec 2009 23:43:52 +1000 Dima Panov wrote: > It can be resolved in easy way. As Max described sutiation for me, all > ports, whic now failed in qt4 dependencies list, incorrectly use OPTIONS > > So fix is more clear. And same for vlc Way more clear! At 0200 seemed like a good idea :)

Re: [kde-freebsd] [SVN Commit] area51/PORTS/graphics

2009-12-10 Thread Dima Panov
On Thursday 10 December 2009 16:49:04 Thomas Abthorpe wrote: > SVN commit 5736 by tabthorpe: > > - Need customised poppler to build against Qt4 > - After further testing, we will mainline into portstree > > > A poppler (directory) > A poppler/Makefile > A p