Commit graph

5 commits

Author SHA1 Message Date
ghen
9aaf6495ac Downgrade back to 0.4 (but keep the destdir support and licenses)
until we have a wm/wmii release compatible with the new API.
2009-08-19 09:50:59 +00:00
wiz
5c98721540 Update to 0.5, convert to user-destdir.
The API of the fcall struct was changed for ANSI/C99 compliance.
A bug affecting the offset of consecutive writes was fixed. The
server's maximum message size is honored. ixpc's command line
parsing was fixed. Build problems on Solaris were fixed. The append
command was added to ixpc. wstat server support was added.
2009-08-09 07:54:42 +00:00
ghen
05421ba32e Update HOMEPAGE and MASTER_SITES. 2009-06-15 12:42:27 +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
ghen
3928c9356d Import libixp-0.4 from www.suckless.org.
libixp is a stand-alone client/server 9P library including ixpc client.
It consists of less than 2000 lines of code (including ixpc).
2008-01-06 21:47:09 +00:00