2012-10-22 23:46:26 by Rene Hexel | Files touched by this commit (3) |
Log message:
Update cdplayer to 0.5.1. Changes are bugfixes only.
|
2012-09-12 01:59:37 by Aleksej Saushev | Files touched by this commit (112) |
Log message:
"user-destdir" is default these days
|
2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
|
2010-01-24 14:26:13 by Thomas Klausner | Files touched by this commit (40) |
Log message:
More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
|
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 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-04-19 13:43:16 by Rene Hexel | Files touched by this commit (4) |
Log message:
Update cdplayer to 0.5 -- notable changes include:
- Added the service 'Play CD' that takes the name of a device
with an inserted CD to play.
- Added a local cache for CDDB data. All data loaded from the net
is stored automatically to disk and displayed again when a CD is
detected.
- Make this compliant with gnustep-make-2.0.8
- Allow unprivileged DESTDIR installs.
|
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-09-30 17:50:24 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix installation with newer GNUstep.
|
2008-09-08 08:01:57 by David A. Holland | Files touched by this commit (1) |
Log message:
Fix broken build by symlinking PrefsModule correctly.
|