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

History of commit frequency

CVS Commit History:


   2010-01-01 19:23:48 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix linkage.
   2009-08-11 15:11:23 by Matthias Drochner | Files touched by this commit (2)
Log message:
make this build even if audio/faac is installed
   2009-06-14 20:08:12 by Joerg Sonnenberger | Files touched by this commit (83)
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.
   2008-11-21 22:09:58 by Chuck Cranor | Files touched by this commit (2)
Log message:
fix compile time error on Darwin in player/lib/audio/portaudio:

In file included from pa_mac_core.c:124:
pa_host.h:55: error: conflicting types for 'uint32'
/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:64: error: \ 
previous declaration of 'uint32' was here

use <inttypes.h> and uint32_t instead.

note that according to player/lib/audio/Makefile.am, this old portaudio
lib is used only if HAVE_MAC_OSX.
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370)
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
   2007-08-09 22:02:36 by Matthias Drochner | Files touched by this commit (2) | Package updated
Log message:
update to 1.5.0.1
changes: Fixed problem with mp4creator --extract
   2007-01-13 00:51:21 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Don't explicitly include x11.b3.mk, it is not needed.
   2007-01-05 20:35:46 by Roland Illig | Files touched by this commit (5)
Log message:
Removed api.mpt from the PLIST, since it has probably never been
intended to have this file in an installed package. It also conflicted
with pkgsrc's manual page handling, since it does not have a well-known
file extension.

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