summaryrefslogtreecommitdiff
path: root/x11/qt4-tools
AgeCommit message (Collapse)AuthorFilesLines
2018-01-07Fix indentation in buildlink3.mk files.rillig1-3/+3
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2016-12-16Fix portability issues with pointer ordering. Bump qt-tools for thejoerg1-2/+2
linguist change as it was nonsensical before.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-3/+4
2016-02-26Use OPSYSVARS.jperkin1-4/+2
2015-07-08Update qt4 to 4.8.7.wiz2-7/+8
I am happy to announce release of Qt 4.8.7 today bringing over 150 improvements and bug fixes. Qt 4.8.7 provides important security updates, better support for Mac OS X 10.10 and many requested error corrections. As a patch release, it does not add new functionality and maintains full compatibility with previous Qt 4.8.x releases. Highlights of Qt 4.8.7 are: Security fix for DoS vulnerability in the BMP image handler (CVE-2015-0295) as well as security fixes for vulnerabilities in image handling of BMP (CVE-2015-1858), ICO (CVE-2015-1859) and GIF (CVE-2015-1860) Update 3rd party libpng to version 1.6.17 to address known vulnerabilities in previous version Update 3rd party libtiff to version 4.0.3 to address known vulnerabilities in previous version Better support for running Qt 4.8 applications on Mac OS X 10.10 Yosemite Many customer requested bug fixes
2015-04-25Recursive revbump following MesaLib update, categories p through x.tnn2-4/+4
2015-01-27add PLIST for extra files installed on Darwindbj1-0/+3
2014-08-19When installing mkspecs using 'cp -R' specify what should happenwiz2-14/+6
to symlinks by adding '-L'. (The default is undefined per POSIX.) This way, SunOS and other opsys have the same PLIST and we don't have to care that buildlink3 doesn't symlink symlinks. Addresses https://mail-index.netbsd.org/tech-pkg/2012/01/21/msg008411.html Solution suggested by Niclas Rosenvik in private mail. Bump PKGREVISION.
2014-07-22Update qt4 packages to 4.8.6.wiz1-1/+7
Qt 4.8.6 provides overall over 200 improvements and bug fixes, for example: Security Fix for XML Entity Expansion Denial of Service (the "Billion Laughs" attack) Better support for Mac OS X 10.9 Mavericks Many customer requested bug fixes, for example QTBUG-15116, QTBUG-21371, QTBUG-8990, QTBUG-28601, QTBUG-20946, QTBUG-30276, QTBUG-29572 and QTBUG-13237 (just to name a few) MinGW binary packages are now built with MinGW-w64 based toolchain with gcc 4.8.2 Basque translation added and many other translations improved
2014-03-31Tell locatin of uic and qmake with cmake way too, and avoid to detectobache1-1/+3
unwanted builtin one.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-3/+4
2013-10-22Disable optimisation on OSX, as a workaround for QTBUG-5986.jperkin1-1/+6
2013-07-07Qt 4.8.5 provides overall close to 400 improvements, for example:adam2-16/+18
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-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-3/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-12-07Qt 4.8.4 is a bug-fix release. It maintains both forward and backwardadam2-3/+4
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-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-25qt4-tools needs the same workaround as qt4-libs for the compiler bugapb1-0/+17
in PR 46978. When building on NetBSD/i386 with gcc-4.5.*, use -O1 instead of -O2 for C++ files in the src/gui subdirectory.
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.3drochner1-20/+46
changes: -MacOS support improvements -webkit update to 2.2.3 -bugfixes
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-05-24Changes 4.8.2:adam1-5/+9
* 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-09Changes 4.8.1:adam2-21/+44
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-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-3/+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-12Changes 4.8.0:adam3-7/+49
Featuring Qt Platform Abstraction, threaded OpenGL support, multithreaded HTTP and optimized file system access.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-09-18Revbump after Nokia has changed the distfile for Qt4adam1-3/+2
2011-09-14Fix build on SunOS.hans2-3/+12
2011-09-04Qt 4.7.4 is a bug-fix release. It maintains both forward and backwardadam2-10/+13
compatibility (source and binary) with Qt 4.7.0. For more details, refer to the online documentation included in this distribution. The documentation is also available online. http:
2011-08-18Fix for PR 43816. Build qt4-libs with openssl support. Approved by wiz@.cheusov1-1/+3
2011-05-16Update DEPENDS on qt4-libs for other qt4 packages.cheusov1-3/+1
Fix for PR 44732.
2011-05-15Build qt4-tools with qt4-libs with the same version.cheusov1-1/+3
This fixes PR pkg/44732.
2011-05-05Changes 4.7.3:adam1-2/+1
QtNetwork - SSL * [QTBUG-18338] blacklist fraudulent SSL certificates Qt for Symbian - Bearer Management * [QTBUG-15108] Deadlock between SymbianEngine mutex and QNetworkConfigurationPrivate mutex in the symbian bearer code * [QTBUG-17627] qnetworksession.h Q_DECLARE_METATYPE breaks building QtMobility QtBearer depending applications - GraphicsView * [QTBUG-17966] Major regression in QGraphicsView OpenVG backend - Declarative * [QTBUG-17503] Export qml debugging symbols on Symbian - Widgets * [QTBUG-17786] BC between Qt 4.7.3 and 4.6.3 QTreeView::indexRowSizeHint doesn't return correct value on Symbian for row when QPushButton widget is inserted in the treeview * [QTBUG-4953] QMessageBox can not be closed/dismissed on touch phones if any widget is fullscreen - Painting * [QTBUG-17907] tst_QGraphicsTransform::rotation3d test case from tests/auto/qgraphicstransfor is failed for some rotation angle on Symbian^3 devices * [QTBUG-18154] Symbian's QPixmap::logicalDpi[X\Y]() incorrectly returns MAXINT
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-03-03Changes 4.7.2:adam2-3/+6
This is a maintenance release which contains bug-fixes based on feedback and contributions since the Qt 4.7.1 release back in November. It also marks the official release of Qt Quick. Qt Quick is a new feature within Qt that makes it easy to create light-weight apps and UIs. It contains the new QML language, the Qt Declarative module, and new tooling in Qt Creator to easily build apps. PkgSrc: now builds with Clang.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2011-01-12Install correctly on Mac OS Xadam2-10/+23
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-3/+4
2010-11-15Changes 4.7.1:adam2-30/+70
Qt 4.7.1 is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 4.7.0. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7. Changes 4.7.0: Qt 4.7 introduces many new features and improvements as well as bugfixes over the 4.6.x series. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7.
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-09-03make that the "silent" qmake feature flag is silently ignored, it isdrochner1-1/+3
incompatible with the way libtool support was hacked in (we were getting something like "libtool --mode=compile echo compiling foo && cc foo.c ...") bump PKGREVISION
2010-07-04Changes 4.6.3:adam2-3/+5
* Added Spectrum analyzer demo application. * Added exit softkey to Wiggly example. * Added close button to Anomaly demo. * Fixed Anomaly demo controlstrip icon placement for very small screens. * Ensure history configuration is cleared when a state machine is restarted. For more read: http://qt.nokia.com/developer/changes/changes-4.6.3
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-02-16Changes 4.6.2:adam2-3/+4
This is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 4.6.0 and 4.6.1.