summaryrefslogtreecommitdiff
path: root/x11/kdelibs4
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-07-07Correctly detect sockaddr_in6 on NetBSD.markd3-2/+18
2012-07-05Try to fix cmake syntax error when building with clang.joerg2-1/+18
XXX ipv6 detection is still broken
2012-06-16Update to KDE SC 4.8.4markd8-39/+86
Bug fixes.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-3/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-19Fix C++ syntaxjoerg2-1/+33
2012-04-15Update KDE SC to 4.8.2markd4-33/+9
bugfixes.
2012-04-02fix mkspecs/default link to point to correct directory rather thanmarkd1-2/+2
assuming netbsd-g++
2012-04-02Fix from Mark Davies for building with non-default PREFIX.dholland1-3/+3
2012-03-31Restore the fixes needed to build this on SunOS.hans4-3/+25
2012-03-22Detect the version of recent xine's that have moved the version numbermarkd3-2/+29
macros to xine/version.h
2012-03-19Update to KDE SC 4.8.0markd29-1193/+1797
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-23Add some missing includes to ensure dependent type / friend declarationsjoerg3-1/+27
are present.
2012-01-21Dependency on libdbusmenu-qt came in with David's backported qt4.8markd1-1/+2
patches. Add to buildlink3.mk as well.
2012-01-18Pull across (modified) patch for qt-4.8 from wip/kdelibs4. PKGREVISION++abs5-6/+87
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache2-4/+4
2011-11-30Fix previous.wiz1-2/+2
2011-11-29Fix build on SunOS.hans2-2/+10
2011-11-20don't interpret html tags. KDE Security Advisory 20111003-1markd4-3/+86
2011-11-01Fix build on SunOS with gcc 4.6.hans2-1/+13
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-09-29Revert to previous way of specifying docbook-{xml,xsl} dependencies.markd1-4/+5
buildlink was causing a work-directory path to remain in the installed package.
2011-09-27Use buildlink3.mk files for the dependencies on docbook-xml andmarkd3-7/+23
docbook-xsl to fix build with latest cmake infrastructure. Also fix locating rgb.txt.
2011-06-04the taglib check fails as it does not pass 1.10 as later than 1.4.abs3-3/+17
let pkgsrc handle the version check bump pkgrevision
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-04-11Fix for CVE-2011-1168.markd3-3/+22
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner2-4/+5
(uses giflib now per default) bump PKGREV
2011-01-23Update to KDE SC 4.5.5markd2-6/+5
bugfixes and translation updates
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-3/+4
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty2-4/+4
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-12-06Update to KDE SC 4.5.4markd2-6/+5
4.5.4 brings bugfixes and translation updates
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-3/+4
2010-11-10Make sure it uses the correct liblzmamarkd1-1/+4
2010-11-03Update to KDE SC 4.5.3markd2-6/+5
4.5.3 brings a number of improvements: * KSharedDataCache has cache invalidation bug fixed that caused stability when daylight saving time changed. * Icon overlays in Dolphin are now positioned correctly after adjusting the zoom level. * Okular, KDE's universal document viewer has seen improvements in the DjVu and XPS backends.
2010-10-26Note dependency on docbook-xml and docbook-xsl and rework the handlingmarkd3-17/+19
of the lack of pthread_mutexattr_setpshared() on NetBSD. Bump PKGREVISION
2010-10-25Update to KDE SC 4.5.2markd4-120/+144
4.5.2 translation updates, performance and stability improvements and other bugfixes. 4.5.0 new versions of the Plasma Workspaces, the KDE Applications and the KDE Development Platform in version 4.5.0. While focus within this release cycle lay on stability, the overall polish and performance gain is well noticable. Features such as the reworked notification area, Marble's map routing and support for WebKit in Konqueror round up this release.
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-07-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd2-3/+4
2010-07-04Update to KDE SC 4.4.5.markd2-6/+5
Several bugs in encoding and refreshing in Konsole have been fixed A couple of crashes in Okular's PDF viewer have been fixed Alarms have received some fixes in KDE PIM The changelog lists more, if not all improvements since KDE SC 4.4.4.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-06Include sys/mmap.h for mmap(), not just posix_madvise().markd2-1/+15
Should fix PR pkg/42825. No PKGREVISION bump required as either package didn't build previously or no change to binary package.
2010-06-02Update to KDE SC 4.4.4markd1-4/+4
* Several bugs in filename sorting in the Dolphin file manager have been fixed * Issues with encoded filenames in ZIP archives have been fixed * A number of bugs in games, such as KMines, KNetwalk and LSkat and KSpaceDuel have been fixed The changelog lists more
2010-05-08Update to KDE SC 4.4.3markd2-6/+5
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
2010-04-12Fix perl path in plasma_popupapplet_fix_groups.pl (it moved locationmarkd1-3/+3
in the tree). Bump PKGREVISION.
2010-04-11Indirect the installation of dbus files into ${PKG_SYSCONFDIR}.markd5-3/+38
Bump PKGREVISION.
2010-04-10Update KDE to 4.4.2markd4-74/+300
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