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-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
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-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
2008-05-30 14:29:00 by Thomas Klausner | Files touched by this commit (14) |
Log message:
Bump PKGREVISION for gtkspell API bump.
|
2008-04-26 02:29:27 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.0.8:
* version 1.0.8 "Autumn leaves"
- Win32 fixes (Tor Lillqvist)
- Added Occitan translation (Yannig Marchegay)
- Added Slovenian translation (Matic Zgur)
- Added Dzongkha translation (Pema Geyleg)
- Added Xhosa translation (Adi Attar)
- Added Kinyarwanda translation (Steve Murphy)
- Added Nepali translation (Pawan Chitrakar)
- Added Korean translation (Changwoo Ryu)
- Added Galician translation (Ignacio Casal Quinteiro)
|
2008-03-06 15:53:57 by Thomas Klausner | Files touched by this commit (245) | |
Log message:
Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.
|
2007-09-21 15:04:45 by Thomas Klausner | Files touched by this commit (483) |
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
|
2007-09-20 01:19:15 by Thomas Klausner | Files touched by this commit (115) |
Log message:
Bump PKGREVISION for gnome-vfs rename.
|