summaryrefslogtreecommitdiff
path: root/x11/qt4-libs
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-21/+1
2009-06-13Update to 4.5.1. Most of work done by Matthias Drochner. Upstream changeloghasso14-152/+178
is too massive, see http://doc.qtsoftware.com/4.5/qt4-5-intro.html as starting point.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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-02-28We are forcing an installation on MacOS X to behave just like a generic UNIXschwarz2-1/+24
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-11Add RCS Id.wiz2-2/+4
2009-02-11Add patch from qt-copy. Fixes random crashes seen in kde4's kmail.markd3-3/+44
Bump PKGREVISION.
2008-12-17Install libqsvg.la as well. Bump PKGREVISION.wiz2-4/+5
2008-12-16Pass -arch ${MACHINE_ARCH} to configure so it doesn't rely on uname -mjmcneill1-1/+2
2008-11-03Fix for #39841:adam2-5/+15
install libqimsw-multi.la
2008-10-26Changes 4.4.3:adam14-72/+69
* 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-08Fix qmake.conf to handle shared libraries correctly.wiz1-4/+4
Bump qt4-tools PKGREVISION.
2008-09-17Include pthread.h before including pthread_np.h.joerg2-6/+18
From Hasso Tepper in PR 39268.
2008-07-24Update qt4 to 4.4.0markd20-127/+159
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-06-12pkglint, add '# used by ...' lines - no functional changeabs1-1/+2
2008-05-13The citrix i18n code in DragonFly had some issues wrt BOM handling whichdrochner2-13/+30
are fixed now. Enable BOM handling for newer versions only. From Hasso Tepper per PM.
2008-02-11Make this build on Mac OS X (tested: 10.4.11/intel). Bump ro revision 2.hubertf3-3/+17
2008-02-04Add DESTDIR support.joerg1-17/+18
2008-01-31Actually tested the patched code, and noticed that ABI may be undefined.rillig1-3/+3
Related to PR 37886.
2008-01-28Support the 64-bit ABI on Solaris. Patch from Gilles Dauphin viarillig1-1/+9
PR 37886, with minor modifications from me.
2008-01-08Dont default QT_NO_DBUS to on in qconfig.h to be consistent with qt4-qdbusmarkd3-2/+20
package. (and therefore set it explicitly in qt4-tools) Bump PKGREVISION of qt4-libs.
2008-01-07Fix build on NetBSD < 4.0.ghen2-6/+6
2008-01-05Create a shared library for libQtUiTools, in the hope that this fixeswiz2-1/+15
the build for kdelibs4 on amd64. Bump PKGREVISION for qt4-tools.
2007-12-17Changes 4.3.3:adam2-8/+6
Qt 4.3.3 is a bug-fix release. Read 'changes-4.3.3' for details.
2007-12-12s/${WRKOBJ}/${WRKDIR}/ (Don't know what I was thinking.)markd1-3/+3
2007-12-12Install q3porting.xml where uic3 can find it so that uic3 generatesmarkd2-3/+5
correct files. Bump PKGREVISION.
2007-12-12Don't directly reference libtool .la files in pkgconfig files. PR pkg/37479markd1-2/+3
2007-12-06Fix build paths in installed pkgconfig *.pc files (PR pkg/37479) andmarkd2-4/+7
add missing dirrm line from PLIST (PR pkg/37412). Bump PKGREVISION
2007-12-02Standardize statvfs test. From Sergey Svishchev.wiz2-4/+4
2007-11-22-Deal with the iconv(3) mess a bit differently: allow NetBSD'd imake(3)drochner4-5/+62
to be recognized as non-gnu, otherwise the make system tries to pull in an additional libiconv which for some unknown reason does not break the standard build but leads to trouble with addon components. Specialcase NetBSD (which has different const'ification than what they consider classical iconv) in the code calling iconv(3) instead. -Don't build TIFF support which was using an internal copy of libtiff. I'll commit a plugin for TIFF support in a minute. -bump PKGREVISION
2007-11-04Fixed pkglint warning:rillig1-2/+1
WARN: Makefile.common:48: "${SH} ./configure" is not a valid pathname. Fixing this fixed the following error: ... ${CONFIGURE_ENV} /bin/ksh /bin/ksh ./configure ... /bin/ksh: /bin/ksh: cannot execute
2007-10-13Changes 4.3.2:adam12-57/+58
* General Improvements * Fixed incorrect behavior of the widget editing mode that could occur when a form was resized. * Fixed a crash that could occur when several commands were redone in one go. * Enabled MSVC and Borland project generators for the Qt Open Source edition. * Ensured that the QMAKE_CC and QMAKE_CXX variables are not defined in the Xcode project generator to allow distributed (distcc) builds to work again. * more...
2007-10-04Install uic3 binary and not the libtool wrapper. Bump revision.joerg1-2/+4
2007-09-03-make sqlite support an extra pkg instead of an optiondrochner6-54/+65
-work around iconv(3) incompatibilities: while NetBSD's iconv() is probed as GNU iconv (due to its signature), it doesn't support empty strings as encoding (interpreted as "current locale's encoding" by GNU iconv). Enable some code which uses nl_langinfo(CODESET) to make it work as expected. -update to 4.3.1 changes: -bugfixes -Updated the German translation to provide complete coverage of Qt
2007-09-02Install QtScript library as needed by qt4-tools. Remove somejoerg2-6/+7
never added directories from the PLIST. Bump revision.
2007-08-11Update to include missed patch-anadrianp1-1/+2
2007-08-04Fixes for DragonFly.joerg3-1/+31
2007-07-28Changes 4.3.0:adam11-224/+151
- Configuration/Compilation * Fixed OpenBSD and NetBSD build issues. - Legal * Added information about the OpenSSL exception to the GPL. - Documentation and Examples * Added information about the TS file format used in Linguist. * Moved platform and compiler support information from www.trolltech.com into the documentation. * Added an Accessibility overview document. * Added new example to show usage of QCompleter with custom tree models. - Translations - Added support for the CP949 Korean Codec. - [138140] The whole Qt source compiles with the QT_NO_CAST_FROM_ASCII and QT_NO_CAST_TO_ASCII defines and therefore is more robust when using codecs. - Added support for HP-UX 11i (Itanium) with the aCC compiler - Changed dialogs to respond much better to the LanguageChange event. (i.e. run time translation now works much better.) - Signals and slots * [61295] Added Qt::BlockingQueuedConnection connection type, which waits for all slots to be called before continuing. * [128646] Ignore optional keywords specified in SIGNAL() and SLOT() signatures (struct, class, and enum). * Optimize emitting signals that do not have anything connected to them. - [121629] Added support for the MinGW/MSYS platform. - [102293] Added search path functionality (QDir::addSearchPath) - Almost all widgets are now styleable using Qt Style Sheets.
2007-04-06Patch for CVE-2007-0242. Bump PKGREVISION.markd4-2/+141
2007-03-18Changes 4.2.3:adam11-90/+165
This is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 4.2.0. - Configuration/Compilation * Fixed architecture detection on UltraSPARC-T1 systems. * Fixed compilation on embedded architectures when qreal is not double. - Documentation * Completed documentation for "Implementing Atomic Operations", which is useful for people porting Qt to a new hardware architecture. - Translations * Added a new unofficial Portuguese translation courtesy of Helder Correia. - Qt Linguist * Made the columns in the phrasebook resizeable. - lupdate * Fixed bug in the .pro parser of lupdate. It should accept backslashes. * Fixed a severe slowdown in lupdate. (~400x speedup.) * Fixed traversal of subdirectories. - moc * Don't create trigraphs in the generated code for C++ casts. - uic * Fixed a bug that generated excessive margins for Q3GroupBox.
2007-01-15Modular Xorg support.joerg3-6/+15
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg2-8/+8
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-07-17Use the libtool mode of qmake, instead of patching the non-libtool modeminskim7-31/+128
to use libtool. This fixes PR 33951. Bump PKGREVISION for qt4-libs and qt4-tools.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-03Changes 4.1.4:adam2-18/+4
* Bug fix release
2006-05-31Changes 4.1.3:adam7-28/+22
* Bug fixes and improvements
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-2/+4
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-03Changes 4.1.2:adam1-4/+4
* This is a bugfix release