diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-08-15 18:18:25 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-08-15 18:18:25 +0000 |
commit | 177ade7eeff4427f7c3c390e3facbcf1ba9a8ce4 (patch) | |
tree | 06ae8280ee445e1346f221dc5b41555ab481accd /www-misc/wsmake/files | |
parent | Moved from net-www/visitors to www-misc/visitors (diff) | |
download | gentoo-2-177ade7eeff4427f7c3c390e3facbcf1ba9a8ce4.tar.gz gentoo-2-177ade7eeff4427f7c3c390e3facbcf1ba9a8ce4.tar.bz2 gentoo-2-177ade7eeff4427f7c3c390e3facbcf1ba9a8ce4.zip |
Moved from net-www/wsmake to www-misc/wsmake.
Diffstat (limited to 'www-misc/wsmake/files')
-rw-r--r-- | www-misc/wsmake/files/digest-wsmake-0.6.4 | 4 | ||||
-rw-r--r-- | www-misc/wsmake/files/wsmake-0.6.4-bv.diff | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/www-misc/wsmake/files/digest-wsmake-0.6.4 b/www-misc/wsmake/files/digest-wsmake-0.6.4 new file mode 100644 index 000000000000..b7f82aa4ee03 --- /dev/null +++ b/www-misc/wsmake/files/digest-wsmake-0.6.4 @@ -0,0 +1,4 @@ +MD5 92a32f066ce2629c83b5ce1f22229282 wsmake-0.6.4.tar.bz2 351688 +MD5 a73f36e01798f7533153e784c6d52c5a user-manual.pdf 200778 +MD5 3de0bf4be5f1edf93dada88a4519773c user-manual.ps 264094 +MD5 72978fbf7906ff15c5cc054c57029b52 user-manual-html.tar.gz 73189 diff --git a/www-misc/wsmake/files/wsmake-0.6.4-bv.diff b/www-misc/wsmake/files/wsmake-0.6.4-bv.diff new file mode 100644 index 000000000000..d10aa5769c2d --- /dev/null +++ b/www-misc/wsmake/files/wsmake-0.6.4-bv.diff @@ -0,0 +1,13 @@ +--- libwsmake/wsUtil.cpp.orig Sat Sep 1 22:09:13 2001 ++++ libwsmake/wsUtil.cpp Tue Sep 3 20:19:04 2002 +@@ -714,7 +714,8 @@ + if(__wsmake_quiet) return; + + vfprintf(out,output,*ap); +- va_end((void*&)*ap); ++ //BV: this does not compile: va_end((void*&)*ap); ++ va_end((char*&)*ap); + } + + #ifdef DEBUG + |