for ISO 5426:1983 and Z39.47-1993/ANSEL/USMARC.
Both characters sets use 2 bytes for non-US characters.
The Library of Congress use ANSEL for their web gateway.
With this patches you should be able to read the search
results for german, french and spain (...) books.
2. Remove virtual category x11 when tk80 is there.
3. FreeBSD uses /usr/local, not /usr/pkg (from pkg/DESCR)
4. Make pkg/COMMENT a full-fledged sentence.
5. Use ${INSTALL_SCRIPT} to install scripts.
6. Fix to work with tcl/tk in the Post-Tcl world.
PR: ports/5894 (#6 only)
This port contains a recent version of libtool/ltmain.sh in "files",
since I spent to many hours trying to make the "ltconfig" that comes
with the kpilot sources DTRT under FreeBSD ...
This port compiles cleanly, but has not been actually tested with
a PalmPilot. If you want me to test it send one :)
Note: the b14 -> b15 change will loose your cache unless you take
the steps on http://squid.nlanr.net/ to recover it.
Read the Changelog for details, this is a fairly large update.
The original version was not compatible with the FreeBSD version of "su"
(it assumed that "su - -c CMD" executed CMD as root), and it required root
to have a POSIX shell as login shell (not a C shell).
The original "xhost +local:root" could mislead the user to assume that
only root was given permission to access hist X11 display, but the user
parameter is ignored by xhost (as of XFree86 3.3.1). This allows *every*
user on the local system to grab all keypresses or screen contents while
kfmsu2 has not run to completion. Starting several instances of kfmsu and
leaving one will revoke access to the X11 display to all others ...
In fact, kfmsu might be considered *that* broken by design, that it should
not be installed, but it's a part of kdebase and I do not want to disable
it in case somebody has a legitimate use for it ...
The non-functionality of kfmsu was pointed out by Glenn Johnson.