The IPv6 patch was obtained from the kame repository and has been
been writen by KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
Due to the whole mess with different patches it was necessary to include
both the IPv6 patch and patch-ssh-1.2.27-bsd.tty.chown in ${PATCHDIR}.
Since both patches modify the configure script it was also necessary
to rebuild it via autoconf from configure.in. I've decided to use
USE_AUTOCONF instead of including the re-build configure script in
${FILESDIR}
Obtained from: KAME/WIDE
- System-wide CFLAGS received appropriate respect
- System md5 library used instead of port's own
- GSM library now used properly from GSM port instead of SF port
- portlint (add dummy Whom: line in Makefile)
- move WWWs from Makefile to DESCR
PR: 15921
Submitted by: Maxim Sobolev <sobomax@altavista.net>
- Support install macros
- perl -> ${PERL}
- Move install path of data files from lib/ to libdata/
- Add WWW: line into pkg/DESCR
- Fix pkg/PLIST
PR: 15918
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
- Support install macros
PR: 15916
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
CVg: Obtained from: Fill this in if the change is from third party software.
variables and other variables.
Because there is no relation of master/slave between this port and
editors/emacs20-dl. ${.CURDIR}/../.. should not be used.
fix, but, as I don't fully understand *why* the fix works (and doesn't
break anything else). When bochs is run from an xterm it leaves the xterm
in an unstable state after exiting (if bochs is started in the background
the xterm is unstable as soon as the prompt returns).
By unstable I mean:
Nothing you tyoe is echoed, and commands don't work (``ls'' gives no
output, for example). Ctrl-C and Ctrl-D behave like RETURN; you get a
line feed and a new prompt, and the DEL and INS keys do a destructive
back-space over the prompt.
Submitted by: Mark Ovens <mark@dogma.freebsd-uk.eu.org>
Also use our zlib rather than the one in the distfile.
Unfortunately the KAME IPv6 diff will not apply to the 2.3.2 code, and
has thus be turned off. :-(
PR: 15880
Submitted by: Maxim Sobolev <sobomax@altavista.net> [zlib changes]
.elif ${OSVERSION} < 340000 || ${OSVERSION} >= 400000
to
.elif ${OSVERSION} >= 400000
The first version triggers a bug in the old make. Since I won't be
attempting to build these on an 2.2-stable machine anymore, just take
out that part of the check.
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu>