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

2011-04-08 Thread Alberto Villa
On Friday 08 April 2011 05:35:16 Raphael Kubo da Costa wrote: avilla, do you remember what kind of failure this was supposed to fix? i've checked packagers@ and kde-core-devel@ and it didn't come from there. maybe cmake 2.8.4 fixed a problem with target_link_libraries? may i suggest running a

[kde-freebsd] [SVN Commit] area51/PORTS/Mk

2011-04-08 Thread Max Brazhnikov
SVN commit 7127 by makc: Set CMAKE_BUILD_TYPE to Release by default and to Debug if WITH_DEBUG is defined. Pass CMAKE_BUILD_TYPE to PLIST_SUB Empty CMAKE_BUILD_TYPE or far-fetched like FreeBSD_portbld makes no sense and/or causes problems sometimes. Discussed with: fluffy on

[kde-freebsd] [SVN Commit] area51

2011-04-08 Thread Max Brazhnikov
SVN commit 7128 by makc: Change debug cmake build type to DebugFull M +2 -5 KDE/Mk/bsd.kde4.mk M +2 -5 PORTS/Mk/bsd.kde4.mk ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2011-04-08 Thread Alberto Villa
On Friday 08 April 2011 12:10:06 Max Brazhnikov wrote: SVN commit 7127 by makc: Set CMAKE_BUILD_TYPE to Release by default and to Debug if WITH_DEBUG is defined. Pass CMAKE_BUILD_TYPE to PLIST_SUB this will hardcode -O3 in CFLAGS. are we sure we want it? perhaps there is an easy way to

[kde-freebsd] [SVN Commit] area51

2011-04-08 Thread Max Brazhnikov
SVN commit 7129 by makc: s,KDE4_BUILD_TYPE,CMAKE_BUILD_TYPE, M +1 -1 KDE/deskutils/kdepimlibs4/pkg-plist M +1 -1 KDE/games/kdegames4/pkg-plist M +1 -1 KDE/x11/kdebase4-workspace/pkg-plist M +2 -2 KDE/x11/kdelibs4/pkg-plist M +1 -1

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

2011-04-08 Thread Dima Panov
Hello! 08.04.2011, 21:16, Alberto Villa avi...@freebsd.org: On Friday 08 April 2011 12:10:06 Max Brazhnikov wrote:  SVN commit 7127 by makc:  Set CMAKE_BUILD_TYPE to Release by default and to Debug if WITH_DEBUG is  defined. Pass CMAKE_BUILD_TYPE to PLIST_SUB this will hardcode -O3 in

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

2011-04-08 Thread Alberto Villa
On Friday 08 April 2011 12:25:14 Dima Panov wrote: If -O3 will cause instablity, we can simply patch cmake itself to use -O2 :) i don't have any problem with -O3, -O2 or -Owhatever, but i think that users should still be able to customize their CFLAGS as they like, i.e., if they want -O1,

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

2011-04-08 Thread Max Brazhnikov
On Fri, 8 Apr 2011 12:16:48 +0200, you wrote: On Friday 08 April 2011 12:10:06 Max Brazhnikov wrote: SVN commit 7127 by makc: Set CMAKE_BUILD_TYPE to Release by default and to Debug if WITH_DEBUG is defined. Pass CMAKE_BUILD_TYPE to PLIST_SUB this will hardcode -O3 in CFLAGS. are

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

2011-04-08 Thread Alberto Villa
On Friday 08 April 2011 12:33:39 Max Brazhnikov wrote: 'Release' was the default build type before we switched to empty type. I think exp-run is overkill for this change. lots of plists with *.cmake files will need the same thing we did with KDE4_BUILD_TYPE (now CMAKE_BUILD_TYPE, i see), as we

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

2011-04-08 Thread Max Brazhnikov
On Fri, 8 Apr 2011 12:39:32 +0200, you wrote: On Friday 08 April 2011 12:33:39 Max Brazhnikov wrote: 'Release' was the default build type before we switched to empty type. I think exp-run is overkill for this change. lots of plists with *.cmake files will need the same thing we did with

[kde-freebsd] issue with StaticServers in kdmrc

2011-04-08 Thread Andriy Gapon
Another minor annoyance that I'd like to report. If I put two (or more) entries into StaticServers config line in kdmrc, then I get the following issue. Two X servers and KDM login dialogs start up, VT is automatically switched to one of them, there is no problem here. I then press for

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

2011-04-08 Thread Alberto Villa
On Friday 08 April 2011 13:02:35 Max Brazhnikov wrote: The last one has been fixed already, so only two — not lots :) oh, good :) anyway textproc/wv2 has been fixed on ixystems' by rakuco only, it has to be handled when we commit this cmake update -- Alberto Villa, FreeBSD committer

[kde-freebsd] [SVN Commit] area51/PORTS/devel/kdevplatform

2011-04-08 Thread Raphael Kubo da Costa
SVN commit 7130 by rakuco: kdevplatform: Fix plist. M +1 -0 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/PORTS/devel/kdevelop-pg-qt

2011-04-08 Thread Raphael Kubo da Costa
SVN commit 7131 by rakuco: kdevelop-pg-qt: Revert back to 0.9.0. Version 0.9.5 uses c++0x features, and our base gcc does not even support -std=c++0x. milian and rakuco, just skip the update to 0.9.5 and install the other things milian 0.9.5 is just essential for one bug fix milian a crasher

[kde-freebsd] [SVN Commit] area51/KDE/accessibility/kdeaccessibility4

2011-04-08 Thread Raphael Kubo da Costa
SVN commit 7132 by rakuco: kdeaccessibility4: Pass -DBUILD_jovie=OFF. This should have the same effect the sed calls in post-patch did, and looks cleaner. M +2 -4 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/KDE/misc/kdeedu4

2011-04-08 Thread Raphael Kubo da Costa
SVN commit 7133 by rakuco: kdeedu4: Use -DBUILD_marble=OFF instead of sed to turn marble off. M +1 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/KDE/misc/kdeutils4

2011-04-08 Thread Raphael Kubo da Costa
SVN commit 7134 by rakuco: kdeutils4: Disable printer-applet via CMake, not sed. M +3 -5 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

[kde-freebsd] [SVN Commit] area51/KDE/sysutils/kdeadmin4

2011-04-08 Thread Raphael Kubo da Costa
SVN commit 7136 by rakuco: kdeadmin4: No need to disable lilo-config and kpackage, they don't exist anymore. M +0 -3 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also