| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
The wwwoffled program in the www/wwwoffle port doesn't retry a select()
call when select() fails with EINTR, which it should do. This causes
problems such as a 'wwwoffle -offline' command not taking effect which
can be annoying.
PR: 19652
Submitted by: maintainer
|
|
|
|
|
|
|
| |
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
|
|
|
|
|
|
|
| |
"diff -u Makefile.orig Makefile > ../../patches/patch-aa" after "perl -pi -e"
has been applied is definitely a BAD THING[tm].
Submitted by: bento
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"The wwwoffle port has "/var/spool/wwwoffle" hardcoded as the path for
the spool, both in the Makefile and PLIST. Even if a user overrides
this in Makefile they may not know PLIST needs changing.
Also, the installation attempted to change the ownership of some files
to root:wheel, this changes that to ${BINOWN}:${BINGRP}. This means
one less warning message while testing the port as a non-root user if
nothing else."
PR: 18372
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 18111
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
and Maxim Sobolev <sobomax@altavista.net> (additional patches)
|
|
|
|
|
|
|
| |
about the permissions on one file.
PR: 11195
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/10470
Submitted by: Adrian Wontroba aw1@stade.co.uk
|
|
A WWW proxy server for offline browsing.
PR: 6821
Submitted by: Peter Mutsaers <plm@xs4all.nl>
|