Next | Query returned 102 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321)
Log message:
Remove @dirrm entries from PLISTs
   2009-06-13 13:55:52 by Hasso Tepper | Files touched by this commit (18)
Log message:
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-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
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-01 21:26:13 by Jaromir Dolecek | Files touched by this commit (1)
Log message:
fix pasto - s/Qt3/Qt4/
   2008-10-26 15:02:33 by Adam Ciarcinski | Files touched by this commit (18)
Log message:
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-08 11:35:49 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix qmake.conf to handle shared libraries correctly.
Bump qt4-tools PKGREVISION.
   2008-07-24 14:55:21 by Mark Davies | Files touched by this commit (25)
Log message:
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-06-03 22:14:45 by David Brownlee | Files touched by this commit (2)
Log message:
Revert removal of BUILDLINK_DEPMETHOD.qt4-tools?=build, as most packages
that include qt4-tools do not need the shared libraries. Those that do
should override BUILDLINK_DEPMETHOD.qt4-tools (pointed out by wiz)
   2008-06-03 09:41:47 by David Brownlee | Files touched by this commit (2)
Log message:
qt4-tools includes shared libraries against which at least poppler-qt4
links. Remove BUILDLINK_DEPMETHOD.qt4-tools?=build from buildlink3.mk
and bump PKGREVISION
   2008-02-04 21:41:40 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Add DESTDIR support.

Next | Query returned 102 messages, browsing 71 to 80 | Previous