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

History of commit frequency

CVS Commit History:


   2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-02-22 15:55:52 by Thomas Klausner | Files touched by this commit (1)
Log message:
Use gmake for building.
For some inexplicable reason, directory changes take effect for multiple
lines with BSD make on 6.99.3/amd64.
   2012-02-21 13:38:58 by Matthias Drochner | Files touched by this commit (9) | Package updated
Log message:
update to 20120204
changes:
-added interface for anynchronous operation
-more feature additions
-bugfixes, cleanup
   2010-05-10 10:18:38 by Tobias Nygren | Files touched by this commit (2)
Log message:
My initial stab at fixing the Linux build was incomplete.
Apply patch from Gary Duzan (PR pkg/43276)
   2010-02-02 19:35:43 by Tobias Nygren | Files touched by this commit (1)
Log message:
specify --tag
   2010-02-02 19:34:03 by Tobias Nygren | Files touched by this commit (2)
Log message:
attempt to fix busted build on linux due to incomplete libtoolization of pkg
   2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291)
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-10-30 10:58:46 by Ignatios Souvatzis | Files touched by this commit (2)
Log message:
Libtoolize for Solaris. Otherwise it doesn't build.
   2008-07-26 16:44:34 by Antoine Reilles | Files touched by this commit (2)
Log message:
Update net/liblive to liblive-20080725

2008.07.25:
- Minor bug fix to "MPEG2TransportStreamFramer" (reset \ 
"fTSPCRCount" in "doStopGettingFrames()").
  (Thanks to Qiujian Shu for reporting this bug.)
- Modified the previous changes to "QuickTimeFileSink" and \ 
"AVIFileSink" so that the
  "createNew()" functions return NULL if the output file cannot be opened.
2008.07.24:
- Changed "MultiFramedRTPSource" to handle the very first packet that \ 
we receive as
  if there were packet loss beforehand.  This ensures that we correctly discard any
  initial packets that we receive that occur after the start of a (multi-packet) \ 
frame.
- Fixed "QuickTimeFileSink" and "AVIFileSink" to close the \ 
output file (if it's not stdout or stderr) in the destructor,
2008.07.22:
- Fixed "MPEG2TransportStreamMultiplexor" to use an appropriate stream \ 
for our SCR, even if the input contained
  its own Program Stream Map.
- More minor changes to the code to make Erik Hovland's code-checking tools happy.
2008.07.06:
- Corrected one of Erik Hovland's memory leak fixes made to the previous revision.

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