2009-10-31 15:46:52 by Thomas Klausner | Files touched by this commit (12) | |
Log message:
libcdio updated changed its shlib major version, so bump depends.
Noted by drochner@
|
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-08-09 14:33:14 by Mihai Chelaru | Files touched by this commit (3) |
Log message:
add fix for SA36037, bump PKGREVISION. XXX: not tested
|
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-02 12:15:47 by Stephen Borrill | Files touched by this commit (2) |
Log message:
Fix problems with latest x264-devel.
N.B. vlc08 still does not compile with this change without re-instating
ffmpeg-20080727nb8
|
2009-06-14 20:08:12 by Joerg Sonnenberger | Files touched by this commit (83) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-12 19:24:54 by Adam Hoka | Files touched by this commit (17) | |
Log message:
Bump for ffmpeg update.
|
2009-05-02 18:21:46 by Jeremy C. Reed | Files touched by this commit (25) |
Log message:
Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
|
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-13 21:11:23 by Mihai Chelaru | Files touched by this commit (3) |
Log message:
add esound option
don't require faad unconditionally
bump PKGREVISION
|