2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | |
Log message:
bump revision because of graphics/jpeg update
|
2009-07-22 11:01:55 by Thomas Klausner | Files touched by this commit (373) |
Log message:
Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
|
2009-07-09 19:50:16 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.26.3
changes: translation updates
|
2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-26 20:34:50 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.26.2
changes:
-minor cleanup and fixes
-translation updates
|
2009-04-17 20:04:43 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.26.1
changes:
-bugfixes
-translation updates
|
2009-04-07 12:36:52 by Mihai Chelaru | Files touched by this commit (1) |
Log message:
Fix glib2 requirement. It requires glib>=2.19.1
|
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-03-17 17:22:58 by Matthias Drochner | Files touched by this commit (1) |
Log message:
drop maintainership
|
2009-03-17 00:28:33 by Jared D. McNeill | Files touched by this commit (4) |
Log message:
Update gnome-desktop to 2.26.0.
==============
Version 2.26.0
==============
libgnome-desktop
* GnomeRR: rab the X server while tweaking the RANDR configuration.
(Federico Mena Quintero)
Misc
* Remove scrollkeeper check, since it belongs to gnome-doc-utils
(Vincent)
Translators
* Amitakhya Phukan (as)
* Runa Bhattacharjee (bn_IN)
* Petr Kovar (cs)
* Christian Kirbach (de)
* Kostas Papadimas (el)
* Suso Baleato (gl)
* Rajesh Ranjan (hi)
* Sandeep Shedmake (mr)
* I. Felix (ta)
* Krishna Babu K (te)
* Baris Cicek (tr)
|