Creating package /usr/ports/packages/All/xtt-common-1.0.tgz
Registering depends: freetype-1.1.
Creating gzip'd tar ball in '/usr/ports/packages/All/xtt-common-1.0.tgz'
tar: can't add file lib/modules/codeconv/BIG5.so : No such file or directory
tar: can't add file lib/modules/codeconv/GB2312.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_1.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_10.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_15.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_2.so : No such file or director
on the -current mailing list and at least partial credit goes
to the following people for this commit:
Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
Ollivier Robert <roberto@keltia.freenix.fr>
NOTE: Kerberos support has been temporarily turned off until
someone can make it work.
Submitted by: maintainer
1. Xtt X True Type Server has been updated to 1.0.
Now it supports KOI-8 and many ISO-8859-* TrueType fonts.
2. Old version in ports-current has following probrems.
* All packages has same contents. this means all packages are broken.
* incorrect PKGNAME
* incorrect place for documents. it should be share/doc/. not lib/X11/doc/...
* incorrect spelling
following problems:
- xterm utmp handling problem.
- exploitable buffer overflows in xterm related to the preeditType,
inputMethod and *Keymap resources.
- fix xterm's mishandling of the -vb command line option.
- fix an invisible cursor problem with xterm.
- exploitable buffer overflows in setuid programs using the Xaw library
which are related to the preeditType and inputMethod resources.
o XDM-AUTHORIZATION-1 is more automated for the non-USA case.
o PST's KerberosIV patches are reinstated for XDM. This is NOT
a full-blown KerberosIV implementation for X - this will
just get you a TGT when you log in - THATS ALL!
o Enable compilation of SecureRPC. The use of SecureRPC at the
moment is frought with danger! I have no idea how safe or
good the implementation is. Enable at your own peril!! (Secure
RPC is only available for those folk using 3.0-Current).
Also allow XF86Setup to use TK-8.0.
OK'ed By: JMZ
Since tk-4.x ends at 4.2, remove check for tk-4.3 and tk-4.4. This
should at least make it work for 75/41 and 76/42. Others are
encouraged to add support for 80/80.
(fixes) PR: 4965