version:
- Don't assume or hard-code PORTSDIR is in /usr.
- Set PINDEX_OVERRIDE based on the running OSVERSION.
- Fetch the ports/INDEX file if ENOENT.
- Group all exported variables together.
Sponsored by: The FreeBSD Foundation
install from a clean build directory.
PUBDIR is where the installed files end up for the public
site. DESTDIR is now suffixed with '-clean', and always
purged before a new build starts.
When the build finishes, rsync populates PUBDIR from the
resulting DESTDIR files. When doing a full site refresh,
'rsync --delete' is used to purge stale files.
Sponsored by: The FreeBSD Foundation
I do not quite know why this was never committed here, but add
it now so next time I accidentally remove it, it is trivial to
get back.
Approved by: doceng (implicit)
Sponsored by: The FreeBSD Foundation
Remove 'relnotes8/doc' and 'relnotes8/man4'.
Fix a case where 'relnotes8/man4' was listed twice, and
'relnotes9/man4' was excluded.
Approved by: doceng (implicit)
Sponsored by: The FreeBSD Foundation
has already been fixed, this just updates comments to match, and also
removes vestiges of the previous CVS-centric code that are no longer used.
Approved by: bcr (mentor)
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
Approved by: doceng (implicit)
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
information in the www and the doc directory.
- Add various administration files to svnadmin.
Approved by: doceng (implicit)