Next | Query returned 54 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   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.
   2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993)
Log message:
Add DESTDIR support.
   2008-02-04 21:10:36 by Tobias Nygren | Files touched by this commit (14)
Log message:
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
   2008-01-29 21:50:44 by Greg Troxel | Files touched by this commit (5)
Log message:
Update to 2.7.

* Build improvements, use pkgconfig.
* Don't add rpc2's 100ms delayed ack delay in SFTP roundtrip estimate.
* Reduce the number of packets SFTP drops when we receive duplicates.
* Retransmit more worried packets (which 'should' have been acked).
* Only retransmit on timeouts, have the active side of the connection be
  mostly timeout driven to avoid duplicate transfers.
   2007-08-15 16:58:02 by Greg Troxel | Files touched by this commit (2)
Log message:
Update to 2.6.1:

* Error values were not correctly translated.
   2007-08-11 03:51:34 by Greg Troxel | Files touched by this commit (2)
Log message:
add empty directory (populated when linked with lua) to PLIST
   2007-08-06 15:09:14 by Greg Troxel | Files touched by this commit (1)
Log message:
USE_TOOLS+= yacc
   2007-08-06 14:54:26 by Greg Troxel | Files touched by this commit (4)
Log message:
Check for yacc as bison -y, byacc, yacc, rather than the first two
only and defaulting to yacc.  This package might need a working yacc
in theory, but it doesn't run it.
   2007-08-04 16:02:11 by Greg Troxel | Files touched by this commit (4)
Log message:
Update to 2.6

* Fail when configure cannot find a usable LEX or YACC binary.
* Fix RetryInterval calculation, we were waiting twice as long as specified.
* Make sure RPC2/Coda defined error values do not collide with system errnos.

Also, shlib major version changed.
patch-aa was merged upstream.

Next | Query returned 54 messages, browsing 21 to 30 | Previous