summaryrefslogtreecommitdiff
path: root/x11/qt4-libs
AgeCommit message (Collapse)AuthorFilesLines
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-4/+4
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-21Use a more robust way to find the current stack frame. Fixes infinitejoerg2-1/+18
loop when trying to load the script binding, if build with clang.
2013-09-15don't define GLIBCXX_USE_C99_FP_MACROS_DYNAMIC=1 for clang on Darwindbj1-1/+3
2013-09-02Revbump after cairo updateadam2-2/+7
2013-08-29Don't use false as pointer literal. Add explicit enum cast around bitjoerg4-1/+43
ops on enums.
2013-07-07Qt 4.8.5 provides overall close to 400 improvements, for example:adam16-181/+108
35 fixes to Qt Core module 65 fixes to Qt Gui module 21 Mac OS X specific fixes 15 Windows specific fixes 8 Linux/X11 specific fixes Webkit upgrade to 2.2.4 (minor improvements) Change all shmget calls to user-only memory (security) Several important fixes for the VxWorks port in the Qt Enterprise version
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-19Fix building on Mac OS X with Xcode 4.6adam2-1/+17
2013-05-09Don't use forward defines for the std namespace. Fix variousjoerg23-6/+799
inconsistencies in the iterator usage. Explicitly specify which wcschr variant to use. Allow building with libc++ and use <atomic> in that case.
2013-04-13Added a patch from https://bugreports.qt-project.org/browse/QTBUG-29082 -jaapb3-3/+23
this solves a problem with KDE's plasma-desktop crashing whenever a system tray is added to the panel. Change has already been merged into the upstream version, see https://codereview.qt-project.org/#change,46616
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-3/+4
2013-01-11Default values go into the class declaration, not the implementation.joerg2-1/+24
2013-01-11Prefer bsdtar (in-tree) over external GPL3 gtar.joerg1-2/+2
2012-12-07Qt 4.8.4 is a bug-fix release. It maintains both forward and backwardadam8-36/+37
compatibility (source and binary) with Qt 4.8.0, 4.8.1, 4.8.2 and 4.8.3. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt-project.org/doc/4.8 The Qt version 4.8 series is binary compatible with the 4.7.x series. Applications compiled for 4.7 will continue to run with 4.8. Some of the changes listed in this file include issue tracking numbers corresponding to tasks in the Qt Bug Tracker or the Merge Request queue of the public source repository.
2012-11-19Add patch.ryoon1-0/+13
2012-11-19Bump PKGREVISIONryoon2-3/+4
Restore Rev. 1.4 of patch-at. Give unsigned char argument to toupper. Fixes coredumps in Sigil when pressing "CTRL" or "BACKSPACE".
2012-11-16Fix obvious infinite loop. Don't redefine a local variable.joerg5-3/+45
Bump revision.
2012-11-02Fix destructor leak by goto usage. Bump revision.joerg3-3/+19
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-3/+4
requested by Thomas Klausner.
2012-09-20Workaround for PR 46978:apb1-1/+17
g++-4.5.3 and 4.5.4 on NetBSD/i386 fails with an internal compiler error when building gui/painting/qdrawhelper_mmx.cpp.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15update eo 4.8.3drochner5-39/+7
changes: -MacOS support improvements -webkit update to 2.2.3 -bugfixes
2012-09-12Added patches to make Qt use kqueue instead of fam for file system support.jaapb4-2/+42
Patches submitted by Sverre Froyen, see: http://mail-index.netbsd.org/pkgsrc-users/2012/01/19/msg015577.html
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-07-25Fix SunOS build with GCC 4.7fhajny2-1/+15
2012-05-24Changes 4.8.2:adam4-13/+12
* Over 100 functional improvements * WebKit updated to version 2.2.2 * libpng updated to version 1.5.10 * Thirty improvements to documentation and tools
2012-04-10Remove patch for src/dbus/qdbusserver.cppabs3-41/+3
Its not needed for building qt4-libs, and broke the build of qt4-qdbus So far up to building kdepim4 from kde4 with this change
2012-04-09Changes 4.8.1:adam12-107/+46
Qt 4.8.1 is the first patch release to the 4.8 series with over 200 functional improvements to the desktop and embedded platforms. The majority of the error corrections, made primarily by Digia, have been on desktop and embedded platforms with a large number of fixes with focus on QtCore, QtGUI and QtNetwork. These fixes benefit all desktop platforms. Qt 4.8.1 also includes Mac App Store support.
2012-03-03More pcre PKGREVISION bumps.wiz1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-27Add patch to QT4's moc to fix QTBUG-22829reinoud3-3/+17
2012-02-26Rewritten ↵adam2-5/+8
patch-src_3rdparty_webkit_Source_WebCore_platform_DefaultLocalizationStrategy.cpp, so it only affects compiling with Clang
2012-02-17Another build fix for SunOS that I forgot in the previous commit.hans1-2/+2
2012-02-16Make this build again on SunOS.hans5-4/+125
The change to src/3rdparty/webkit/Source/JavaScriptCore/heap/MachineStackMarker.cpp is untested.
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 upstream changeset to avoid calling internal constructor in publicjoerg4-2/+59
header if implicit ASCII conversion is disabled. Bump revision.
2012-01-23Removing unneeded libtool link command.sbd1-1/+7
2012-01-16Fix building on NetBSD/amd64 with GCC.adam2-1/+17
2012-01-14Fixes build with openssl<1.0.0.obache4-13/+53
taken from upstream: http://qt.gitorious.org/qt/qt/commit/4db91cbd6147e40f543342f22c05b7baddc52e5a resolve PR#45832.
2012-01-13need to buildlink with openssl for QtNetwork.obache1-1/+2
2012-01-12Changes 4.8.0:adam41-365/+235
Featuring Qt Platform Abstraction, threaded OpenGL support, multithreaded HTTP and optimized file system access.
2011-11-01Fix the build fix for SunOS, it is not needed with gcc 4.6.hans2-4/+4