2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-19 02:36:06 by David A. Holland | Files touched by this commit (5) |
Log message:
Simplify previous. We don't need to call getrawpartition() to find out
whether to use /dev/rcd0c or /dev/rcd0d; we can just try both. This
avoids needing libutil in libcdda_interface.so. Fixes broken build of
mplayer (and others?) without needing a recursive revbump as adding
libutil would have. PKGREVISION++ (now 8).
|
2009-05-17 23:29:34 by David A. Holland | Files touched by this commit (6) |
Log message:
Make the cdrom device probe work properly under NetBSD, instead of
messily hardwiring it to /dev/rcd0[cd]; the latter apparently breaks
in some circumstances. Uses as a starting point a patch from Kimura
Fuyuki in PR 34008. PKGREVISION++ (to 7).
|
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.
|
2007-10-09 23:26:11 by Klaus Heinz | Files touched by this commit (4) |
Log message:
Added missing copyright notices for Simon 'corecode' Schubert.
This should fix PR pkg/34017.
|
2007-03-08 20:24:24 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed pkglint errors.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2006-11-05 14:45:37 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Add patch for FreeBSD-5.x, from Peter Schuller in PR 33719.
Untested on FreeBSD, still compiles on NetBSD.
|
2006-11-03 13:45:21 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
DESTDIR support.
|
2006-09-04 14:54:54 by Ben Collver | Files touched by this commit (1) |
Log message:
Correct mistake in my last change to distinfo.
|