Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
systems that have neither those nor /usr/include/machine/apmvar.h.
Mark as DESTDIR ready.
|
|
It is only needed for building Xfce4 from SVN repo.
No need to bump versions as this is a "build" dependency.
|
|
|
|
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.
|
|
|
|
* Apply patch to fix compilation with kfreebsd (Bug #3040).
* Apply patch to make the plugin work with newer kernels (Bug #3190).
|
|
|
|
/usr/include/machine/apmvar.h until PR pkg/36735 is fixed.
Pointed out by obache@. OK'd by maintainer.
|
|
Set PKG_FAIL_REASON if APM is not available.
|
|
|
|
|
|
Bump PKGREVISION.
|
|
- Don't change behavior of remaining time on Linux and FreeBSD.
- Don't print remaining percentage as `100%' if there are no
batteries.
|
|
|
|
|