Commit graph

5 commits

Author SHA1 Message Date
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
wiz
889120ee7e Fix PLIST and buildlink3.mk after gucharmap dependency removal.
No PKGREVISION bump because this package didn't build successfully (oops).

Noted by Kouichirou Hiratsuka.
2008-11-01 17:54:00 +00:00
wiz
4ad96eb493 Remove gucharmap dependency -- it builds without gucharmap, but not with
the new gucharmap2 API.

If this feature is very useful, a separate (but conflicting) gucharmap1
package could be created.

Bump PKGREVISION.
2008-10-27 14:38:54 +00:00
obache
e0a5a90ade Require msgfmt to build.
Noticed by Hsso Tepper in PR 39029.
2008-06-23 12:11:00 +00:00
obache
01225746de Import tomoe-gtk version 0.6.0.
tomoe-gtk is a GUI library for tomoe that online handwriting recognition engine.
It offers GTK+ GUI parts and is useful for making another applications using
tomoe.
2008-04-13 06:06:40 +00:00