Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Improve COMMENT while here.
Bump PKGREVISION.
|
|
|
|
way of extracting the offset from them, which is all that is needed in
this case. Just use fseeko/ftello.
|
|
|
|
|
|
they are used. Fixes build of several packages using libmp4v2.
|
|
|
|
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.
|
|
|
|
deep within the hierarchy (not used by the build),
from Rumko per mail to pkgsrc-users
|
|
Bump revision, since depending packages failed to compile.
|
|
jobs; the release contains final fixes and cleanup
(The original distfile is corrupt, and the author appearently not able
to fix it, so we fetch a repackaged version from FreeBSD.)
|
|
|
|
defines these, but on Linux it does not)
should fix build problem reported by Lieven De Keyzer in pkgsrc-users
|
|
The bootstrap script checks too much and isn't useful -- just don't use it.
|
|
|
|
tree just need that library, the player in mpeg4ip just causes an unwanted
dependency on SDL and complications due to plugin building
|