Next | Query returned 222 messages, browsing 91 to 100 | Previous

History of commit frequency

CVS Commit History:


   2010-01-24 18:11:19 by Klaus Heinz | Files touched by this commit (20)
Log message:
Added LICENSE information.
   2009-11-02 10:09:25 by Tobias Nygren | Files touched by this commit (1)
Log message:
bump revision for previous
   2009-11-02 09:52:51 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Link against X11, do not dlopen X11 libs any more
   2009-10-23 10:35:20 by Matthias Scheler | Files touched by this commit (1)
Log message:
Remove work around for build problems under Mac OS X Snow Leopard which
is no longer necessary.
   2009-10-23 08:05:07 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
Changes 1.2.14:
* Added cast macros for correct usage with C++:
	SDL_reinterpret_cast(type, expression)
	SDL_static_cast(type, expression)
* Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for
  SDL_VIDEO_FULLSCREEN_HEAD on X11.
* Added SDL_DISABLE_LOCK_KEYS environment variable to enable normal
  up/down events for Caps-Lock and Num-Lock keys.
   2009-09-13 17:51:47 by Matthias Scheler | Files touched by this commit (1)
Log message:
SDL used a deprecated audio API that is no longer available under
Mac OS X Snow Leopard. Work around that by building the package using
the Mac OS X Leopard SDK that is provided by Xcode.

This allows the "mplayer" package to build with SDL support. The
resulting binary can play video and audio if the SDL video and
audio driver are manually selected.
   2009-09-02 23:19:54 by Thomas Klausner | Files touched by this commit (3)
Log message:
Look for libGL.so, not any particular libGL.so.<X>, on NetBSD.
Bump PKGREVISION.

From mrg@
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
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-12-26 22:53:31 by Adam Hoka | Files touched by this commit (1)
Log message:
Add forgotten patch to CVS.

Thanks Thomas!

Next | Query returned 222 messages, browsing 91 to 100 | Previous