2004-Feb-06
Tried "pydoc2p3 -p 8000" and it started up a webserver on port 8000 to give documentation.send-pr: pkg/24339: pkgsrc/www/epiphany needs fix for mkdir(2) trailing slash jmmv closed on next day; he said:
"Reapply patch from reed@ to avoid passing a trailing slash to mkdir(2), which does not work in NetBSD 1.6 and below. Bump PKGREVISION to 2 and close PR pkg/24339."I've reviewed the code; it's safe to remove that trailing slash from the directory name since the variable holding it is always handled through g_build_filename, which adds slashes between path components automatically. And the program works fine WRT favicons, at least under -current."
(Browser hangs on websites that have favicons -- either way.)