Commit graph

150 commits

Author SHA1 Message Date
adam
68f5231f12 Qt 4.8.4 is a bug-fix release. It maintains both forward and backward
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-12-07 10:06:13 +00:00
ryoon
39e5ba7e17 Add patch. 2012-11-19 10:52:23 +00:00
ryoon
1ffe2075a0 Bump PKGREVISION
Restore Rev. 1.4 of patch-at.

Give unsigned char argument to toupper.
Fixes coredumps in Sigil when pressing "CTRL" or "BACKSPACE".
2012-11-19 10:51:43 +00:00
joerg
efd70c55df Fix obvious infinite loop. Don't redefine a local variable.
Bump revision.
2012-11-16 00:28:54 +00:00
joerg
9971f5e623 Fix destructor leak by goto usage. Bump revision. 2012-11-02 22:30:30 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
apb
89a39670a7 Workaround for PR 46978:
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-20 08:38:40 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
drochner
1a4b9f5acc update eo 4.8.3
changes:
-MacOS support improvements
-webkit update to 2.2.3
-bugfixes
2012-09-15 08:18:48 +00:00
jaapb
d9978ad125 Added patches to make Qt use kqueue instead of fam for file system support.
Patches submitted by Sverre Froyen, see:
http://mail-index.netbsd.org/pkgsrc-users/2012/01/19/msg015577.html
2012-09-12 17:02:49 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
fhajny
569a5a7bbe Fix SunOS build with GCC 4.7 2012-07-25 11:40:50 +00:00
adam
d48e56b9cd Changes 4.8.2:
* 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-05-24 08:07:33 +00:00
abs
9c02aa2399 Remove patch for src/dbus/qdbusserver.cpp
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-10 18:45:28 +00:00
adam
a6263d516d Changes 4.8.1:
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-04-09 09:12:49 +00:00
wiz
e0808f0de0 More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
reinoud
6fd5bbcbc3 Add patch to QT4's moc to fix QTBUG-22829 2012-02-27 12:41:22 +00:00
adam
97a00b91d7 Rewritten patch-src_3rdparty_webkit_Source_WebCore_platform_DefaultLocalizationStrategy.cpp, so it only affects compiling with Clang 2012-02-26 22:16:16 +00:00
hans
1a53c533e8 Another build fix for SunOS that I forgot in the previous commit. 2012-02-17 14:11:23 +00:00
hans
5de89e3b53 Make this build again on SunOS.
The change to src/3rdparty/webkit/Source/JavaScriptCore/heap/MachineStackMarker.cpp
is untested.
2012-02-16 20:42:46 +00:00
wiz
fb1a8e5414 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
joerg
33803839c0 Add upstream changeset to avoid calling internal constructor in public
header if implicit ASCII conversion is disabled.  Bump revision.
2012-01-23 08:16:36 +00:00
sbd
733de4245d Removing unneeded libtool link command. 2012-01-23 04:14:26 +00:00
adam
bbcc563523 Fix building on NetBSD/amd64 with GCC. 2012-01-16 09:00:27 +00:00
obache
d2f2740500 Fixes build with openssl<1.0.0.
taken from upstream:
  4db91cbd61

resolve PR#45832.
2012-01-14 10:23:18 +00:00
obache
38fc524a10 need to buildlink with openssl for QtNetwork. 2012-01-13 10:47:18 +00:00
adam
ed067d0808 Changes 4.8.0:
Featuring Qt Platform Abstraction, threaded OpenGL support, multithreaded HTTP
and optimized file system access.
2012-01-12 22:59:58 +00:00
hans
48aecb1eac Fix the build fix for SunOS, it is not needed with gcc 4.6. 2011-11-01 15:52:23 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
adam
26a6d8bd2c Revbump after Nokia has changed the distfile for Qt4 2011-09-18 09:01:30 +00:00
wiz
f15de747b9 Make patch apply. 2011-09-16 13:19:40 +00:00
hans
d6b9f322bb Fix build on SunOS. 2011-09-14 17:56:08 +00:00
adam
f603846171 Qt 4.7.4 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:
2011-09-04 15:42:51 +00:00
drochner
240058a942 add 2 patches from upstream to fix possible buffer overflows
(CVE-2011-3193, CVE-2011-3194)
bump PKGREV
2011-08-30 22:18:30 +00:00
obache
58b0af2e02 Fixes build on NetBSD-5.1 (OpenSSL 0.9.9-dev). 2011-08-19 14:55:15 +00:00
mrg
11b44ff0dc add a missing file from the previous change. noted by wiz. 2011-08-18 20:52:21 +00:00
cheusov
a82ad04fa8 Fix for PR 43816. Build qt4-libs with openssl support. Approved by wiz@. 2011-08-18 12:34:26 +00:00
mrg
ed6d20feb0 add support for building on netbsd/sparc64 and netbsd/powerpc systems. 2011-08-14 08:56:21 +00:00
adam
d5fb06e827 Fix building with the latest Clang 2011-08-12 13:24:07 +00:00
tron
ca97f22ec0 Compile this package with "-O1" under Mac OS X if GCC is used. The generated
"qmake" binary no longer crashes and the build actually succeeds.

This fixes PR pkg/44716 by Richard Hansen who found out that this is
a compiler problem in the first place.
2011-08-03 16:38:31 +00:00
joerg
bc9afa20ba Don't enumerate evil. Pass down -L* and -l* only from LDFLAGS. 2011-07-21 17:07:11 +00:00
cheusov
aae5f08a2b Update DEPENDS on qt4-libs for other qt4 packages.
Fix for PR 44732.
2011-05-16 22:13:46 +00:00
drochner
e2cce747b8 delete obsolete cksums 2011-05-13 16:36:38 +00:00
adam
775328af8e Changes 4.7.3:
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-05-05 12:37:07 +00:00
obache
9ea3b36c23 recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
obache
89a5ee138c Add RCS Id and remove redundant last part.
regen and let to be formal distinfo format.
2011-04-07 05:23:52 +00:00