Commit graph

11 commits

Author SHA1 Message Date
jperkin
55b20b4434 Fix SunOS build. 2013-05-17 19:49:12 +00:00
ghen
4e07fc48b5 Hand in maintainership. 2013-04-13 07:55:01 +00:00
asau
1685739ccc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
jperkin
e39905231b Perform REPLACE_SH on util/compile.
Fixes build hang on Solaris.
2012-09-26 10:13:04 +00:00
zafer
3b07362ab8 update master_sites 2009-12-13 12:27:17 +00:00
joerg
0ef2e4ca0a Fix logic to not add stray -I options. 2009-11-25 21:27:24 +00:00
ghen
9b1040025b 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
19c4414c61 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
2b9e5d5b18 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