Next | Query returned 65 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2009-06-15 00:06:43 by Joerg Sonnenberger | Files touched by this commit (42)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321)
Log message:
Remove @dirrm entries from PLISTs
   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-01-25 21:12:14 by Sergey Svishchev | Files touched by this commit (2)
Log message:
Reset MAINTAINER on tsarna's request.

OK by wiz@.
   2009-01-19 17:36:40 by Sergey Svishchev | Files touched by this commit (3)
Log message:
Fix a couple of places where 32-bit values were being used for 64 bit
values (i.e. pointers).  From PR 40257.

OK by wiz@.
   2009-01-08 22:58:17 by Sergey Svishchev | Files touched by this commit (9)
Log message:
Disable usage of POSIX thread priority functions on NetBSD < 4.99.50
(they are all stubs before that).  This stops wxGTK (and in turn,
Audacity and others) from displaying annoying "Cannot get priority range
for scheduling policy 0" message at startup:

http://mail-index.netbsd.org/tech-pkg/2005/11/22/0020.html
http://mail-index.netbsd.org/netbsd-users/2006/07/02/0004.html
http://mail-index.netbsd.org/netbsd-users/2007/06/28/0002.html

OK by wiz@.
   2008-09-22 21:54:27 by Joerg Sonnenberger | Files touched by this commit (6) | Package removed
Log message:
Revert old state after mistyped cvs import.
   2008-09-22 21:43:12 by Joerg Sonnenberger | Files touched by this commit (4) | Imported package
Log message:
Reimport x11/wxGTK as x11/wxGTK24.

   2007-02-20 02:37:48 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
No need to include x11.b3.mk directly here.
   2006-12-12 22:52:38 by Joerg Sonnenberger | Files touched by this commit (63)
Log message:
Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.

Next | Query returned 65 messages, browsing 41 to 50 | Previous