head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.8 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.6 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.4 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.2 pkgsrc-2011Q2-base:1.6 pkgsrc-2010Q4:1.5.0.2 pkgsrc-2010Q4-base:1.5 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.1.1.0.2 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2011.01.23.07.55.15; author markd; state dead; branches; next 1.5; 1.5 date 2011.01.10.11.00.31; author markd; state Exp; branches; next 1.4; 1.4 date 2010.05.08.22.13.57; author markd; state dead; branches; next 1.3; 1.3 date 2010.04.10.02.45.04; author markd; state Exp; branches; next 1.2; 1.2 date 2009.10.11.08.13.39; author markd; state dead; branches; next 1.1; 1.1 date 2009.10.02.21.33.16; author markd; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.10.02.21.33.16; author markd; state Exp; branches; next ; desc @@ 1.6 log @Update to KDE SC 4.5.5 bugfixes and translation updates @ text @$NetBSD: patch-aa,v 1.5 2011/01/10 11:00:31 markd Exp $ --- superkaramba/src/CMakeLists.txt.orig 2009-06-17 20:05:58.000000000 +0000 +++ superkaramba/src/CMakeLists.txt @@@@ -106,11 +106,11 @@@@ if(PYTHONLIBS_FOUND) TARGET_LINK_LIBRARIES(superkaramba ${PYTHON_LIBRARIES}) endif(PYTHONLIBS_FOUND) -IF(CMAKE_SYSTEM MATCHES "FreeBSD.*") +IF(CMAKE_SYSTEM MATCHES "FreeBSD.*|DragonFly.*") TARGET_LINK_LIBRARIES(superkaramba kvm ) -ENDIF(CMAKE_SYSTEM MATCHES "FreeBSD.*") +ENDIF(CMAKE_SYSTEM MATCHES "FreeBSD.*|DragonFly.*") install(TARGETS superkaramba ${INSTALL_TARGETS_DEFAULT_ARGS}) @ 1.5 log @Fix build on DragonFly PR#44352 from Peter Avalos @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to KDE SC 4.4.3 Numerous fixes in Konsole, KDE's terminal emulator, among them two possible crashers in session management Flash plugin support in KHTML has been enhanced to work with newest Youtube skins Case-sensitivity in renaming fixes in KIO, KDE's network-transparent I/O library Hiding the mouse cursor in some special cases in presentation mode and two possible crashers have been fixed @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2010/04/10 02:45:04 markd Exp $ d3 16 a18 53 --- ark/plugins/libarchive/libarchivehandler.cpp.orig 2010-03-26 17:30:42.000000000 +0000 +++ ark/plugins/libarchive/libarchivehandler.cpp @@@@ -341,12 +341,16 @@@@ bool LibArchiveInterface::addFiles(const } else if (filename().right(3).toUpper() == "BZ2") { kDebug() << "Detected bzip2 compression for new file"; ret = archive_write_set_compression_bzip2(arch_writer); +#ifdef ARCHIVE_COMPRESSION_XZ } else if (filename().right(2).toUpper() == "XZ") { kDebug() << "Detected xz compression for new file"; ret = archive_write_set_compression_xz(arch_writer); +#endif +#ifdef ARCHIVE_COMPRESSION_LZMA } else if (filename().right(4).toUpper() == "LZMA") { kDebug() << "Detected lzma compression for new file"; ret = archive_write_set_compression_lzma(arch_writer); +#endif } else if (filename().right(3).toUpper() == "TAR") { kDebug() << "Detected no compression for new file (pure tar)"; ret = archive_write_set_compression_none(arch_writer); @@@@ -372,12 +376,16 @@@@ bool LibArchiveInterface::addFiles(const case ARCHIVE_COMPRESSION_BZIP2: ret = archive_write_set_compression_bzip2(arch_writer); break; +#ifdef ARCHIVE_COMPRESSION_XZ case ARCHIVE_COMPRESSION_XZ: ret = archive_write_set_compression_xz(arch_writer); break; +#endif +#ifdef ARCHIVE_COMPRESSION_LZMA case ARCHIVE_COMPRESSION_LZMA: ret = archive_write_set_compression_lzma(arch_writer); break; +#endif case ARCHIVE_COMPRESSION_NONE: ret = archive_write_set_compression_none(arch_writer); break; @@@@ -505,12 +513,16 @@@@ bool LibArchiveInterface::deleteFiles(co case ARCHIVE_COMPRESSION_BZIP2: ret = archive_write_set_compression_bzip2(arch_writer); break; +#ifdef ARCHIVE_COMPRESSION_XZ case ARCHIVE_COMPRESSION_XZ: ret = archive_write_set_compression_xz(arch_writer); break; +#endif +#ifdef ARCHIVE_COMPRESSION_LZMA case ARCHIVE_COMPRESSION_LZMA: ret = archive_write_set_compression_lzma(arch_writer); break; +#endif case ARCHIVE_COMPRESSION_NONE: ret = archive_write_set_compression_none(arch_writer); break; @ 1.3 log @Update KDE to 4.4.2 For 4.4.0 major new technologies have been introduced, including social networking and online collaboration features, a new netbook-oriented interface and infrastructural innovations such as the KAuth authentication framework. According to KDE's bug-tracking system, 7293 bugs have been fixed and 1433 new feature requests were implemented. KDE SC 4.4.1 has a number of improvements: A performance problem in KMail when sending emails has been fixed Various fixes in Plasma widgets and other addons, such as the analog clock and the picture frame A number of fixes in Konsole, KDE's powerful terminal application KDE SC 4.4.2 has a number of improvements: Possible crashes in Plasma, Dolphin and Okular have been fixed The Microblog applet now shows the correct time in the timeline The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI anymore @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update KDE4 to 4.3.2 KDE 4.3.2 brings a nice number of bugfixes, some critical, some just fixing small annoyances: * Many crashers have been fixed in KDE's core libraries, bringing more stability to all applications * KWin's window compositing effects have been further stabilized by fixing a number of bugs in effect plugins such as the famous coverswitch window switcher * The biggest number of bugs for this release has been fixed in KMail, KDE's email client, making it more reliable and usable by correcting a number of display issues * Saving files over themselves works again in Okular, KDE's document viewer @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2009/10/02 21:33:16 markd Exp $ d3 53 a55 13 removing kscd profile as it is delivered by kscd. fixed in kde svn. --- kdelirc/profiles/CMakeLists.txt.orig 2009-08-27 20:17:24.000000000 +1200 +++ kdelirc/profiles/CMakeLists.txt @@@@ -11,7 +11,6 @@@@ install( FILES konqueror.profile.xml suspend.profile.xml shutdown.profile.xml - kscd.profile.xml DESTINATION ${DATA_INSTALL_DIR}/profiles) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import KDE4.3.1 from wip OKed during freeze by wiz and agc @ text @@