On 2018/01/11 23:56, Edd Barrett wrote:
> Remember that the tug.org FTP server flaky with our ftp(1)
> implementation, so you will probably need to retry the fetch a few
> times.
Or turn off the buggy keepalive (FETCH_CMD="/usr/bin/ftp -V -m -C -k0").
(I never figured out why, but the responses to the NOOPs aren't sent by
the ftp server until right at the end, whereas with other ftp clients
that send NOOPs, the server responds after each NOOP).
> I see that our in-tree TeX Live includes both ${LIBCXX} and
> ${COMPILER_LIBCXX} in WANTLIB. Shouldn't it be just ${COMPILER_LIBCXX}?
The way to check would be to remove the existing WANTLIB and see what
port-lib-depends-check gives you on a base=gcc arch.