diff options
author | arved <arved@FreeBSD.org> | 2004-10-13 16:26:49 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-10-13 16:26:49 +0800 |
commit | 61992b4669de0530205f3b7b2d11567ddb3d39ba (patch) | |
tree | 992725839b0c69bb651fe73f14fc2c478fb58b68 /dns/djbdns-tools/pkg-descr | |
parent | c1d650ae4b645a50dc6db25decb46060fe54c9e9 (diff) | |
download | freebsd-ports-gnome-61992b4669de0530205f3b7b2d11567ddb3d39ba.tar.gz freebsd-ports-gnome-61992b4669de0530205f3b7b2d11567ddb3d39ba.tar.zst freebsd-ports-gnome-61992b4669de0530205f3b7b2d11567ddb3d39ba.zip |
First round of patches from Erling Jacobsen:
* ntohs() won't work, because it converts from bigendian to native
byteorder, and the format used in TVision streams is littleendian.
Conversion must be done explicitly, by calling readByte() several
times, in consecutive statements !
*This enables ncurses mouse support, which was broken (it seemed to depend
on gpm in an unhealthy way).
*Un*x filenames can easily contain spaces ... Don't trim the filename.
*Avoid possible problems with signed/unsigned char comparisons. And
functions like toupper must be called with an unsigned char.
PR: 71544
Submitted by: Erling Jacobsen <linuxcub@email.dk>
Set maintainer back to ports, as libh is now officially a dead project
Compile with GCC 3.4
Bump PORTREVISION
Diffstat (limited to 'dns/djbdns-tools/pkg-descr')
0 files changed, 0 insertions, 0 deletions