2002-12-09 17:02:01 by Matthias Scheler | Files touched by this commit (115) |
Log message:
Replace "true" by "${TRUE}".
|
2002-09-08 02:03:57 by Jan Schaumann | Files touched by this commit (3) |
Log message:
For this to work nicely on Linux, we need to:
- add -lapm to LDFLAGS (which was removed during patching)
- ifdef our own net_apm.cc (created during patching)
- change ONLY_FOR_PLATFORMS from ... Linux-*-i[3-6]86 to
... Linux-*-* (all Linuxen should have include/apm.h)
|
2002-09-07 22:46:35 by Jan Schaumann | Files touched by this commit (1) |
Log message:
We use i386/apmvar.h; other architectures will require modification
of the patches, probably something like ${MACHINE_ARCH}/apmvar.h in
patch-ak . I dont' have access to other ports, so for now:
ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86
|
2002-09-07 22:27:28 by Jan Schaumann | Files touched by this commit (1) |
Log message:
rm erraneously imported file
|
2002-09-07 22:22:56 by Jan Schaumann | Files touched by this commit (19) | |
Log message:
Initial import of x11/bbapm into pkgsrc.
bapm is an APM meter for Blackbox, which shows the battery status of your
laptop in a decorated window, simulating the look of the Blackbox toolbar.
bbapm is based on bbsload.
This package is based on the FreeBSD port and the OpenBSD patches posted
to http://bbtools.windsofstorm.net written by Michael Henson
(mike at axl dot net). Various changes by yours truly.
|