[kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4
SVN commit 9032 by makc: Convert to new option framework and remove nasty autodetection for avahi-libdns Remove en-aspell from dependencies, as we build kdelins only with Enchant M +5 -3 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] [SVN Commit] area51/KDE/sysutils/nepomuk-widgets
SVN commit 9033 by makc: Respect CMAKE_BUILD_TYPE 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
[kde-freebsd] [SVN Commit] area51/KDE/x11/kactivities
SVN commit 9034 by makc: - Add dependence on soprano and nepomuk-core - kactivity manager needs decent compiler. Use gcc48 as temporary solution (bapt's goint to introduce USES= moderncompiler soon) - Update plist for 4.10.1 M +6 -2 Makefile M +34 -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] [SVN Commit] area51/KDE/x11/kactivities
Isn't GCC 4.2 enough? It used to be. -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla Il giorno 08/mar/2013 13:06, "Max Brazhnikov" ha scritto: > SVN commit 9034 by makc: > > - Add dependence on soprano and nepomuk-core > - kactivity manager needs decent compiler. Use gcc48 as temporary solution > (bapt's goint to introduce USES= moderncompiler soon) > - Update plist for 4.10.1 > > > M +6 -2 Makefile > M +34 -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 > ___ 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/math/analitza
SVN commit 9035 by makc: Add dependence on GLU Tweak COMMENT M +3 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] [SVN Commit] area51/KDE/editors/kate
SVN commit 9036 by makc: Add dependence on kactivities and devel/qjson M +3 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kactivities
On Fri, 08 Mar 2013 12:06:17 + Max Brazhnikov wrote: > SVN commit 9034 by makc: > > - Add dependence on soprano and nepomuk-core > - kactivity manager needs decent compiler. Use gcc48 as temporary solution > (bapt's goint to introduce USES= moderncompiler soon) both gcc46 from lang/gcc and clang from 9.1-stable don't pass tests. I haven't tried other versions, but gcc48 does the job. 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
Re: [kde-freebsd] [SVN Commit] area51/KDE/x11/kactivities
On Fri, 08 Mar 2013 13:10:01 +0100 Alberto Villa wrote: > Isn't GCC 4.2 enough? It used to be. It claims that gcc=>4.5 and clang=>3.1 are sufficient. I have tested: gcc version 4.2.1 20070831 patched [FreeBSD] gcc version 4.6.3 (FreeBSD Ports Collection) FreeBSD clang version 3.2 (tags/RELEASE_32/final 170710) 20121221 gcc version 4.8.0 20130303 (experimental) (FreeBSD Ports Collection) only the last was good enough. I've put gcc48 to finish tinderbox builds, don't consider it as a final decision. > Alberto Villa, FreeBSD committer > http://people.FreeBSD.org/~avilla > Il giorno 08/mar/2013 13:06, "Max Brazhnikov" ha scritto: > > > SVN commit 9034 by makc: > > > > - Add dependence on soprano and nepomuk-core > > - kactivity manager needs decent compiler. Use gcc48 as temporary solution > > (bapt's goint to introduce USES= moderncompiler soon) > > - Update plist for 4.10.1 > > > > > > M +6 -2 Makefile > > M +34 -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 > > ___ 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 Port: deskutils/strigi
On 2013-03-05 08:11 AM, Max Brazhnikov wrote: On Mon, 04 Mar 2013 23:56:11 -0500 Mike Jakubik wrote: Hello, I am unable to compile this port with either Clang or GCC, have also reinstalled clucene but no luck. Try this recipe: http://mail.kde.org/pipermail/kde-freebsd/2013-February/014846.html Unfortunately that did not solve the issue for me. I added "libclucene-shared" to CMakeLists.txt, also tried "clucene-shared", it can't find it for some reason. [ 65%] Built target lucene2indexer Linking CXX executable index2dump /usr/bin/ld: cannot find -llibclucene-shared clang++: error: linker command failed with exit code 1 (use -v to see invocation) *** [libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/index2dump] Error code 1 Stop in /usr/ports/deskutils/strigi/work/strigi-0.7.7. *** [libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeFiles/index2dump.dir/all] Error code 1 $ ls -l /usr/local/lib/libclucene* lrwxr-xr-x 1 root wheel 28 Mar 4 23:48 /usr/local/lib/libclucene-contribs-lib.so -> libclucene-contribs-lib.so.1 lrwxr-xr-x 1 root wheel 34 Mar 4 23:48 /usr/local/lib/libclucene-contribs-lib.so.1 -> libclucene-contribs-lib.so.2.3.3.4 -rwxr-xr-x 1 root wheel 401656 Mar 4 23:48 /usr/local/lib/libclucene-contribs-lib.so.2.3.3.4 lrwxr-xr-x 1 root wheel 20 Mar 4 23:48 /usr/local/lib/libclucene-core.so -> libclucene-core.so.1 lrwxr-xr-x 1 root wheel 26 Mar 4 23:48 /usr/local/lib/libclucene-core.so.1 -> libclucene-core.so.2.3.3.4 -rwxr-xr-x 1 root wheel 1661136 Mar 4 23:48 /usr/local/lib/libclucene-core.so.2.3.3.4 lrwxr-xr-x 1 root wheel 22 Mar 4 23:48 /usr/local/lib/libclucene-shared.so -> libclucene-shared.so.1 lrwxr-xr-x 1 root wheel 28 Mar 4 23:48 /usr/local/lib/libclucene-shared.so.1 -> libclucene-shared.so.2.3.3.4 -rwxr-xr-x 1 root wheel 127976 Mar 4 23:48 /usr/local/lib/libclucene-shared.so.2.3.3.4 ___ 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] Where .cmake files should be put?
Hi! I'm updating the port comms/openobex I maintain. With the last version they moved to cmake. The port is installing these files: lib/cmake/OpenObex-1.7/openobex-target-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/OpenObex-1.7/openobex-config-version.cmake lib/cmake/OpenObex-1.7/openobex-target.cmake lib/cmake/OpenObex-1.7/openobex-config.cmake I had a look at other ports installing similar files and found out that these are being put in a plethora of places. Not being a cmake guru I'm not sure what is the "right thing" about these. Should I leave the port put them where he wants them and just update the plist? Is there a standard place where such files should be put? Or a standard nomenclature for the directory(most ports I have seen use just lowercase PORTNAME for this) Or there is no consensus and it's at maintainer/committer discretion? BTW what are these files for? :) Thanks in advance for any help. NOTE: Please reply to me privately too since I'm not subscribed to this list. Thanks. -- Guido Falsi ___ 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] kde3 maintainer contact
Istvan Gabor writes: > I have a few specific questions regarding kde3 in freebsd. > As there is no freebsd kde3 list I would like to ask my questions > directly from port maintainer(s). Do you know how can I contact > them? There isn't one. There is a k...@freebsd.org mailing list, but it's listed as maintaining kde4, not kde3. ___ 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] kde3 maintainer contact
On Thu, 07 Mar 2013 16:51:47 -0500 Lowell Gilbert wrote: > Istvan Gabor writes: > > > I have a few specific questions regarding kde3 in freebsd. > > As there is no freebsd kde3 list I would like to ask my questions > > directly from port maintainer(s). Do you know how can I contact > > them? > > There isn't one. There is a k...@freebsd.org mailing list, but it's > listed as maintaining kde4, not kde3. KDE 3 ports are not maintained. You can use general ports@ mailist, CCing to k...@freebsd.org won't hurt, but not expect much response. 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
Re: [kde-freebsd] Where .cmake files should be put?
On Wed, 06 Mar 2013 23:56:04 +0100 Guido Falsi wrote: > Hi! > > I'm updating the port comms/openobex I maintain. > > With the last version they moved to cmake. The port is installing these > files: > > lib/cmake/OpenObex-1.7/openobex-target-%%CMAKE_BUILD_TYPE%%.cmake > lib/cmake/OpenObex-1.7/openobex-config-version.cmake > lib/cmake/OpenObex-1.7/openobex-target.cmake > lib/cmake/OpenObex-1.7/openobex-config.cmake > > I had a look at other ports installing similar files and found out that > these are being put in a plethora of places. cmake(1) will look for them in: /(lib/|lib|share)/cmake/*/ /(lib/|lib|share)/*/ /(lib/|lib|share)/*/(cmake|CMake)/ > Not being a cmake guru I'm not sure what is the "right thing" about these. > > Should I leave the port put them where he wants them and just update the > plist? yes. > Is there a standard place where such files should be put? Or a standard > nomenclature for the directory(most ports I have seen use just lowercase > PORTNAME for this) http://xkcd.com/927/ > Or there is no consensus and it's at maintainer/committer discretion? > > BTW what are these files for? :) Think of them like *.pc files for pkg-config. 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/PORTS/databases/akonadi
SVN commit 9037 by makc: Update akonadi to 1.9.1 M +1 -1 Makefile M +2 -2 distinfo 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
[kde-freebsd] [SVN Commit] area51/KDE/deskutils/kdepimlibs4
SVN commit 9038 by makc: Update plist for 4.10.1 M +48 -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] [SVN Commit] area51/KDE/x11/kactivities
On Fri, 08 Mar 2013 14:27:52 + Max Brazhnikov wrote: > On Fri, 08 Mar 2013 13:10:01 +0100 Alberto Villa wrote: > > Isn't GCC 4.2 enough? It used to be. > > It claims that gcc=>4.5 and clang=>3.1 are sufficient. I have tested: > gcc version 4.2.1 20070831 patched [FreeBSD] > gcc version 4.6.3 (FreeBSD Ports Collection) > FreeBSD clang version 3.2 (tags/RELEASE_32/final 170710) 20121221 > gcc version 4.8.0 20130303 (experimental) (FreeBSD Ports Collection) > > only the last was good enough. I've put gcc48 to finish tinderbox builds, > don't consider it as a final decision. > I can build it with base clang over here, though I can't comment on whether the built programms work the way they're supposed to. Have you also tried gcc-4.7? (asking because 4.8 is still in Beta phase after all) If this version is to be commited to official ports, I think x11/kactivities should make a notice about the need to configure libmap.conf for the ports g++48 built things to work. Alonso ___ 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] kcalc
Hi, It seems that kcalc is not compiling properly. Any ideas? FreeBSD 10.0-CURRENT #0 r247527: Fri Mar 1 00:38:04 EST 2013 Derrick ber.o -c /usr/ports/math/kcalc/work/kcalc-4.10.1/knumber/knumber.cpp /usr/bin/c++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=26 - DKDE_DEPRECATED_WARNINGS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL - DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS - D_REENTRANT -Dkdeinit_kcalc_EXPORTS -O2 -pipe -fno-strict-aliasing - O2 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -fPIC - I/usr/ports/math/kcalc/work/kcalc-4.10.1/build - I/usr/ports/math/kcalc/work/kcalc-4.10.1 - I/usr/ports/math/kcalc/work/kcalc-4.10.1/knumber - I/usr/local/kde4/include -I/usr/local/kde4/include/KDE - I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns - I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit - I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest - I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql - I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript - I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork - I/usr/local/include/qt4/QtMultimedia -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/kdeinit_kcalc.dir/kdeinit_kcalc_automoc.o -c /usr/ports/math/kcalc/work/kcalc-4.10.1/build/kdeinit_kcalc_automoc.cpp [ 45%] Building CXX object CMakeFiles/kdeinit_kcalc.dir/knumber/knumber_error.o /usr/bin/c++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=26 - DKDE_DEPRECATED_WARNINGS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL - DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS - D_REENTRANT -Dkdeinit_kcalc_EXPORTS -O2 -pipe -fno-strict-aliasing - O2 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -fPIC - I/usr/ports/math/kcalc/work/kcalc-4.10.1/build - I/usr/ports/math/kcalc/work/kcalc-4.10.1 - I/usr/ports/math/kcalc/work/kcalc-4.10.1/knumber - I/usr/local/kde4/include -I/usr/local/kde4/include/KDE - I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns - I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit - I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest - I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql - I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript - I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork - I/usr/local/include/qt4/QtMultimedia -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/kdeinit_kcalc.dir/knumber/knumber_error.o -c /usr/ports/math/kcalc/work/kcalc-4.10.1/knumber/knumber_error.cpp /usr/local/bin/cmake -E cmake_progress_report /usr/ports/math/kcalc/work/kcalc-4.10.1/build/CMakeFiles 12 [ 48%] Building CXX object CMakeFiles/kdeinit_kcalc.dir/knumber/knumber_float.o /usr/bin/c++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=26 - DKDE_DEPRECATED_WARNINGS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL - DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS - D_REENTRANT -Dkdeinit_kcalc_EXPORTS -O2 -pipe -fno-strict-aliasing - O2 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -fPIC - I/usr/ports/math/kcalc/work/kcalc-4.10.1/build - I/usr/ports/math/kcalc/work/kcalc-4.10.1 - I/usr/ports/math/kcalc/work/kcalc-4.10.1/knumber - I/usr/local/kde4/include -I/usr/local/kde4/include/KDE - I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns - I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit - I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest - I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql - I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript - I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork - I/usr/local/include/qt4/QtMultimedia -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/kdeinit_kcalc.dir/knumber/knumber_float.o -c /usr/ports/math/kcalc/work/kcalc-4.10.1/knumber/knumber_float.cpp /usr/ports/math/kcalc/work/kcalc-4.10.1/knumber/knumber_float.cpp:898:31: error: no member named 'exp10' in the global namespace retur
Re: [kde-freebsd] Where .cmake files should be put?
On 03/08/13 16:14, Max Brazhnikov wrote: On Wed, 06 Mar 2013 23:56:04 +0100 Guido Falsi wrote: Hi! I'm updating the port comms/openobex I maintain. With the last version they moved to cmake. The port is installing these files: lib/cmake/OpenObex-1.7/openobex-target-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/OpenObex-1.7/openobex-config-version.cmake lib/cmake/OpenObex-1.7/openobex-target.cmake lib/cmake/OpenObex-1.7/openobex-config.cmake I had a look at other ports installing similar files and found out that these are being put in a plethora of places. cmake(1) will look for them in: /(lib/|lib|share)/cmake/*/ /(lib/|lib|share)/*/ /(lib/|lib|share)/*/(cmake|CMake)/ Not being a cmake guru I'm not sure what is the "right thing" about these. Should I leave the port put them where he wants them and just update the plist? yes. Is there a standard place where such files should be put? Or a standard nomenclature for the directory(most ports I have seen use just lowercase PORTNAME for this) http://xkcd.com/927/ Or there is no consensus and it's at maintainer/committer discretion? BTW what are these files for? :) Think of them like *.pc files for pkg-config. Thanks for the reply. This is exactly the information I was looking for. -- Guido Falsi ___ 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] kcalc
On Fri, 08 Mar 2013 17:19:44 -0500 Derrick Dantavious Edwards wrote: > Hi, > It seems that kcalc is not compiling properly. Any ideas? > > FreeBSD 10.0-CURRENT #0 r247527: Fri Mar 1 00:38:04 EST 2013 > > Derrick > > ber.o -c /usr/ports/math/kcalc/work/kcalc-4.10.1/knumber/knumber.cpp > /usr/bin/c++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=26 - > DKDE_DEPRECATED_WARNINGS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL - > DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS - > D_REENTRANT -Dkdeinit_kcalc_EXPORTS -O2 -pipe -fno-strict-aliasing - > O2 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -fPIC - > I/usr/ports/math/kcalc/work/kcalc-4.10.1/build - > I/usr/ports/math/kcalc/work/kcalc-4.10.1 - > I/usr/ports/math/kcalc/work/kcalc-4.10.1/knumber - > I/usr/local/kde4/include -I/usr/local/kde4/include/KDE - > I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns - > I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit - > I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest - > I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql - > I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript - > I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork - > I/usr/local/include/qt4/QtMultimedia -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/kdeinit_kcalc.dir/kdeinit_kcalc_automoc.o -c > /usr/ports/math/kcalc/work/kcalc-4.10.1/build/kdeinit_kcalc_automoc.cpp > [ 45%] Building CXX object > CMakeFiles/kdeinit_kcalc.dir/knumber/knumber_error.o > /usr/bin/c++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=26 - > DKDE_DEPRECATED_WARNINGS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL - > DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS - > D_REENTRANT -Dkdeinit_kcalc_EXPORTS -O2 -pipe -fno-strict-aliasing - > O2 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -fPIC - > I/usr/ports/math/kcalc/work/kcalc-4.10.1/build - > I/usr/ports/math/kcalc/work/kcalc-4.10.1 - > I/usr/ports/math/kcalc/work/kcalc-4.10.1/knumber - > I/usr/local/kde4/include -I/usr/local/kde4/include/KDE - > I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns - > I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit - > I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest - > I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql - > I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript - > I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork - > I/usr/local/include/qt4/QtMultimedia -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/kdeinit_kcalc.dir/knumber/knumber_error.o -c > /usr/ports/math/kcalc/work/kcalc-4.10.1/knumber/knumber_error.cpp > /usr/local/bin/cmake -E cmake_progress_report > /usr/ports/math/kcalc/work/kcalc-4.10.1/build/CMakeFiles 12 > [ 48%] Building CXX object > CMakeFiles/kdeinit_kcalc.dir/knumber/knumber_float.o > /usr/bin/c++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=26 - > DKDE_DEPRECATED_WARNINGS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL - > DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS - > D_REENTRANT -Dkdeinit_kcalc_EXPORTS -O2 -pipe -fno-strict-aliasing - > O2 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -fPIC - > I/usr/ports/math/kcalc/work/kcalc-4.10.1/build - > I/usr/ports/math/kcalc/work/kcalc-4.10.1 - > I/usr/ports/math/kcalc/work/kcalc-4.10.1/knumber - > I/usr/local/kde4/include -I/usr/local/kde4/include/KDE - > I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns - > I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit - > I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest - > I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql - > I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript - > I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork - > I/usr/local/include/qt4/QtMultimedia -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/kdeinit_kcalc.dir/knumber/knum
[kde-freebsd] kdeutils-printer-applet-4.10.1 fetch problem
Hi, Below kdeutils-printer-applet-4.10.1 fails to fetch distfile. ===> Cleaning for kdeutils-printer-applet-4.10.1 ===> kdeutils-printer-applet-4.10.1 depends on file: /usr/local/sbin/pkg - found => printer-applet-4.10.1.tar.xz is not in /usr/ports/print/kdeutils4-printer- applet/distinfo. => Either /usr/ports/print/kdeutils4-printer-applet/distinfo is out of date, or => printer-applet-4.10.1.tar.xz is spelled incorrectly. *** [do-fetch] Error code 1 Stop in /usr/ports/print/kdeutils4-printer-applet. ===>>> make failed for print/kdeutils4-printer-applet ===>>> Aborting update ===>>> Update for print/kdeutils4-printer-applet failed ===>>> Aborting update ___ 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] kcalc
On Saturday, March 09, 2013 01:19:59 AM Schaich Alonso wrote: > On Fri, 08 Mar 2013 17:19:44 -0500 > > Derrick Dantavious Edwards wrote: > > Hi, > > > > It seems that kcalc is not compiling properly. Any ideas? > > > > FreeBSD 10.0-CURRENT #0 r247527: Fri Mar 1 00:38:04 EST 2013 > > > > Derrick > > > > ber.o -c /usr/ports/math/kcalc/work/kcalc-4.10.1/knumber/knumber.cpp > > /usr/bin/c++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=26 - > > DKDE_DEPRECATED_WARNINGS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL - > > DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS - > > D_REENTRANT -Dkdeinit_kcalc_EXPORTS -O2 -pipe -fno-strict-aliasing - > > O2 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -fPIC - > > I/usr/ports/math/kcalc/work/kcalc-4.10.1/build - > > I/usr/ports/math/kcalc/work/kcalc-4.10.1 - > > I/usr/ports/math/kcalc/work/kcalc-4.10.1/knumber - > > I/usr/local/kde4/include -I/usr/local/kde4/include/KDE - > > I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns - > > I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit - > > I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest - > > I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql - > > I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript - > > I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork - > > I/usr/local/include/qt4/QtMultimedia -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/kdeinit_kcalc.dir/kdeinit_kcalc_automoc.o -c > > /usr/ports/math/kcalc/work/kcalc-4.10.1/build/kdeinit_kcalc_automoc.cpp > > [ 45%] Building CXX object > > CMakeFiles/kdeinit_kcalc.dir/knumber/knumber_error.o > > /usr/bin/c++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=26 - > > DKDE_DEPRECATED_WARNINGS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL - > > DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS - > > D_REENTRANT -Dkdeinit_kcalc_EXPORTS -O2 -pipe -fno-strict-aliasing - > > O2 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -fPIC - > > I/usr/ports/math/kcalc/work/kcalc-4.10.1/build - > > I/usr/ports/math/kcalc/work/kcalc-4.10.1 - > > I/usr/ports/math/kcalc/work/kcalc-4.10.1/knumber - > > I/usr/local/kde4/include -I/usr/local/kde4/include/KDE - > > I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns - > > I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit - > > I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest - > > I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql - > > I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript - > > I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork - > > I/usr/local/include/qt4/QtMultimedia -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/kdeinit_kcalc.dir/knumber/knumber_error.o -c > > /usr/ports/math/kcalc/work/kcalc-4.10.1/knumber/knumber_error.cpp > > /usr/local/bin/cmake -E cmake_progress_report > > /usr/ports/math/kcalc/work/kcalc-4.10.1/build/CMakeFiles 12 > > [ 48%] Building CXX object > > CMakeFiles/kdeinit_kcalc.dir/knumber/knumber_float.o > > /usr/bin/c++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=26 - > > DKDE_DEPRECATED_WARNINGS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL - > > DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS - > > D_REENTRANT -Dkdeinit_kcalc_EXPORTS -O2 -pipe -fno-strict-aliasing - > > O2 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -fPIC - > > I/usr/ports/math/kcalc/work/kcalc-4.10.1/build - > > I/usr/ports/math/kcalc/work/kcalc-4.10.1 - > > I/usr/ports/math/kcalc/work/kcalc-4.10.1/knumber - > > I/usr/local/kde4/include -I/usr/local/kde4/include/KDE - > > I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns - > > I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit - > > I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest - > > I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql - > > I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript - > > I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork - > > I/usr/local/include/qt4/QtMultimedia -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/q
[kde-freebsd] [SVN Commit] area51/KDE
SVN commit 9039 by makc: print/print-manager: - Rename port and remove kdeutils4 prefix - Fix dependencies - Create plist misc/kdeutils4: - Fix typo M +4 -4 misc/kdeutils4/Makefile D print/kdeutils4-print-manager (directory) A print/print-manager (directory) M +6 -7 print/print-manager/Makefile M +32 -0 print/print-manager/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] [SVN Commit] area51/KDE
Isn't the name a bit generic? Ah, it looks like I can't do anything but complaining. :) -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla Il giorno 09/mar/2013 03:02, "Max Brazhnikov" ha scritto: > SVN commit 9039 by makc: > > print/print-manager: > - Rename port and remove kdeutils4 prefix > - Fix dependencies > - Create plist > misc/kdeutils4: > - Fix typo > > M +4 -4 misc/kdeutils4/Makefile > D print/kdeutils4-print-manager (directory) > A print/print-manager (directory) > M +6 -7 print/print-manager/Makefile > M +32 -0 print/print-manager/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 > ___ 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/x11/kdelibs4
SVN commit 9040 by makc: Clean up dependencies: - remove net/samba-libsmbclient and net/avahi-qt4 - update list of Qt4 components M +5 -7 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] [SVN Commit] area51/KDE/x11
SVN commit 9041 by makc: Update USE_QT4 components M +2 -1 kactivities/Makefile M +3 -2 kde4-baseapps/Makefile M +2 -2 kde4-runtime/Makefile M +2 -2 kde4-workspace/Makefile M +1 -1 kgamma/Makefile M +2 -1 libkonq/Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] [SVN Commit] area51/KDE
SVN commit 9042 by makc: Update USE_QT4 components M +2 -1 accessibility/kaccessible/Makefile M +1 -1 archivers/ark/Makefile M +2 -2 astro/marble/Makefile M +1 -2 audio/juk/Makefile M +1 -1 audio/kmix/Makefile M +1 -1 audio/libkcddb/Makefile M +1 -1 audio/libkcompactdisc/Makefile M +2 -2 comms/kremotecontrol/Makefile M +2 -1 deskutils/kdepim4-runtime/Makefile M +2 -2 deskutils/kdepim4/Makefile M +1 -1 deskutils/kdepimlibs4/Makefile M +1 -1 deskutils/kdeplasma-addons/Makefile M +1 -1 deskutils/kruler/Makefile M +1 -1 devel/py-pykdeuic4/Makefile M +1 -1 editors/kate/Makefile M +1 -1 games/blinken/Makefile M +1 -1 games/bomber/Makefile M +1 -1 games/bovo/Makefile M +2 -1 games/granatier/Makefile M +1 -1 games/kajongg/Makefile M +2 -1 games/kanagram/Makefile M +2 -1 games/kapman/Makefile M +1 -1 games/katomic/Makefile M +2 -1 games/kblackbox/Makefile M +2 -1 games/kblocks/Makefile M +1 -1 games/kbounce/Makefile M +2 -1 games/kbreakout/Makefile M +1 -1 games/kdiamond/Makefile M +1 -1 games/kfourinline/Makefile M +1 -1 games/kgoldrunner/Makefile M +2 -1 games/khangman/Makefile M +1 -1 games/kigo/Makefile M +2 -1 games/killbots/Makefile M +1 -1 games/kiriki/Makefile M +1 -1 games/kjumpingcube/Makefile M +1 -1 games/klines/Makefile M +1 -1 games/kmahjongg/Makefile M +1 -1 games/kmines/Makefile M +2 -1 games/knavalbattle/Makefile M +1 -1 games/knetwalk/Makefile M +1 -1 games/kolf/Makefile M +1 -1 games/kollision/Makefile M +1 -1 games/konquest/Makefile M +1 -1 games/kpat/Makefile M +1 -1 games/kreversi/Makefile M +1 -1 games/kshisen/Makefile M +2 -1 games/ksirk/Makefile M +1 -1 games/ksnakeduel/Makefile M +1 -1 games/kspaceduel/Makefile M +1 -1 games/ksquares/Makefile M +2 -1 games/ksudoku/Makefile M +1 -1 games/ktuberling/Makefile M +2 -1 games/kubrick/Makefile M +1 -2 games/libkdegames/Makefile M +1 -1 games/libkmahjongg/Makefile M +2 -1 games/lskat/Makefile M +2 -1 games/palapeli/Makefile M +1 -1 graphics/kamera-kde4/Makefile M +1 -1 graphics/kcolorchooser/Makefile M +1 -1 graphics/kdegraphics4-strigi-analyzer/Makefile M +1 -1 graphics/kdegraphics4-svgpart/Makefile M +1 -1 graphics/kolourpaint/Makefile M +1 -1 graphics/ksaneplugin/Makefile M +1 -1 graphics/ksnapshot/Makefile M +1 -1 graphics/libksane/Makefile M +1 -1 math/kbruch/Makefile M +1 -2 multimedia/dragon/Makefile M +1 -2 x11-clocks/kdetoys4/Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] [SVN Commit] area51/KDE
SVN commit 9043 by makc: Update USE_QT4 components M +2 -2 devel/kdesdk4/Makefile M +2 -1 devel/p5-perlkde/Makefile M +2 -1 devel/p5-perlqt/Makefile M +1 -1 devel/py-krosspython/Makefile M +2 -1 devel/py-pykde4/Makefile M +1 -1 devel/ruby-korundum/Makefile M +1 -1 devel/ruby-krossruby/Makefile M +1 -2 devel/ruby-qtruby/Makefile M +1 -1 devel/smokegen/Makefile M +1 -1 devel/smokekde/Makefile M +3 -3 devel/smokeqt/Makefile M +2 -2 graphics/gwenview-kde4/Makefile M +2 -2 graphics/kdegraphics4-mobipocket/Makefile M +1 -1 graphics/kdegraphics4-thumbnailers/Makefile M +1 -2 graphics/libkdcraw-kde4/Makefile M +2 -2 graphics/libkexiv2-kde4/Makefile M +2 -3 graphics/libkipi-kde4/Makefile M +3 -2 graphics/okular/Makefile M +1 -1 japanese/kiten/Makefile M +2 -2 lang/kturtle/Makefile M +2 -1 math/analitza/Makefile M +1 -1 math/cantor/Makefile M +1 -1 math/kalgebra/Makefile M +1 -2 math/kcalc/Makefile M +2 -2 math/kig/Makefile M +1 -1 math/rocs/Makefile M +2 -1 misc/ktouch/Makefile M +1 -1 misc/libkdeedu/Makefile M +1 -1 misc/parley/Makefile M +2 -1 net-im/kopete-kde4/Makefile M +2 -1 net/kdenetwork4/Makefile M +2 -1 net/krfb/Makefile M +1 -1 science/kalzium/Makefile M +1 -1 science/step/Makefile M +13 -14sysutils/nepomuk-core/Makefile M +1 -1 sysutils/nepomuk-widgets/Makefile M +1 -1 x11-themes/kdeartwork4/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