Next | Query returned 124 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2013-06-17 07:27:50 by David A. Holland | Files touched by this commit (2)
Log message:
Fix the builtin version detection by checking the pkgconfig files if
they exist. Now gets 7.8.2 on netbsd-current instead of 4.0.4. (!)
   2013-05-16 16:42:18 by Richard PALO | Files touched by this commit (1) | Package updated
Log message:
update missing entry in glu/PLIST
   2013-05-16 07:25:03 by Richard PALO | Files touched by this commit (5)
Log message:
upgrade to glu-7.11.2
   2012-03-19 13:34:25 by Joerg Sonnenberger | Files touched by this commit (23)
Log message:
Drop imake-check logic from X11 components' builtin.mk.
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge.
Always install man pages, not cat pages when using imake.
Unify the various imake PLIST variables in preparation for dropping.
Adjust xbattbar for the new expectations.
   2009-08-25 09:29:18 by Hasso Tepper | Files touched by this commit (2)
Log message:
Bump PKGREVISION to fix pkg-config files as noted by obache@ in the PR 41895.
   2009-08-08 10:25:51 by Thomas Klausner | Files touched by this commit (4)
Log message:
Fix symbol handling in glu. Patch from upstream via Jörn Clausen
in PR 41613.

Bump glu PKGREVISION.
   2009-07-08 22:00:58 by Hasso Tepper | Files touched by this commit (11)
Log message:
Update to 7.4.4. Make software ratserizer actually work. Add one patch from
upstream repo to fix null pointer dereference.

Changes in 7.4.4:

* Fixed i965/i915 segfault in screen destruction (bug 22408)

Changes in 7.4.3:

* Fixed texture object reference counting bug (bug 21756)
* Allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT
  point (SF bug 2793846)
* Added missing glGet case for GL_VERTEX_ARRAY_BINDING_APPLE
* Fixed some OSMesa build issues
* Fixed a vertex buffer object crash
* Fixed broken glTexImage3D() when image type = GL_BITMAP
* Fixed some GLSL preprocessor bugs
* Fixed framebuffer mem leak in i945/i965 DRI drivers
* Fixed texture coordinate repeat bug in swrast (bug 21872)
* Fixed incorrect viewport clamping (lower bound is zero, not one)
* GLX fix for glean's makeCurrent test case
   2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263)
Log message:
Remove @dirrm entries from PLISTs
   2009-06-10 19:33:34 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix .pc file. Bump PKGREVISION.
   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.

Next | Query returned 124 messages, browsing 21 to 30 | Previous