Commit graph

82 commits

Author SHA1 Message Date
mrg
e5ed528a74 copy patch-au to apply to the almost same file elsewhere in the tree..
this lets qt4-libs build on sparc64.  also tested on amd64.
2010-03-12 08:19:38 +00:00
wiz
efd48f51aa Sync src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
(which we patch in pkgsrc) with
src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h
which works fine without patches.

From Sverre Froyen in private mail.
2010-03-11 00:07:24 +00:00
adam
e6eadb7e6f Changes 4.6.2:
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.
2010-02-16 13:08:09 +00:00
wiz
c949c8d1f4 Add RCS Id to patch-ay, and bump PKGREVISION for the bugfix in that patch. 2010-02-08 10:49:07 +00:00
adam
8c47cf9427 Fix crashing on amd64; courtesy of Sverre Froyen 2010-02-08 10:38:26 +00:00
wiz
8ebaad84ee Bump PKGREVISION for xmlpatterns fix. 2010-02-03 15:41:17 +00:00
adam
1834ccd1f2 Fix: script includes were installed twice, insted of xmlpatters 2010-02-03 14:21:16 +00:00
wiz
9d93fa2a3b Add more "# used by" lines. 2010-02-02 14:33:05 +00:00
adam
072f686b9b * Exceptions enabled
* Build and install XmlPatters
* MNG moved to qt4-mng
2010-02-02 14:05:59 +00:00
wiz
a960e9df66 Add QtMultimedia.pc to PLIST, bump PKGREVISION. 2010-01-30 08:55:38 +00:00
adam
8485e2ca68 Changes 4.6.1:
* Optimized empty QUrl creation
* Improve performance of getting the canonical filename on Linux
  and Symbian by using realpath() system call.
* Avoid stat() when opening a file.
* Do not look at the Qt patch-level version embedded in plugins'
  buildkeys when trying to determine if the plugin is compatible
* Bug-fixes
* load() and loadFromData() can now support compressed GL textures
  in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics
  system is active and the appropriate extensions are present in the
  GL implementation.
* Fixed a small leak when using the new QPixmapCache::Key based API.
2010-01-29 18:19:09 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
drochner
d6cdc97d35 ass patches from webkit CVS to fix security problems
(CVE-2009-2816, CVE-2009-3384), bump PKGREVISION
2010-01-08 09:56:09 +00:00
tnn
7d3e6f15db Fix qt4-tools build on Linux by adding -ldl to LDFLAGS.
From Ondrej Tuma in PR pkg/37688
XXX I think -ldl should go into the generated libQtCore.la instead,
but I lack sufficient clue how to make that happen.
2009-10-23 15:47:09 +00:00
ahoka
2a8e9734f4 Add the required buildlink foo for the gtk2 options, some stuff wants
to link against gobject it seems.
2009-10-19 11:07:32 +00:00
ahoka
871292d14e Add option for gtk2 support. (allows qt to draw native gtk2 widgets) 2009-10-18 16:34:34 +00:00
hasso
4d25fa90ad Unbreak it with making it install Qt<subsystem>/<class> headers again. Bump
PKGREVISION.
2009-10-13 15:59:02 +00:00
adam
f0657bcaf9 Changes 4.5.3:
* This is a bug-fix release.
2009-10-11 09:14:52 +00:00
drochner
b44803cfc1 add patch from upstream to fix certificate check flaw (CVE-2009-2700),
bump PKGREVISION
2009-10-01 13:30:42 +00:00
wiz
f1fc8a2d92 Give unsigned char argument to toupper.
Fixes coredumps in Sigil when pressing "CTRL" or "BACKSPACE".

Bump PKGREVISION.
2009-09-29 06:39:29 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
drochner
ba2a3fe2c3 deal with incompatibilities of newer openssl to make it build
on NetBSD-current again, fixes PR pkg/41770 by Ryo HAYASAKA
2009-07-24 10:56:46 +00:00
wiz
35d328c8d8 Mark as used by qt4-docs. 2009-07-22 09:41:07 +00:00
abs
9a23a17ad2 Add http://get.qtsoftware.com/qt/source/ as a preferred MASTER_SITE
Suggested by Louis Guillaume
2009-07-10 19:30:15 +00:00
drochner
3b07ab0238 update to 4.5.2
changes: bugfixes and optimizations
2009-07-07 16:36:05 +00:00
wiz
930b893c92 Install QtScriptTools, and script and scripttools headers.
Needed (indirectly) for amarok.
Bump PKGREVISION.
2009-07-02 18:26:45 +00:00
drochner
48df0e7759 add two patches from upstream to fix rendering problems which
garble the KDE4 desktop, from Sverre Froyen
bump PKGREVISION
2009-06-29 12:54:19 +00:00
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
hasso
60becdff04 Update to 4.5.1. Most of work done by Matthias Drochner. Upstream changelog
is too massive, see http://doc.qtsoftware.com/4.5/qt4-5-intro.html as
starting point.
2009-06-13 11:55:50 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
schwarz
c8ecdab54f We are forcing an installation on MacOS X to behave just like a generic UNIX
installation (cf. patch-ar). However, MacOS X does not have clock_gettime().
This patch therefore ensures that for that functionality the MacOS X specific
code is used.
2009-02-28 11:38:01 +00:00
wiz
9f86362c7c Add RCS Id. 2009-02-11 17:41:38 +00:00
markd
240462e2c6 Add patch from qt-copy. Fixes random crashes seen in kde4's kmail.
Bump PKGREVISION.
2009-02-11 07:46:15 +00:00
wiz
eeac58217a Install libqsvg.la as well. Bump PKGREVISION. 2008-12-17 10:43:06 +00:00
jmcneill
b90c264501 Pass -arch ${MACHINE_ARCH} to configure so it doesn't rely on uname -m 2008-12-16 13:46:59 +00:00
adam
7a7a05d7df Fix for #39841:
install libqimsw-multi.la
2008-11-03 11:28:21 +00:00
adam
6eb686bb69 Changes 4.4.3:
* Updated application icons and other graphics to reflect the look
  and feel of the new Qt brand.
* Copyright of Qt has been transferred to Nokia Corporation.
2008-10-26 14:02:33 +00:00
wiz
abc05d204b Fix qmake.conf to handle shared libraries correctly.
Bump qt4-tools PKGREVISION.
2008-10-08 09:35:49 +00:00
joerg
39a95245f7 Include pthread.h before including pthread_np.h.
From Hasso Tepper in PR 39268.
2008-09-17 12:23:01 +00:00
markd
2f759fa83d Update qt4 to 4.4.0
Qt 4.4 introduces many new features as well as many improvements and
bugfixes over the 4.3.x series. For more details, see the online
documentation which is included in this distribution. The
documentation is also available at http://doc.trolltech.com/4.4

The Qt version 4.4 series is binary compatible with the 4.3.x series.
A long list of changes can be found in the changes-4.4.0 file in the
distribution.

Update OKed (and initial work provided) by adam@..
2008-07-24 12:55:20 +00:00
abs
1870526681 pkglint, add '# used by ...' lines - no functional change 2008-06-12 12:50:18 +00:00
drochner
7641d92b74 The citrix i18n code in DragonFly had some issues wrt BOM handling which
are fixed now. Enable BOM handling for newer versions only.
From Hasso Tepper per PM.
2008-05-13 18:35:19 +00:00
hubertf
59647c2b3f Make this build on Mac OS X (tested: 10.4.11/intel). Bump ro revision 2. 2008-02-11 23:06:01 +00:00
joerg
3f438c392c Add DESTDIR support. 2008-02-04 18:07:53 +00:00
rillig
739c98874a Actually tested the patched code, and noticed that ABI may be undefined.
Related to PR 37886.
2008-01-31 17:37:25 +00:00
rillig
bfd5c7ebad Support the 64-bit ABI on Solaris. Patch from Gilles Dauphin via
PR 37886, with minor modifications from me.
2008-01-28 10:13:55 +00:00
markd
5e8252a1cd Dont default QT_NO_DBUS to on in qconfig.h to be consistent with qt4-qdbus
package. (and therefore set it explicitly in qt4-tools)
Bump PKGREVISION of qt4-libs.
2008-01-08 08:35:18 +00:00
ghen
8b93918fe5 Fix build on NetBSD < 4.0. 2008-01-07 21:09:05 +00:00
wiz
ecf12c063b Create a shared library for libQtUiTools, in the hope that this fixes
the build for kdelibs4 on amd64.

Bump PKGREVISION for qt4-tools.
2008-01-05 22:15:24 +00:00
adam
a186ccc18d Changes 4.3.3:
Qt 4.3.3 is a bug-fix release.
Read 'changes-4.3.3' for details.
2007-12-17 22:19:43 +00:00