Next | Query returned 29 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2012-03-10 14:20:12 by Sergey Svishchev | Files touched by this commit (11)
Log message:
Set LICENSE.
   2010-11-24 23:27:06 by Sergey Svishchev | Files touched by this commit (2)
Log message:
SunPro doesn't like zero-sized array declarations, use 1.

"audio_out_wav.c", line 166: zero or negative subscript
"audio_out_wav.c", line 167: zero or negative subscript
   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-04 15:08:15 by Sergey Svishchev | Files touched by this commit (8)
Log message:
Change maintainer email to my NetBSD.org alias.  At the same time, disown
games/adom -- I don't use (play :-) it these days.
   2008-09-08 10:38:10 by OBATA Akio | Files touched by this commit (1)
Log message:
Bump API_DEPENDS and change to full dependency.
Name of Header files and libraries was changed and library was switched to shlib.
   2008-09-07 15:54:43 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 0.0.5, based on patch provided by maintainer Sergey Svishchev
in PR 38167:

libdca-0.0.5 Tue Apr 10 14:31:59 CEST 2007

Fix typo in dts.h

libdca-0.0.4 Sun Apr  8 11:00:58 CEST 2007

Fix shared library linking.
Disable non-PIC optimization by default (use --without-pic to re-enable).

libdca-0.0.3 Thu Apr  5 20:48:56 EEST 2007

Fix for pointer aliasing.
Build system rework.
FreeBSD compile fix.
Changed library name to libdca (was formerly known as libdts).
Removed Debian packaging files now maintained separately.
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2007-06-08 21:14:15 by Roland Illig | Files touched by this commit (2)
Log message:
Added a patch to fix the return statement of a signal handler. This is
problematic because the return type can be either void or int. The
autoconf manual says to just omit the return statement.
   2007-06-08 20:34:39 by Thomas Klausner | Files touched by this commit (7)
Log message:
Remove dead MASTER_SITES. From Zafer Aydogan.
   2007-03-08 20:25:33 by Thomas Klausner | Files touched by this commit (8)
Log message:
Minor pkglint cleanup, from Sergey Svishchev.

Next | Query returned 29 messages, browsing 11 to 20 | Previous