bottom of the screen can sometimes have stray characters left behind from
the previous command. This seems to be because ncurses is ignoreing
a ``wprintw(window, "%s", " ")'' when it's in the last column of a window.
I dont know who is right, ncurses or ncftp.
This workaround also makes the code a little cleaner as a side effect. :-)
meaning it will silently fail if you (say) install as "bin". This makes
the packaging break. (Will the package tools install the setuid-root
binary anyway?)
They were not particularly useful anyway, they are mainly diagnostic tools
to parse the output of 'netstat' to see which users have what local
connections open.
Requested by: asami
if USE_DPWISH is set.
Make the build work without making an X11 connection (groan!) by using
tclsh instead of "wish -notk" to build the indexes.
Requested by: asami
bombing mercilessly.
(2) If that directory has a directory called CVS, remind the user of
the existence of the "-P" option to cvs co and update.
(3) While I'm here, clean up the PATCH_DEBUG code a bit. In
particular, don't duplicate a whole bunch of code just for adding
a single "echo" statement. ;)
Reviewed by: the ports list
# This shar contains:
# length mode name
# ------ ---------- ------------------------------------------
# 9525 (null) -rw-r--r--
# 3768 (null) -rw-r--r--
^^^^^^^^^^^
This is a long/off_t printf problem.
The only problem with doing this, is that touching the sources with patch
causes it to want to go and regenerate it's locale databases using some
gnu tools I've never heard of before. :-( Since patch-ac doesn't actually
change any messages, I've cheated and touched the dependency files in
post-patch. Please, no pukeing, I know it's a gross hack. ;-)
comms tools in tcl7.5/tk4.1 rather than the crufty old tcl7.3/tk3.6/tclDP.
It can still be (I think) configured to use the older libraries, but I
dont want to install them to test it. :-]
(zircon-1.17p4 is in beta at the moment, and was last changed within the
last day or so, this (1.17p3) is the most recent non-beta version)
won't be pulled into individual ports that include this file. ;)
(2) Document MOTIFLIB, it's not set in the ports Makefiles but is
important for Motif ports (already documented in the handbook).
(3) Add INSTALL_PROGRAM, INSTALL_SCRIPT, INSTALL_DATA, INSTALL_MAN as
"aliases" of the appropriate install command line, for use in *-install
targets.
Reviewed by: the ports list (item 3 only)