USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
include:
* Installing the relevant manpages with the client programs.
* Miscellaneous bug fixes.
* Venus now gracefully handles the situation where getvolinfo returns
different replicas compared to the cached replication information.
Now we only need add server support for VSG changes and a trigger
that forces venus to make a getvolinfo call and we can start moving
volumes around in the system.
* Avoid killing clients when receiving truncated directory data.
* Block when accessing an uncached object during resolution instead of
failing. This is especially useful during weak-reintegration.
* Added -local flag to cfs lv to avoid client-server rpc2 traffic.
* Fetch data as well as status in write-disconnected mode, the dirty
status-only object would prevent subsequent data-fetches until
successful reintegration completed.
* Added venus.conf option 'validateattrs' to limit piggybacked fids
during validate attrs to help reducing IP layer fragmentation.
* Another new venus.conf option 'serverprobe' to increase server probe
intervals (keeps firewalls from dropping masqueraded connections).
* venus.conf.ex file now defaults to turning on both masquerading and
using private mmap's for RVM.
* Disallow unlinking special names with 'cfs rmm'
* Optimized local-global fid replacement.
* Moved /usr/bin/replay to /usr/bin/coda_replay to avoid name conflicts.
* Reintroduced VSGs in venus.
* Re-randomizing during hoardwalks to add fair reclaiming behaviour
in the low end of the priority queue.
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles. As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
linking against installed libraries or finding installed headers except
for those that are explicitly linked into ${BUILDLINK_INCDIR} and
${BUILDLINK_LIBDIR}.
* Don't prototype history functions directly, but use
<readline/history.h> to pull them in. This allows us to use libedit's
readline emulation.
* Add INSTALL/DEINSTALL scripts to handle coda-server and coda-client both
installing coda-setup-ports and codaconfedit.
* Try to remove ${PREFIX}/etc/coda at post-deinstall time.
coda/lwp may be built and run. "lwp" needs custom pmap handling in assy
language. Only "lwp" is needed to build and run a coda server; client's
also need to have the MI CODA filesystem enabled. In fact, it seems
that sparc64 has the CODA file system even the assembler in "lwp" is
only for sparc, and mac68k is the only m68k port with the CODA filesystem,
but such would be cumbersome to express with the present framework.
See <http://www.coda.cs.cmu.edu/news.html> for details. New feature:
set "mapprivate=1" in ${LOCALBASE}/etc/coda/venus.conf to mmap() RVM
data file. This uses significantly less memory on an idle system.
Venus now parses etc/coda/venus.conf, if it exists.
Package no longer depends on gdbm. Added dewey depends for lwp>=1.1.
Removed ONLY_FOR_PLATFORM, as the list of supported platforms is now
quite long.