Commit graph

63 commits

Author SHA1 Message Date
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
2d1ba244e9 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-20 19:23:50 +00:00
hira
4260a124d2 Add missing entries to PLIST. Bump PKGREVISION. 2008-12-20 09:26:51 +00:00
hira
d6692074f7 Update to 0.5.1.
* Apply patch to fix compilation with kfreebsd (Bug #3040).
  * Apply patch to make the plugin work with newer kernels (Bug #3190).
2008-12-17 12:57:27 +00:00
hira
88297d1462 Correct category of PR 36735 in comment (pkg -> port-sparc64). 2008-01-05 05:42:02 +00:00
hira
8dd5a4bbf2 On NetBSD/sparc64, use /usr/include/sparc/apmvar.h instead of
/usr/include/machine/apmvar.h until PR pkg/36735 is fixed.
Pointed out by obache@.  OK'd by maintainer.
2008-01-05 05:35:20 +00:00
hira
6245f5c041 On NetBSD, this cannot be built without APM.
Set PKG_FAIL_REASON if APM is not available.
2007-12-30 09:37:23 +00:00
joerg
f8e39e1d99 Add untested DragonFly support. 2007-06-30 17:40:50 +00:00
hira
11b39cc7a2 Bump BUILDLINK_API_DEPENDS.xfce4-battery-plugin. 2007-05-04 10:18:17 +00:00
hira
c03b1e7d29 Fix previous with apm(4). Check battery_state instead of nbattery.
Bump PKGREVISION.
2007-05-04 10:13:12 +00:00
martti
52475c81f8 Updated sysutils/xfce4-battery-plugin to 0.5.0nb1
- Don't change behavior of remaining time on Linux and FreeBSD.
 - Don't print remaining percentage as `100%' if there are no
   batteries.
2007-05-01 17:41:59 +00:00
martti
b4f5a28ed4 Initial version. 2007-04-27 11:09:26 +00:00
martti
e2e715f6b3 Added some Xfce plugins. 2007-04-27 10:48:06 +00:00