2012-03-12 16:14:52 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Fix mandoc lint warnings in MP4(3) man page.
Improve COMMENT while here.
Bump PKGREVISION.
|
2012-02-24 19:37:30 by Christos Zoulas | Files touched by this commit (2) |
Log message:
PR/46089: David Shao: f{g,s}etpos portability fixes.
|
2012-02-24 19:36:49 by Christos Zoulas | Files touched by this commit (9) |
Log message:
PR/46089: David Shao: Don't use f{g,s}etpos because there is no portable
way of extracting the offset from them, which is all that is needed in
this case. Just use fseeko/ftello.
|
2012-02-22 16:39:44 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Revert unintended commits.
|
2012-01-11 16:43:44 by Hans Rosenfeld | Files touched by this commit (2) |
Log message:
SunOS doesn't have u_int8_t etc., so define them in the header where
they are used. Fixes build of several packages using libmp4v2.
|
2011-01-29 22:00:45 by Mark Davies | Files touched by this commit (2) |
Log message:
leave it to <string.h> to declare strcasestr() correctly
|
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-12-04 16:07:03 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Avoid finding nasm.
|
2007-11-27 22:24:33 by Matthias Drochner | Files touched by this commit (1) |
Log message:
set OVERRIDE_DIRDEPTH because there are config.{guess,sub} files
deep within the hierarchy (not used by the build),
from Rumko per mail to pkgsrc-users
|
2007-11-19 10:48:43 by Dieter Baron | Files touched by this commit (3) |
Log message:
Add define of new type to mpeg4ip.h replacement.
Bump revision, since depending packages failed to compile.
|